| NormalyzerStatistics {NormalyzerDE} | R Documentation |
Is initialized with an annotation matrix, a data matrix and a design data frame. This object can subsequently be processed to generate statistical values and in turn used to write a full matrix with additional statistical information as well as a graphical report of the comparisons.
NormalyzerStatistics(experimentObj, logTrans = FALSE) NormalyzerStatistics(experimentObj, logTrans = FALSE)
experimentObj |
Instance of SummarizedExperiment containing matrix and design information as column data |
logTrans |
Whether the input data should be log transformed |
nds Generated NormalyzerStatistics instance
annotMatMatrix containing annotation information
dataMatMatrix containing (normalized) expression data
filteredDataMatFiltered matrix with low-count rows removed
designDfData frame containing design conditions
filteringContrastVector showing which entries are filtered (due to low count)
pairwiseCompsPList with P-values for pairwise comparisons
pairwiseCompsFdrList with FDR-values for pairwise comparisons
pairwiseCompsAveList with average expression values
pairwiseCompsFoldList with log2 fold-change values for pairwise comparisons
contrastsSpot for saving vector of last used contrasts
condColColumn containing last used conditions
batchColColumn containing last used batch conditions
data(example_stat_summarized_experiment) nst <- NormalyzerStatistics(example_stat_summarized_experiment)