get.proPhy | R Documentation |
Merges 'pro.df' with 'tree.phy' to add annotations from palmDB to the phylogenetic tree object. Returns a data frame containing tree tip labels and palmDB columns
get.proPhy(pro.df, tree.phy)
pro.df |
data.frame, imported diamond pro df. use get.pro() |
tree.phy |
phylo object. use ggtree::read.tree |
tree.df data.frame
## Prepare data
# data("waxsys.pro.df")
# data("waxsys.tree.phy")
## Generate tree data frame
# tree.df <- get.proPhy(waxsys.pro.df, waxsys.tree.phy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.