Description Usage Arguments Value Examples
Summarize the contents of a BIOM object
1 2 |
x |
A BIOM object, as returned from read.biom. |
... |
Not used. |
NULL (invisibly)
1 2 3 4 5 6 | library(rbiom)
infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
biom <- read.biom(infile)
print(biom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.