Variance-stabilizing transformation type
Source:R/AllGenerics.R
, R/transformType-methods.R
transformType.Rd
Variance-stabilizing transformation type
Usage
transformType(object, ...)
# S4 method for DESeqAnalysis
transformType(object)
# S4 method for DESeqAnalysisList
transformType(object)
# S4 method for DESeqTransform
transformType(object)
Examples
data(deseq)
## DESeqAnalysis ====
transformType(deseq)
#> [1] "varianceStabilizingTransformation"