View source: R/overlap_significance.R
overlap_significance | R Documentation |
Determines significance of overlap using hypergeometric probability test
overlap_significance( table_a, table_b, follow_bacon = FALSE, top_100 = NULL, fdr = NULL )
table_a |
Your first methylation results sheet. |
table_b |
Your second methylation results sheet with which you want to compare the first. |
follow_bacon |
Do you want to use the bacon p.value/FDR values? Needs TRUE or FALSE. |
top_100 |
Do you want to use the top 100 hits ordered by significance? Either true or leave blank/dont fill. |
fdr |
Do you want to use an FDR cutoff INSTEAD of the top 100? Specify an FDR value. |
GeneOverlap result to console
overlap_significance(table_a, table b, follow_bacon=TRUE, fdr=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.