Description Usage Arguments Value See Also Examples
Get the abundance counts.
1 | counts(biom)
|
biom |
A |
A numeric matrix of the sample abundance counts in biom
.
Other accessor functions:
info()
,
metadata()
,
nsamples()
,
ntaxa()
,
phylogeny()
,
sample.names()
,
sequences()
,
taxa.names()
,
taxa.ranks()
,
taxonomy()
1 2 3 4 5 6 | library(rbiom)
infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
biom <- read.biom(infile)
counts(biom)[1:4,1:5]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.