Extract the header from a biom-class object as a list.
Extract the header from a biom-class
object as a list.
header(x) ## S4 method for signature 'biom' header(x)
x |
(Required). An instance of the |
A list containing the header data. That is, all the required elements that are not the main data or index metadata.
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biomformat") x = read_biom(biom_file) header(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.