| ComputeResult-class | R Documentation |
A class for consistently representing the results of computes. This includes their representation in R, as JSON and how they are written to files.
dataA data.frame of values where computed variables are columns and samples rows.
nameThe name of the compute, ex: 'alphaDiv'.
recordIdColumnThe name of the column containing IDs for the samples. All other columns will be treated as computed values.
ancestorIdColumnsA character vector of column names representing parent entities of the recordIdColumn.
computedVariableMetadataveupathUtils::VariableMetadataList detailing the computed variables.
statisticsAn optional slot of any values. List or data.frame are recommended. It is not required to have rows or cols map to samples.
computationDetailsAn optional message about the computed results.
parametersA record of the input parameters used to generate the computed results.
droppedColumnsA character vector of column names that have been dropped for being unsuitable for the computation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.