loadGeneSet | R Documentation |
Load gene set data
loadGeneSet(
organism = "hsapiens",
enrichDatabase = NULL,
enrichDatabaseFile = NULL,
enrichDatabaseType = NULL,
enrichDatabaseDescriptionFile = NULL,
cache = NULL,
hostName = "https://www.webgestalt.org/"
)
organism |
Currently, WebGestaltR supports 12 organisms. Users can use the function
|
enrichDatabase |
The functional categories for the enrichment analysis. Users can use
the function |
enrichDatabaseFile |
Users can provide one or more GMT files as the functional
category for enrichment analysis. The extension of the file should be |
enrichDatabaseType |
The ID type of the genes in the |
enrichDatabaseDescriptionFile |
Users can also provide description files for the custom
|
cache |
A directory to save data cache for reuse. Defaults to |
hostName |
The server URL for accessing data. Mostly for development purposes. |
A list of geneSet
, geneSetDes
, geneSetDag
, geneSetNet
, standardId
.
Gene set: A data frame with columns of "geneSet", "description", "genes"
Description: A data frame with columns of two columns of gene set ID and description
DAG: A edge list data frame of two columns of parent and child. Or a list of data frames if multilple databases are given.
Network: A edge list data frame of two columns connecting nodes. Or a list of data frames if multilple databases are given.
The standard ID of the gene set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.