Summarize Enrichment Results
summarize_enrichment_results(enrichment_res,
list_active_snw_genes = FALSE)
a dataframe of combined enrichment results. Columns are:
KEGG ID of the enriched pathway
Description of the enriched pathway
Fold enrichment value for the enriched pathway
p value of enrichment
adjusted p value of enrichment
the non-DEG active subnetwork genes, comma-separated
boolean value indicating whether or not to report the non-DEG active subnetwork genes for the active subnetwork which was enriched for the given pathway with the lowest p value (default = FALSE)
a dataframe of summarized enrichment results (over multiple iterations). Columns are:
KEGG ID of the enriched pathway
Description of the enriched pathway
Fold enrichment value for the enriched pathway
the number of iterations that the given pathway was found to enriched over all iterations
the lowest adjusted-p value of the given pathway over all iterations
the highest adjusted-p value of the given pathway over all iterations
the non-DEG active subnetwork genes, comma-separated
# NOT RUN {
summarize_enrichment_results(enrichment_res)
# }
Run the code above in your browser using DataLab