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