Hi, When launching the DESeq function, I get results like this:
res<- results(dds, name="genotypeA.treatment2")
summary(res)
out of 20717 with nonzero total read count adjusted p-value < 0.1 LFC > 0 (up) : 154, 0.74% LFC < 0 (down) : 7, 0.034% outliers [1] : 5, 0.024% low counts [2] : 15258, 74% (mean count < 804) [1] see 'cooksCutoff' argument of ?results [2] see 'independentFiltering' argument of ?results
My question is why low counts mean count <804?
Thanks for your reply. I got 439 DEGs by subset res with padj < 0.05 when I didn't turn off independent filtering. But why I got 348 DEGs when I turn it off? shouldn't it be more DEGs when I turn off independent filtering?
See the paper and the vignette again. The independent filtering is used to increase power (generate more DEGs).