ListDB | R Documentation |
Retrieves information about databases based on a given species and database name.
ListDB(species = "Homo_sapiens", db = NULL)
species |
The species for which to retrieve database information. Default is "Homo_sapiens". |
db |
The pattern to match against the database names. Default is NULL, which matches all databases. |
PrepareDB
ListDB(species = "Homo_sapiens")
ListDB(species = "Mus_musculus", db = "GO_BP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.