borenstein-lab / burrito

A visualization tool for exploratory data analysis of metagenomic data
https://elbo-spice.gs.washington.edu/shiny/burrito/
GNU General Public License v3.0
36 stars 9 forks source link

labelled phylogenetic tree for screenshot #15

Open carlmed00 opened 3 years ago

carlmed00 commented 3 years ago

Good day!

Enjoying Burrito in visualizing my data. I am, however, curious if it is possible to show the labels of the whole phylogenetic tree?

Thank you very much!

engal commented 3 years ago

Hi,

Unfortunately, that isn't an option at the moment. If you are looking to make a figure with all labels present, you will need to add the missing labels to your figure. It's not ideal, but you can speed this process up slightly by generating separate SVGs with each different branch labelled, then copy and paste the label elements into a single SVG that will contain all labels.

I'm going to leave this issue open since I think this feature should be implemented, though I'm not sure if/when there will be time to implement it.