Description Usage Arguments Value Examples
View source: R/calculateStatistics.R
Extracts key values (p-value, adjusted p-value, log2-fold change and average expression values) from an NormalyzerStatistics instance and appends these to the annotation- and data-matrices
1 |
nst |
NormalyzerDE statistics object. |
outDf Annotated statistics matrix
1 2 3 4 | data(example_stat_summarized_experiment)
statObj <- NormalyzerStatistics(example_stat_summarized_experiment)
statObj <- calculateContrasts(statObj, comparisons=c("1-2", "2-3"), condCol="group", type="limma")
annotDf <- generateAnnotatedMatrix(statObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.