Description Usage Arguments Value Examples
View source: R/analyzeResults.R
This function prepares an NormalyzerEvaluationResults object containing the evaluation measures CV (coefficient of variance), MAD (median absolute deviation), average variance, significance measures (ANOVA between condition groups) and correlation between replicates.
| 1 | analyzeNormalizations(nr, categoricalAnova = FALSE)
 | 
| nr | Normalyzer results object with calculated results. | 
| categoricalAnova | Whether categorical or numerical (ordered) ANOVA should be calculated. | 
Normalyzer results with attached evaluation results object.
| 1 2 3 4 | data(example_summarized_experiment)
normObj <- getVerifiedNormalyzerObject("job_name", example_summarized_experiment)
normResults <- normMethods(normObj)
normResultsWithEval <- analyzeNormalizations(normResults)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.