DESseq2 question about VST and rlog
1
0
Entering edit mode
@cd629f90
Last seen 2.8 years ago
United States

Enter the body of text here Recently, I use the DESeq2 to analyze a data, but there is a question is that the DESeq2 tutorials point the quickly start ,which use the code ```

dds <- DESeqDataSetFromMatrix(countData = cts,
                              colData = coldata,
                              design= ~ batch + condition)
dds <- DESeq(dds)
resultsNames(dds) # lists the coefficients
res <- results(dds, name="condition_trt_vs_untrt")
# or to shrink log fold changes association with condition:
res <- lfcShrink(dds, coef="condition_trt_vs_untrt", type="apeglm")

```.
So, I want to know the normalization when and how what for the difference gene, and that the VST and RLOG method processed data, which could for different gene expression analysis?
DESeq2 Normalization • 796 views
ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 3 days ago
Germany

If you're asking whether any of vst or rlog are used for differential expression then no, neither is used for DE. Please see the FAQs in the vignette. These transformations are intended for visualization, clustering etc, the DE testing does not use it.

http://bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#how-do-i-use-vst-or-rlog-data-for-differential-testing

ADD COMMENT

Login before adding your answer.

Traffic: 588 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6