Description Usage Arguments Value Slots Examples
Contains the resulting information from the processing which subsequently can be used to generate the quality assessment report.
1 2 3  | 
nr | 
 NormalyzerResults object  | 
nds Generated NormalyzerEvaluationResults instance
avgcvmemAverage coefficient of variance per method
avgcvmempdiffPercentage difference of mean coefficient of variance compared to log2-transformed data
featureCVPerMethodCV calculated per feature and normalization method.
avgmadmemAverage median absolute deviation
avgmadmempdiffPercentage difference of median absolute deviation compared to log2-transformed data
avgvarmemAverage variance per method
avgvarmempdiffPercentage difference of mean variance compared to log2-transformed data
lowVarFeaturesCVsList of 5 for log2-transformed data
lowVarFeaturesCVsPercDiffCoefficient of variance for least variable entries
anovaPANOVA calculated p-values
repCorPearWithin group Pearson correlations
repCorSpearWithin group Spearman correlations
1 2 3 4  | data(example_summarized_experiment)
normObj <- getVerifiedNormalyzerObject("job_name", example_summarized_experiment)
normResults <- normMethods(normObj)
normEval <- NormalyzerEvaluationResults(normResults)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.