View source: R/NormalyzerResults.R
NormalyzerResults | R Documentation |
It 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.
NormalyzerResults(nds)
NormalyzerResults(nds)
nds |
NormalyzerDataset object |
nr Prepared NormalyzerResults object
normalizations
SummarizedExperiment object containing calculated normalization results
nds
Normalyzer dataset representing run data
ner
Normalyzer evaluation results for running extended normalizations
data(example_summarized_experiment)
normObj <- getVerifiedNormalyzerObject("job_name", example_summarized_experiment)
emptyNormResults <- NormalyzerResults(normObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.