PlotPhy: A phylogeny plot wrapper to visualize a phylo object that...

View source: R/PlotPhy.R

PlotPhyR Documentation

A phylogeny plot wrapper to visualize a phylo object that contains tree tip labels from top-10 hits from palmDB and associated metadata from 'pro.df'

Description

A phylogeny plot wrapper to visualize a phylo object that contains tree tip labels from top-10 hits from palmDB and associated metadata from 'pro.df'

Usage

PlotPhy(tree.df, tree.phy)

Arguments

tree.df

data.frame, merged tree labels and pro.df. use get.proPhy

tree.phy

phylo object of phylogeny of top-10 hits. use read.phy

Value

A phylogeny plot with readable tip labels.

Examples

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

p <- PlotPhy(waxsys.tree.df, waxsys.tree.phy)


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