header-methods: Extract the header from a 'biom-class' object as a list.

Description Usage Arguments Value Examples

Description

Extract the header from a biom-class object as a list.

Usage

1
  header(x)

Arguments

x

(Required). An instance of the biom-class.

Value

A list containing the header data. That is, all the required elements that are not the main data or index metadata.

Examples

1
2
3
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biom")
x = read_biom(biom_file)
header(x)

biom documentation built on Jan. 15, 2017, 9:30 a.m.