bSet-class: bSet

bSet-classR Documentation

bSet

Description

'bSet' class is similar to the 'mSet' class but it store the OTU abundance matrix rather than the metabolite abundance.

Value

S4 class

Slots

Samples

character a character vector contains the samples

Features

character a character vector contains the features

dt

data.table OTU abundance matrix

Examples

b.path <- system.file("extdata", "metabolites_and_genera.rda", package = "mbOmic")
load(b.path)
names(genera)[1] <- 'rn'
bSet(b = genera)

gongcongcong/mbOmic documentation built on July 1, 2023, 1:47 p.m.