addNormalizedAssays {diffUTR} | R Documentation |
addNormalizedAssays
addNormalizedAssays(se, readLength = 50L)
se |
A bin-wise 'SummarizedExperiment' as produced by
|
readLength |
Used as a minimum width to estimate read density (default 50). |
The 'se' object with populated 'logcpm' and 'logNormDensity' assays.
data(example_bin_se) example_bin_se <- addNormalizedAssays(example_bin_se)