View source: R/PlotPhyReport.R
PlotPhyReport | R Documentation |
A multi-plot wrapper to display a phylogenetic tree of top-10 hits from palmDB, an MSA plot, and a bar plot of percentage identity matched.
PlotPhyReport(input.msa, tree.df, tree.phy)
input.msa |
msa file path relative to .fev |
tree.df |
data.frame, merged tree labels and pro.df. use get.proPhy |
tree.phy |
phylo object. use read.phy |
A grid-table object. Dimension standard is 800 x 600 px.
data("waxsys.tree.df")
data("waxsys.tree.phy")
data("waxsys.input.msa")
phyReport <- PlotPhyReport(waxsys.input.msa, waxsys.tree.df, waxsys.tree.phy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.