| Collection-class | R Documentation |
This class represents a collection of related data. That could be all of the abundance data for all samples in a dataset at a particular taxonomic rank, or all pathway abundance data for all samples in a dataset, or something else. The primary requirement for a collection is that the values of all variables in the collection can be expressed on the same theoretical range.
nameThe human-readable name of the collection. This can be anything that helps to identify the collection uniquely to the user.
dataA data.frame of data with samples as rows and variables as columns
recordIdColumnThe name of the column in the data.frame that contains the record id
ancestorIdColumnsA character vector of column names representing parent entities of the recordIdColumn
imputeZeroA logical indicating whether NA/ null values should be replaced with zeros.
removeEmptyRecordssA logical indicating whether empty (all NA/ zero) records should be removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.