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