filtering lowly expressed exons
0
0
Entering edit mode
5 months ago
wiscoyogi ▴ 40

To reduce false positive testing in differential expression, genes with zero or low counts are pre-filtered. I'm wondering what the equivalent is for this with DEXSeq.

the 'minCount' argument in estimateDispersions does not work with the latest available release (3.18) on bioconductor.

It's also recommended in the guide to do filtering, though the actual methods for doing this are not reported.

I can write my own script to do this and I can go off the threshold of 10 per this post though I'm wondering if there's any sort of built-in approach as was indicated?

thanks!

dexseq deseq2 • 469 views
ADD COMMENT
0
Entering edit mode

I cannot find any documentation on minCount in the function. It might have been removed long time ago. Anyway, usually edgeR::filterByExpr does a good job at design-aware filtering.

ADD REPLY
0
Entering edit mode

I think the basis for filtering in edgeR vs. DESeq2 are different ( proportion of samples with counts > some threshold vs. total counts) and I'm not sure this applies

ADD REPLY
0
Entering edit mode

it all tries to remove genes with counts so low (with certain respect to group size) that they're impossible to realistically be DE in a reliable fashion

ADD REPLY

Login before adding your answer.

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