PlotPhyReport: A multi-plot wrapper to display a phylogenetic tree of top-10...

View source: R/PlotPhyReport.R

PlotPhyReportR 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.

Description

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.

Usage

PlotPhyReport(input.msa, tree.df, tree.phy)

Arguments

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

Value

A grid-table object. Dimension standard is 800 x 600 px.

Examples

data("waxsys.tree.df")
data("waxsys.tree.phy")
data("waxsys.input.msa")

phyReport <- PlotPhyReport(waxsys.input.msa, waxsys.tree.df, waxsys.tree.phy)


ababaian/palmid documentation built on July 1, 2023, 1:09 a.m.