enrichfind_cpx: Functional Enrichment Analysis for Predicted Modules

View source: R/enrichfind_cpx.R

enrichfind_cpxR Documentation

Functional Enrichment Analysis for Predicted Modules

Description

This function uses gost function in gprofiler2 package to perfrom functional enrichment analysis for predicted modules.

Usage

enrichfind_cpx(
  predcpx,
  threshold = 0.05,
  sources = c("GO", "KEGG"),
  p.corrction.method = "bonferroni",
  org = "hsapiens"
)

Arguments

predcpx

Predicted modules resutled from run_clustering.

threshold

Custom p-value threshold for significance.

sources

A vector of data sources to use. See gost for more details.

p.corrction.method

The algorithm used for multiple testing correction;defaults to 'bonferroni'. See gost for more details.

org

An organism name;defaults to 'hsapiens'. See gost for more details.

Details

enrichfind_cpx

Value

A data.frame with the enrichment analysis results.

Author(s)

Matineh Rahmatbakhsh, matinerb.94@gmail.com


mrbakhsh/HPiP documentation built on March 28, 2023, 4:35 p.m.