phylogeny {rbiom} | R Documentation |
Get the phylogenetic tree.
Description
Get the phylogenetic tree.
Usage
phylogeny(biom)
Arguments
biom |
A |
Value
A phylo
class object of the tree in biom
.
See Also
Other accessor functions:
counts()
,
info()
,
metadata()
,
nsamples()
,
ntaxa()
,
sample.names()
,
sequences()
,
taxa.names()
,
taxa.ranks()
,
taxonomy()
Examples
library(rbiom)
infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
biom <- read.biom(infile)
summary(phylogeny(biom))
[Package rbiom version 1.0.3 Index]