Description Usage Arguments Examples
This function allows you to list genesets available via RESTful API.
1 2 3 4 5 6 | list.genesets(
sp.scientific = NULL,
sp.common = NULL,
dataset = NULL,
host = HOST
)
|
sp.scientific |
Species (Scientific Name) (regex) (optional). |
sp.common |
Species (Common Name) (regex) (optional). |
dataset |
Dataset Name (regex) (optional). |
1 2 3 | genesets <- list.genesets()
genesets <- list.genesets(sp.common='human')
genesets <- list.genesets(sp.common='mouse')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.