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