View source: R/enrichmentCPX.R
enrichmentCPX | R Documentation |
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" )
predcpx |
A data.frame containing predicted complexes resulted from
|
threshold |
Custom p-value threshold for significance. |
sources |
A vector of data sources to use.
See |
p.corrction.method |
The algorithm used for multiple testing
correction;defaults to 'bonferroni'.
See |
custom_bg |
vector of gene names to use as a statistical background. Defaults to NULL. |
org |
An organism name;defaults to 'mmusculus'.
See |
enrichmentCPX
A data.frame with the enrichment analysis results.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.