powered by
Get EnrichrDB geneset and geneset_name Geneset is a data.frame of 2 columns with term id and gene id
getEnrichrdb( org = c("human", "fly", "yeast", "worm", "zebrafish"), library = NULL, download.method = NULL, data_dir = NULL )
A list including geneset and geneset name.
Organism from 'human','fly','yeast','worm','zebrafish'.
Choose one library name from `enrichr_metadata`.
"auto" (as default if NULL), "wininet" (for windows)
data saving location, default is the package data directory
x = getEnrichrdb(org = "human", library = "COVID-19_Related_Gene_Sets", data_dir = tempdir())
Run the code above in your browser using DataLab