This function downloads gene sets from specified Enrichr databases.
It returns a list where each element is a list corresponding to a database,
with each element containing a vector of human gene symbols for a gene set.
Usage
enrichr_get_genesets(databases)
Arguments
- databases
A character vector of database names to download from
Enrichr.
Value
A named list of gene sets from the specified Enrichr databases. Each
database is represented as a list, with gene set names as list
names and vectors of human gene symbols as list elements.