DESeq2 outliers-should I be concerned?
1
1
Entering edit mode
4 months ago
bioinfo ▴ 160

Hello,

I ran DESeq2 for 2 projects recently. One of them ran fine but the other gave me this message:

-- replacing outliers and refitting for 35 genes  
-- DESeq argument 'minReplicatesForReplace' = 7  
-- original counts are preserved in counts(dds)

Should I be concerned? I have 35772 genes in total and DESeq2 completed without error. The only weird thing was that message.

Thank you

deseq2 • 689 views
ADD COMMENT
3
Entering edit mode
4 months ago
ATpoint 89k

It means that DESeq2 has replaced outliers in 35 genes because they had a large Cook's distance and you had more than 7 replicates so a certain confidence could be applied that the outlier is indeed an outlier rather than a potential genuine effect or group spread. The replacement tries to denoise the fit. Nothing to worry about I would say, it's an established built-in function that exists for a long time. You can turn it off, see vignette, if you feel like so.

ADD COMMENT
0
Entering edit mode

Thank you so much for the explanation!

ADD REPLY

Login before adding your answer.

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