View source: R/get_sig_results.R
get_sig_results | R Documentation |
Extract significant results from output of bootstrap_enrichment_test.
get_sig_results(
full_results,
mtc_method = "BH",
q_threshold = 0.05,
verbose = TRUE
)
full_results |
Output of bootstrap_enrichment_test. |
mtc_method |
Multiple-testing correction method (passed to p.adjust). |
q_threshold |
Maximum multiple-testing-corrected p-value to include. |
verbose |
Print messages. |
Filtered enrichment results table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.