View source: R/venn_fisher_test.R
venn_fisher_test | R Documentation |
Fisher exact test for enrichment of overlap in 2-way Venn.
venn_fisher_test(mat.sig, directional = TRUE)
mat.sig |
Numeric matrix with two columns whose elements are 1, -1, or 0 for significantly up, down, or
insignificant genes (rows) in a test (column) if |
directional |
Logical; are we considering whether significant genes are up or down? Otherwise, we only consider if genes are significant or not. |
Data frame with statistics from Fisher exact test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.