This function uses gost function
in gprofiler2 package to perform functional enrichment analysis
for predicted modules.
enrichmentCPX(
predcpx,
threshold = 0.05,
sources = c("GO", "KEGG", "CORUM", "REAC", "CORUM"),
p.corrction.method = "bonferroni",
custom_bg = NULL,
org = "mmusculus"
)A data.frame with the enrichment analysis results.
A data.frame containing predicted complexes resulted from
get_clusters or MCL_clustering.
Custom p-value threshold for significance.
A vector of data sources to use.
See gost for more details.
The algorithm used for multiple testing
correction;defaults to 'bonferroni'.
See gost for more details.
vector of gene names to use as a statistical background. Defaults to NULL.
An organism name;defaults to 'mmusculus'.
See gost for more details.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
enrichmentCPX