Description Usage Arguments Details Value Examples
View source: R/getKeggGeneSetDb.R
Uses limma::getGeneKEGGLinks()
and limma::getKEGGPathwayNames()
internally.
1 2 3 4 5 6 7 | getKeggGeneSetDb(
species = "human",
id.type = c("ensembl", "entrez"),
database = "pathway",
idxref = NULL,
...
)
|
species |
|
id.type |
Gene identifiers are returned by the REST service as
entrez identifiers. Set this to |
Currently we just support the pathway database, and only entrez ids.
Note that it is your responsibility to ensure that you can use the KEGG database according to their licensing requirements.
A GeneSetDb of the kegg stuffs
1 2 3 4 5 | ## Not run:
mouse.entrez <- getKeggGeneSetDb("mouse")
mouse.ens <- getKeggGeneSetDb("mouse", id.type = "ensembl")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.