header | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.