View source: R/choose_database.R
choose_database | R Documentation |
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.
choose_database(db_search = NULL)
db_search |
(Default = NULL), is the string pattern to be matched against the list of enrichR databases. Any matching DBs will be returned. |
List of database names as a character vector.
## Not run:
choose_database(db_search = "KEGG")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.