findEnrichedFunctions: findEnrichedFunctions

Description Usage Arguments Details Examples

View source: R/enrichment_analysis.R

Description

Find enriched functional terms among the genes that overlap the regions of interest.

Usage

1
findEnrichedFunctions(targetGenes, species, ...)

Arguments

targetGenes

Vector of Ensembl gene ids or gene names

species

First letter of genus + species name: e.g. hsapiens

...

Other arguments to be passed to gprofiler2::gost

Details

This function is basically a call to gprofiler2::gost function. It is here to serve as a replacement for other deprecated functional enrichment functions.

Examples

1
2
3
4
5
data(gff)
data(queryRegions)

overlaps <- queryGff(queryRegions, gff)
res <- findEnrichedFunctions(unique(overlaps$gene_id), 'hsapiens')

RCAS documentation built on Nov. 8, 2020, 8:03 p.m.