Deseq2
1
0
Entering edit mode
Sudip • 0
@d5b2591c
Last seen 25 days ago
Denmark

I am doing a Transcriptomics study, where I have 120 samples. I want to know what criteria should I set to filter counts. Below is what I am using now. But I think it maybe I can set the threshold fo the counts to a higher number. Has anyone have any experience in dealing with such big datasets. ```{r} keep <- rowSums(counts(dds)) >= 5 dds <- dds[keep,]

DESeq2 rnaseqGene • 219 views
ADD COMMENT
0
Entering edit mode

Cross-posted on biostars: https://www.biostars.org/p/9596031/

ADD REPLY
1
Entering edit mode
ATpoint ★ 4.2k
@atpoint-13662
Last seen 7 hours ago
Germany

Ser the vignette https://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html

It covers prefiltering (and everything else).

ADD COMMENT

Login before adding your answer.

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