deseq2_norm: Count normalisation using DESeq2

Description Usage Arguments Value Examples

View source: R/deseq2_norm.R

Description

Function to show the effect of the count normalisation that will be performed as part of the DESeq2 analysis.

Usage

1
deseq2_norm(dds = dds)

Arguments

dds

DESeq2 dds object created by DESeqDataSetFromMatrix.

Value

Boxplots showing the effect of normalisation in PNG and PDF format.

Examples

1
2
3
4
5
## Not run: 
load(system.file("data", "ddsMat.rda", package = "dealr"))
deseq2_norm(dds)

## End(Not run)

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