powered by
Get the phylogenetic tree.
phylogeny(biom)
A phylo class object of the tree in biom.
phylo
biom
A BIOM object, as returned from read.biom.
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()
library(rbiom) infile <- system.file("extdata", "hmp50.bz2", package = "rbiom") biom <- read.biom(infile) summary(phylogeny(biom))
Run the code above in your browser using DataLab