getKeggGeneSetDb.Rd
Uses limma::getGeneKEGGLinks()
and limma::getKEGGPathwayNames()
internally.
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 |
A GeneSetDb of the kegg stuffs
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.
if (FALSE) { mouse.entrez <- getKeggGeneSetDb("mouse") mouse.ens <- getKeggGeneSetDb("mouse", id.type = "ensembl") }