info {rbiom}R Documentation

Get biom's misc information.

Description

Get biom's misc information.

Usage

info(biom)

Arguments

biom

A BIOM object, as returned from read.biom.

Value

A data frame of the metadata in biom.

See Also

Other accessor functions: counts(), metadata(), nsamples(), ntaxa(), phylogeny(), sample.names(), sequences(), taxa.names(), taxa.ranks(), taxonomy()

Examples

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


[Package rbiom version 1.0.3 Index]