A class for working with count data from a microbial or ecological assay.
Slots
dataA data.frame of integer abundance counts with species as columns and samples as rows
sampleMetadataA data.frame of metadata about the samples with samples as rows and metadata variables as columns
recordIdColumnThe name of the column containing IDs for the samples. All other columns will be treated as abundance values.
ancestorIdColumnsA character vector of column names representing parent entities of the recordIdColumn.
imputeZeroA logical indicating whether NA/ null values should be replaced with zeros.