Description Usage Arguments Value See Also Examples
Number of samples in a BIOM.
1 | nsamples(biom)
|
biom |
A |
The number of samples present.
Other accessor functions:
counts()
,
info()
,
metadata()
,
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)
nsamples(biom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.