| rownames,biom-method {biomformat} | R Documentation |
rownames
for biom-class objects.See the general documentation of rownames method for
expected behavior.
## S4 method for signature 'biom' rownames(x)
x |
(Required). An instance of the |
The number of columns in x.
A length 1 integer-class.
# # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biomformat")
(x = read_biom(biom_file) )
rownames(x)