View source: R/studyDefinition.R
studyDefinitionExtensionSettings | R Documentation |
function to extract sample/factor/ratio/replicate information.
studyDefinitionExtensionSettings(analysisDef)
analysisDef |
generated by the analysisDefinition function |
a lits of 4 elements:
StudyVariablesForGrouping : a data.frame of factors used
StudyVariablesForSorting : a data.frame of sorting specification for the factors
QuanRatios : a list object of all ratios. Each ratio has the following elements: RatioTable (specifying numerator/denominator), RatioString (for easy info printing), NumeratorSamples & DenominatorSamples specifying which samples are in the numerator and denominator and finally Replicates which contains info on replicates.
XML : the actual from which the information comes. This was included because the exact specification for all possible cases is not (yet) known
So far, this function has not been tested for all possible cases/ scenarios.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.