R/enrichment.R
KO_padog.RdPerform Pathway Analysis with Down-weighting of Overlapping Genes (PADOG)
KO_padog(
reporter_res,
verbose = TRUE,
perm = 1000,
p.adjust.method = "BH",
...
)A data frame containing PADOG results for KO enrichment.
A data frame with columns "ID," "Description," "K_num," "Exist_K_num," "p.value," and "p.adjust."
Other common_enrich:
KO_enrich(),
KO_fisher(),
KO_gsa(),
KO_gsea(),
KO_gsva(),
KO_safe(),
KO_sea(),
plot_enrich_res()