Description Usage Arguments Value Examples
The function add_to_database returns a database comprised of an existing database and new data, which are paramters provded by the user. The dataset that results from this function will be formatted to be compatible with GSEA functions.
1 | add_to_database(database = "", addition = "")
|
database |
Formatted existing database. |
addition |
Gene sets to be added to existing database. |
A formatted database with new sets included.
1 2 3 | add_to_database(database=hallmark.gs,addition=new_geneset)
add_to_database(database=custom_db,addition=new_geneset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.