get_sig_results: Extract significant results

View source: R/get_sig_results.R

get_sig_resultsR Documentation

Extract significant results

Description

Extract significant results from output of bootstrap_enrichment_test.

Usage

get_sig_results(
  full_results,
  mtc_method = "BH",
  q_threshold = 0.05,
  verbose = TRUE
)

Arguments

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.

Value

Filtered enrichment results table.


NathanSkene/EWCE documentation built on April 10, 2024, 1:02 a.m.