generateAnnotatedMatrix: Generate an annotated data frame from statistics object

Description Usage Arguments Value Examples

View source: R/calculateStatistics.R

Description

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

Usage

1

Arguments

nst

NormalyzerDE statistics object.

Value

outDf Annotated statistics matrix

Examples

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)

NormalyzerDE documentation built on Nov. 8, 2020, 8:22 p.m.