Representation of the results from performing normalization over a dataset
Source:R/NormalyzerResults.R
NormalyzerResults.RdIt is linked to a NormalyzerDataset instance representing the raw data which has been processed. After performing evaluation it also links to an instance of NormalyzerEvaluationResults representing the results from the evaluation.
Slots
normalizationsSummarizedExperiment object containing calculated normalization results
ndsNormalyzer dataset representing run data
nerNormalyzer evaluation results for running extended normalizations
Examples
data(example_summarized_experiment)
normObj <- getVerifiedNormalyzerObject("job_name", example_summarized_experiment)
#> Input data checked. All fields are valid.
#> Sample check: More than one sample group found
#> Sample replication check: All samples have replicates
#> RT annotation column found (5)
emptyNormResults <- NormalyzerResults(normObj)