biom_shape-methods: The matrix dimensions of a 'biom-class' object.

Description Usage Arguments Value See Also Examples

Description

The matrix dimensions of a biom-class object.

Usage

1

Arguments

x

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

Value

A length two integer-class vector indicating the nrow and ncol of the main data matrix stored in x.

See Also

biom-class

Examples

1
2
3
4
# # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biom")
(x = read_biom(biom_file) )
biom_shape(x)

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