labgem / PPanGGOLiN

Build a partitioned pangenome graph from microbial genomes
https://ppanggolin.readthedocs.io
Other
240 stars 28 forks source link

Add gene name info in the Tile Plot #251

Closed JeanMainguy closed 2 weeks ago

JeanMainguy commented 2 months ago

As suggested in issue #53 by @fwhelan, it would be helpful to display the most common gene name found in each family on the tile plot to aid in interpretation.

To implement this, we can add the most common gene name to the hover info for each cell in the tile plot.

In addition, the tile plot can be further enhanced by:

fwhelan commented 2 months ago

Thanks, JeanMainguy!

JeanMainguy commented 2 weeks ago

Hello, The tile plot has been improved in PR #277, released in version 2.1.2, and now includes the gene name in the hover info when available.