Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Created September 18, 2012 19:38
DESeq vs edgeR comparison output 1
> 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