Description Usage Arguments Value Examples
The function database_key returns the name of the rda file the user may be interested in given the common name of the geneset database. The function may also return the name of all databases if the input is "all".
1 | database_key(database_name = "")
|
database_name |
The input for this paramter needs to be "all", or the description of the database of interest. |
If the input for database_name is "all", the function will return the descriptons for all databases. If the user inputs the descripton of a database, the function will return the file name of the database of interest.
1 2 3 4 5 | database_key("all")
database_key("hallmark all")
database_key("motif transcription factor targets")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.