ggtree
ggtree copied to clipboard
combine the msaplot with facet_plot
trafficstars
Hi and thanks for a great package, I would like to combine the msaplot with facet_plot inserting a text column next to the msaplot , but this splits the msaplot in 2.
Is there a way to solve this? (this is a similar question as found in the end of issue #82 using heatmap in facet_plot)
msa <- msaplot(p= ggtree, fasta = BStringSet(fasta), offset = 0.1, width = 0.1)
famTree2 <- facet_plot(msa, panel="Some Info", data=DF, geom=geom_text2, aes(label=colNamesInDF))
Thanks,