normalizePromoterReadCounts: Normalize promoter read counts using DESeq2

Description Usage Arguments Value Examples

Description

Normalize promoter read counts using DESeq2

Usage

1
normalizePromoterReadCounts(promoterReadCounts)

Arguments

promoterReadCounts

A data.frame object. The number of junction reads per promoter (rows) for each sample (cols)

Value

A data.frame object. The normalized number of junction reads per promoter (rows) for each sample (cols) using DESeq2 counts function. Requires 'DESeq2' package to be installed

Examples

1
2
3
4
## Not run: 
normalizedPromoterReadCounts <- normalizePromoterReadCounts(promoterReadCounts)

## End(Not run)

dnzdmrcgl/proActivTest documentation built on June 9, 2019, 10:50 a.m.