aveLogCPMWithOffset | R Documentation |
edgeR::aveLogCPM()
that uses offsets by defaultThis is the same as edgeR::aveLogCPM()
, except that when called
on a edgeR::DGEList()
object that contains an offset matrix, that
matrix will be used for normalization instead of the library sizes
and normalization factors. If called on a matrix of counts, the
offset must be supplied manually.
aveLogCPMWithOffset(y, ...)
y, offset, prior.count, dispersion, weights, ... |
All arguments
have the same meaning as in |
See edgeR::aveLogCPM()
.
Note that edgeR::aveLogCPM()
also accepts an offset argument. The
only difference is that it doesn't use the offset matrix from a
DGEList by default, whereas this function does.
edgeR::getOffset()
# TODO Steal from aveLogCPM and maybe scaleOffset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.