vst | R Documentation |
This is a wrapper for the varianceStabilizingTransformation
(VST)
that provides much faster estimation of the dispersion trend used to determine
the formula for the VST. The speed-up is accomplished by
subsetting to a smaller number of genes in order to estimate this dispersion trend.
The subset of genes is chosen deterministically, to span the range
of genes' mean normalized count.
vst(object, blind = TRUE, nsub = 1000, fitType = "parametric")
object |
a DESeqDataSet or a matrix of counts |
blind |
logical, whether to blind the transformation to the experimental
design (see |
nsub |
the number of genes to subset to (default 1000) |
fitType |
for estimation of dispersions: this parameter
is passed on to |
a DESeqTranform object or a matrix of transformed, normalized counts
dds <- makeExampleDESeqDataSet(n=2000, m=20)
vsd <- vst(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.