run_enrichr: Subfunction to get significantly enriched GO terms given a set of signfiicant beads and genes
Description
This function finds the GO biological processes associated with the top n genes using enrichR
Usage
run_enrichr(genes, n_genes)
Value
A data.table of the most significant GO terms and their meta data
Arguments
- genes
vector of differentially expressed genes
- n_genes
number of the most significantly enriched DEGs to base gene enrichment from