R/getKEGGdescription.R

Defines functions getKEGGdescription

Documented in getKEGGdescription

## Map KEGG Ids to description of pathways. Essentially, this is a wrapper
## around the KEGGPATHID2NAME environment.

getKEGGdescription <- function(ids)
  data.frame(ID=ids, description=unlist(mget(substring(ids, 4,100),
                       KEGGPATHID2NAME)))

Try the domainsignatures package in your browser

Any scripts or data that you put into this service are public.

domainsignatures documentation built on May 2, 2018, 4:17 a.m.