sample.names {rbiom} | R Documentation |
Get the sample names.
Description
Get the sample names.
Usage
sample.names(biom)
Arguments
biom |
A |
Value
A character vector of the sample IDs / names in biom
.
See Also
Other accessor functions:
counts()
,
info()
,
metadata()
,
nsamples()
,
ntaxa()
,
phylogeny()
,
sequences()
,
taxa.names()
,
taxa.ranks()
,
taxonomy()
Examples
library(rbiom)
infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
biom <- read.biom(infile)
sample.names(biom)
[Package rbiom version 1.0.3 Index]