normalizePromoterReadCounts {proActiv}R Documentation

Normalize promoter read counts using DESeq2

Description

Normalize promoter read counts using DESeq2

Usage

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


[Package proActiv version 1.0.0 Index]