Learn R Programming

autoGO (version 1.0.1)

choose_database: choose_database

Description

It allows the user to choose the databases on which to perform the enrichment analysis. Either it returns all the possible databases or a subset of them.

Usage

choose_database(db_search = NULL)

Value

List of database names as a character vector.

Arguments

db_search

(Default = NULL), is the string pattern to be matched against the list of enrichR databases. Any matching DBs will be returned.

Examples

Run this code
if (FALSE) {
choose_database(db_search = "KEGG")
}

Run the code above in your browser using DataLab