choose_database {autoGO} | R Documentation |
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)
Arguments
db_search |
(Default = NULL), is the string pattern to be matched against the list of enrichR databases. Any matching DBs will be returned. |
Value
List of database names as a character vector.
Examples
## Not run:
choose_database(db_search = "KEGG")
## End(Not run)
[Package autoGO version 0.9.1 Index]