View source: R/parsePhylotree.R
createUnrootedTree | R Documentation |
Create unrooted tree from a taxonomy matrix
createUnrootedTree(df)
df |
data frame contains taxonomy matrix used for generating tree |
A unrooted taxonomy tree as an object of class "phylo".
Vinh Tran tran@bio.uni-frankfurt.de
taxa2dist
for distance matrix generation from a
taxonomy matrix, getTaxonomyMatrix
for getting taxonomy
matrix, ppTaxonomyMatrix
for a demo taxonomy matrix data
data("ppTaxonomyMatrix", package = "PhyloProfile")
createUnrootedTree(ppTaxonomyMatrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.