NOTE: These methods are all deprecated, along with the DIList class itself. Users can apply the same methods to InteractionSet objects.
"normOffsets"(object, lib.sizes, ...)
"normalize"(object, lib.sizes, ...) # deprecated, use normOffsets
"asDGEList"(object, lib.sizes, ...)DIList object, like that produced by squareCountsnormOffsets, either a numeric matrix or vector is returned; see normOffsets,matrix-method.For asDGEList, a DGEList object is returned.
DIList object.
If not specified in lib.sizes, library sizes are taken from the totals field in the column data of object.
Warnings will be generated if this field is not present.In the normOffsets method, the extracted counts and library sizes are supplied to normOffsets,matrix-method.
Similarly, the asDGEList method wraps the DGEList constructor.
In both cases, any arguments in ... are also passed to the wrapped functions.