DESeq2::vst()
R/vst.R
compute_vst.Rd
This will use the DESeq2::dispersionFunction() learned from the dataset used for model creation.
DESeq2::dispersionFunction()
compute_vst(matr)
Input raw counts matrix.
A matrix with transformed values. R Matrix rows are genes, matrix columns are samples.
If your pipeline/protocol is different than the one used for training, you would probably need to use some sort of a batch-correction.