DESeqTransform-class: DESeqTransform object and constructor
Description
This constructor function would not typically be used by "end users".
This simple class extends the SummarizedExperiment class of the GenomicRanges package.
It is used by rlog
and
varianceStabilizingTransformation
to wrap up the results into a class for downstream methods,
such as plotPCA
.
Usage
DESeqTransform(SummarizedExperiment)
Arguments
SummarizedExperiment
a SummarizedExperiment
Value
a DESeqTransform object