Description Usage Arguments Value Examples
Extract the header from a biom-class
object as a list.
1 2 3 4 |
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.
1 2 3 | 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.