enrichment_analysis: Perform enrichment analysis by using clusterProfiler.

View source: R/enrichment.R

enrichment_analysisR Documentation

Perform enrichment analysis by using clusterProfiler.

Description

Perform enrichment analysis by using clusterProfiler.

Usage

enrichment_analysis(genes, go_data, ...)

Arguments

genes

A vector of gene id.

go_data

A data.frame contains four columns:

  1. First column must be named as Gene_ID

  2. Second column must be named as GO_ID

  3. Third column must be named as GO_Name

  4. Fourth column must be named as GO_Level

...

Arguments passed to enricher

Value

A enrichResult instance


altairwei/brookite documentation built on Nov. 1, 2022, 7:03 p.m.