Description Usage Arguments Value Examples
The create_geneset_db function allows users to create a new database. Given a list wich meets certain specifications, this function will reformat the data in the list to be saved into a database form compatible with GSEAplot functions.
1 | create_geneset_db(database = "")
|
database |
A list, with the name of the list being the names of the genesets and elements of the list as the description/source and gene symbols. |
Database, saved as formatted_db, which may be saved to the work environment and an used in later GSEA analyses.
1 2 3 | create_geneset_db(custom_db)
create_geneset_db(modified_db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.