Is it better to pool samples prior to running deseq2, or should the algorithm be run separately for every pool?
1
0
Entering edit mode
5 weeks ago
Shelby • 0

When comparing results from running deseq2 separately, we saw that deseq does some pool-specific normalization. Is this desired or should we just group all data and then run it through deseq? All pools represent the same experiment. Seems like pooling all should be statistically more robust. Thank you!

If it makes a difference, we are using normalizationFactors instead of having the algorithm estimate sequencing depth.

deseq2 RNA-seq • 405 views
ADD COMMENT
1
Entering edit mode
5 weeks ago

Seems like pooling all should be statistically more robust.

Yup. So put everything into the same DESeq2 object.

See:

https://bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#if-i-have-multiple-groups-should-i-run-all-together-or-split-into-pairs-of-groups

ADD COMMENT
0
Entering edit mode

Gotcha, thank you!

ADD REPLY

Login before adding your answer.

Traffic: 1596 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