isglobal-brge / brgeEnrich

To be supplied
MIT License
0 stars 1 forks source link

brgeEnrich

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 :

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")