Description Usage Arguments Value Examples
Normalize promoter read counts using DESeq2
1 | normalizePromoterReadCounts(promoterReadCounts)
|
promoterReadCounts |
A data.frame object. The number of junction reads per promoter (rows) for each sample (cols) |
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
1 2 3 4 | ## Not run:
normalizedPromoterReadCounts <- normalizePromoterReadCounts(promoterReadCounts)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.