Learn R Programming

rbiom (version 1.0.3)

print: Summarize the contents of a BIOM object

Description

Summarize the contents of a BIOM object

Usage

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

Value

NULL (invisibly)

Arguments

x

A BIOM object, as returned from read.biom.

...

Not used.

Examples

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

Run the code above in your browser using DataLab