edgeR
1
0
Entering edit mode
2.0 years ago

Hi, in edgeR how can I write the FDR values to DE file?

et <- exactTest(dgelist)
fdr <- p.adjust(et$table$PValue, method="BH")

I know exactTest doesnt produce FDR values but with fdr <- p.adjust(et$table$PValue, method="BH") i think i am calculating fdr values but how can I include them to DE file?

edgeR rna-seq dge • 717 views
ADD COMMENT
0
Entering edit mode

Cross posted to Bioconductor https://support.bioconductor.org/p/9143614/

ADD REPLY
1
Entering edit mode
2.0 years ago
ATpoint 82k

Please read the manual: https://www.bioconductor.org/packages/devel/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf

Section 2.10.2 convers the exact test and advises to use topTags() after the exactTest which takes care of the FDR. edgeR is an end-to-end software for differential analysis, you don't need to come up with custom code, especially not for these trivial things.

ADD COMMENT
0
Entering edit mode

thank you!

ADD REPLY

Login before adding your answer.

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