Summarize Enrichment Results
summarize_enrichment_results(enrichment_res, list_active_snw_genes = FALSE)
a dataframe of combined enrichment results. Columns are:
ID of the enriched term
Description of the enriched term
Fold enrichment value for the enriched term
p value of enrichment
adjusted p value of enrichment
the non-significant active subnetwork genes, comma-separated
boolean value indicating whether or not to report
the non-significant active subnetwork genes for the active subnetwork which was enriched for
the given term with the lowest p value (default = FALSE
)
a dataframe of summarized enrichment results (over multiple iterations). Columns are:
ID of the enriched term
Description of the enriched term
Fold enrichment value for the enriched term
the number of iterations that the given term was found to enriched over all iterations
the median support (proportion of active subnetworks leading to enrichment within an iteration) over all iterations
the lowest adjusted-p value of the given term over all iterations
the highest adjusted-p value of the given term over all iterations
the non-significant active subnetwork genes, comma-separated
if (FALSE) { # \dontrun{
summarize_enrichment_results(enrichment_res)
} # }