Description Usage Arguments Value Examples
This function performs variance stabilization on assay data.
1 | varianceStabilization(X, method = "asinh")
|
X |
an assay data matrix or data.frame where columns correspond |
method |
Method for variance stabilization (VST).
Currently, supports "none" (no VST), "log1p" (log plus one), "asinh"
(inverse hyperbolic sine) or "deseq"
( |
Returns a varianced stabilized data matrix.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.