ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

combine the msaplot with facet_plot

Open kristianHoden opened this issue 7 years ago • 0 comments
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))

msaSplit.pdf

Thanks,

kristianHoden avatar May 16 '18 13:05 kristianHoden