View source: R/ontology_clusterprofiler.R
simple_cp_enricher | R Documentation |
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.
simple_cp_enricher(sig_genes, de_table, go_db = NULL)
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. |
Table of 'enriched' categories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.