edger_norm: Count normalisation using edgeR

Description Usage Arguments Value Examples

View source: R/edger_norm.R

Description

Function to perform count normalisation prior to differential analysis, with generation of before and after plots.

Usage

1
edger_norm(dge = NULL, norm.method = "TMM")

Arguments

dge

DGE object.

norm.method

Normalisation method to use - may be "TMM", "RLE", "upperquartile" or "none".

Value

Normalised DGE object.

Examples

1
2
3
4
## Not run: 
dge <- edger_norm(dge, norm.method = "TMM")

## End(Not run)

anilchalisey/parseR documentation built on May 7, 2019, 7:45 a.m.