simple_cp_enricher: Generic enrichment using clusterProfiler.

View source: R/ontology_clusterprofiler.R

simple_cp_enricherR Documentation

Generic enrichment using clusterProfiler.

Description

culsterProfiler::enricher provides a quick and easy enrichment analysis given a set of siginficant' genes and a data frame which connects each gene to a category.

Usage

simple_cp_enricher(sig_genes, de_table, go_db = NULL)

Arguments

sig_genes

Set of 'significant' genes as a table.

de_table

All genes from the original analysis.

go_db

Dataframe of GO->ID matching the gene names of sig_genes to GO categories.

Value

Table of 'enriched' categories.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.