getAbundances | R Documentation |
Returns a data.table of abundances, respecting the
imputeZero
slot.
getAbundances(
object,
ignoreImputeZero = c(FALSE, TRUE),
includeIds = c(TRUE, FALSE),
verbose = c(TRUE, FALSE)
)
object |
AbundanceData |
ignoreImputeZero |
boolean indicating whether we should respect the imputeZero slot |
includeIds |
boolean indicating whether we should include recordIdColumn and ancestorIdColumns |
data.table of abundances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.