powered by
Get the phylogenetic tree.
phylogeny(biom)
A BIOM object, as returned from read.biom.
BIOM
A phylo class object of the tree in biom.
phylo
biom
Other accessor functions: counts(), info(), metadata(), nsamples(), ntaxa(), sample.names(), sequences(), taxa.names(), taxa.ranks(), taxonomy()
counts()
info()
metadata()
nsamples()
ntaxa()
sample.names()
sequences()
taxa.names()
taxa.ranks()
taxonomy()
# NOT RUN { library(rbiom) infile <- system.file("extdata", "hmp50.biom", package = "rbiom") biom <- read.biom(infile) summary(phylogeny(biom)) # }
Run the code above in your browser using DataLab