| CollectionWithMetadata-class | R Documentation |
A class for working with numeric data 'collections' and associated metadata. Variable collections should represent a biologically or scientifically coherent concept measured over a consistent or comparable range of values. Examples include relative abundances of various genera, or relative expression levels of genes in a gene expression profile.
nameThe name of the collection
dataA data.frame of collection values with variables as columns and records as rows
sampleMetadataA SampleMetadata object of metadata about the records where records are rows and metadata variables as columns
recordIdColumnThe name of the column containing IDs for the records.
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.