PlotPhyMsa | R Documentation |
A multi-plot wrapper to generate an MSA plot from input.msa and align it with a phylogenetic tree plot.
PlotPhyMsa(input.msa, p)
input.msa |
msa file path relative OR AAStringSet MSA object |
p |
phylogeny visualization object. use PlotPhy |
A single object consisting of two facets for tree and MSA
data("waxsys.msa")
data("waxsys.tree.phy")
p <- PlotPhy(waxsys.tree.df, waxsys.tree.phy)
plotPhyMsa <- PlotPhyMsa(waxsys.msa, p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.