PlotPhyMsa: A multi-plot wrapper to generate an MSA plot from input.msa...

View source: R/PlotPhyMsa.R

PlotPhyMsaR Documentation

A multi-plot wrapper to generate an MSA plot from input.msa and align it with a phylogenetic tree plot.

Description

A multi-plot wrapper to generate an MSA plot from input.msa and align it with a phylogenetic tree plot.

Usage

PlotPhyMsa(input.msa, p)

Arguments

input.msa

msa file path relative OR AAStringSet MSA object

p

phylogeny visualization object. use PlotPhy

Value

A single object consisting of two facets for tree and MSA

Examples

data("waxsys.msa")
data("waxsys.tree.phy")
p <- PlotPhy(waxsys.tree.df, waxsys.tree.phy)
plotPhyMsa <- PlotPhyMsa(waxsys.msa, p)


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