Description Usage Arguments Value See Also Examples
Get the sample names.
1 | sample.names(biom)
|
biom |
A |
A character vector of the sample IDs / names in biom
.
Other accessor functions:
counts()
,
info()
,
metadata()
,
nsamples()
,
ntaxa()
,
phylogeny()
,
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)
sample.names(biom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.