run_enrichr {SlideCNA} | R Documentation |
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)
Arguments
genes |
vector of differentially expressed genes |
n_genes |
number of the most significantly enriched DEGs to base gene enrichment from |
Value
A data.table of the most significant GO terms and their meta data
[Package SlideCNA version 0.1.0 Index]