print {rbiom}R Documentation

Summarize the contents of a BIOM object

Description

Summarize the contents of a BIOM object

Usage

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

Arguments

x

A BIOM object, as returned from read.biom.

...

Not used.

Value

NULL (invisibly)

Examples

    library(rbiom)
    
    infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    biom <- read.biom(infile)
    
    print(biom)


[Package rbiom version 1.0.3 Index]