loadGeneSet {WebGestaltR} | R Documentation |
Load gene set data
Description
Load gene set data
Usage
loadGeneSet(
organism = "hsapiens",
enrichDatabase = NULL,
enrichDatabaseFile = NULL,
enrichDatabaseType = NULL,
enrichDatabaseDescriptionFile = NULL,
cache = NULL,
hostName = "https://www.webgestalt.org/"
)
Arguments
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. |
Value
A list of geneSet
, geneSetDes
, geneSetDag
, geneSetNet
, standardId
.
- geneSet
Gene set: A data frame with columns of "geneSet", "description", "genes"
- geneSetDes
Description: A data frame with columns of two columns of gene set ID and description
- geneSetDag
DAG: A edge list data frame of two columns of parent and child. Or a list of data frames if multilple databases are given.
- geneSetNet
Network: A edge list data frame of two columns connecting nodes. Or a list of data frames if multilple databases are given.
- standardId
The standard ID of the gene set