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