View source: R/goSlimSummary.R
goSlimSummary | R Documentation |
Outputs a brief summary of input genes based on GO Slim data.
goSlimSummary(
organism = "hsapiens",
geneList,
outputFile,
outputType = "pdf",
isOutput = TRUE,
cache = NULL,
hostName = "https://www.webgestalt.org"
)
organism |
Currently, WebGestaltR supports 12 organisms. Users can use the function
|
geneList |
A list of input genes. |
outputFile |
Output file name. |
outputType |
File format of the plot: |
isOutput |
Boolean if a plot is save to |
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 the summary result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.