Created
September 18, 2012 19:38
DESeq vs edgeR comparison output 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> addmargins(table(sig_edgeR=etable$FDR<0.05, sig_DESeq=dtable$padj<0.05)) | |
sig_DESeq | |
sig_edgeR FALSE TRUE Sum | |
FALSE 11168 0 11168 | |
TRUE 371 820 1191 | |
Sum 11539 820 12359 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment