getKeggCollection | R Documentation |
Uses limma::getGeneKEGGLinks()
and limma::getKEGGPathwayNames()
internally.
getKeggCollection(species = "human", id.type = c("ensembl", "entrez"), ...)
getKeggGeneSetDb(species = "human", id.type = c("ensembl", "entrez"), ...)
species |
|
id.type |
Gene identifiers are returned by the REST service as
entrez identifiers. Set this to |
... |
pass through arguments |
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 BiocSet of the kegg stuffs
getKeggGeneSetDb()
: method that returns a GeneSetDb
# connects to the internet and takes a while
mouse.entrez <- getKeggCollection("mouse", id.type = "entrez")
human.enrez <- getKeggCollection("human", id.type = "entrez")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.