print: Summarize the contents of a BIOM object

Description Usage Arguments Value Examples

Description

Summarize the contents of a BIOM object

Usage

1
2
## S3 method for class 'BIOM'
print(x, ...)

Arguments

x

A BIOM object, as returned from read.biom.

...

Not used.

Value

NULL (invisibly)

Examples

1
2
3
4
5
6
    library(rbiom)
    
    infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    biom <- read.biom(infile)
    
    print(biom)

rbiom documentation built on Nov. 5, 2021, 9:11 a.m.