Description Usage Arguments Value Examples
Outputs each of the normalized datasets to the specified directory.
1 2 3 4 | writeNormalizedDatasets(nr, jobdir, includePairwiseComparisons = FALSE,
includeCvCol = FALSE, includeAnovaP = FALSE,
normSuffix = "-normalized.txt",
rawdataName = "submitted_rawdata.txt")
|
nr |
Results object. |
jobdir |
Path to output directory. |
includePairwiseComparisons |
Include p-values for pairwise comparisons. |
includeCvCol |
Include CV column in output. |
includeAnovaP |
Include ANOVA p-value in output. |
normSuffix |
String used to name output together with normalization names. |
rawdataName |
Name of output raw data file. |
None
1 2 3 4 5 6 | data(example_summarized_experiment)
normObj <- getVerifiedNormalyzerObject("job_name", example_summarized_experiment)
normResults <- normMethods(normObj)
normResultsWithEval <- analyzeNormalizations(normResults)
outputDir <- tempdir()
writeNormalizedDatasets(normResultsWithEval, outputDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.