This package contains functions to use online tools to perform enrichments. brgeEnrich allows you to work with online enrichment results in R. The implemented online resources are :
Install in R as :
# Install devtools
install.packages("devtools")
# Install required packages
devtools::source_url("https://raw.githubusercontent.com/isglobal-brge/brgeEnrich/HEAD/installer.R")
# Install brgeEnrich package
devtools::install_github("isglobal-brge/brgeEnrich@HEAD")