getAbundances: Get data.table of abundances from AbundanceData

getAbundancesR Documentation

Get data.table of abundances from AbundanceData

Description

Returns a data.table of abundances, respecting the imputeZero slot.

Usage

getAbundances(
  object,
  ignoreImputeZero = c(FALSE, TRUE),
  includeIds = c(TRUE, FALSE),
  verbose = c(TRUE, FALSE)
)

Arguments

object

AbundanceData

ignoreImputeZero

boolean indicating whether we should respect the imputeZero slot

includeIds

boolean indicating whether we should include recordIdColumn and ancestorIdColumns

Value

data.table of abundances


VEuPathDB/microbiomeComputations documentation built on March 1, 2024, 7:21 a.m.