View source: R/enrichfind_cpx.R
enrichfind_cpx | R Documentation |
This function uses gost
function
in gprofiler2
package to perfrom functional enrichment analysis
for predicted modules.
enrichfind_cpx(
predcpx,
threshold = 0.05,
sources = c("GO", "KEGG"),
p.corrction.method = "bonferroni",
org = "hsapiens"
)
predcpx |
Predicted modules resutled 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 |
org |
An organism name;defaults to 'hsapiens'.
See |
enrichfind_cpx
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.