idMapping | R Documentation |
ID mapping utility with WebGestalt server.
idMapping(
organism = "hsapiens",
dataType = "list",
inputGeneFile = NULL,
inputGene = NULL,
sourceIdType,
targetIdType = NULL,
collapseMethod = "mean",
mappingOutput = FALSE,
outputFileName = "",
cache = NULL,
hostName = "https://www.webgestalt.org/"
)
idToSymbol(
organism = "hsapiens",
dataType = "list",
inputGeneFile = NULL,
inputGene = NULL,
sourceIdType = "ensembl_gene_id",
collapseMethod = "mean",
mappingOutput = FALSE,
outputFileName = NULL,
cache = NULL,
hostName = "https://www.webgestalt.org/"
)
organism |
Currently, WebGestaltR supports 12 organisms. Users can use the function
|
dataType |
Type of data, either |
inputGeneFile |
The data file to be mapped. |
inputGene |
Or the input could be given as an R object.
GMT file should be read with |
sourceIdType |
The ID type of the data. |
targetIdType |
The ID type of the mapped data. |
collapseMethod |
The method to collapse duplicate IDs with scores. |
mappingOutput |
Boolean if the mapping output is written to file. |
outputFileName |
The output file name. |
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 mapped
and unmapped
IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.