biomformat (version 1.0.2)

show,biom-method: Method extensions to show for biom objects.

Description

See the general documentation of show method for expected behavior.

Usage

"show"(object)

Arguments

object
biom-class object

See Also

show

Examples

Run this code
# # # import with default parameters, specify a file
biom_file = system.file("extdata", "rich_sparse_otu_table.biom", package = "biomformat")
(x = read_biom(biom_file) )
show(x)

Run the code above in your browser using DataLab