powered by
Summarize the contents of a BIOM object
# S3 method for BIOM print(x, ...)
NULL (invisibly)
A BIOM object, as returned from read.biom.
Not used.
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