KEGGPATHNAME2ID {KEGG} | R Documentation |
KEGGPATHNAME2ID maps KEGG pathway names to pathway ids
This is an environment object containing key and value pairs. Keys are KEGG pathway names and values are KEGG pathway ids. Values are vectors of length 1.
Mappings were based on data provided by KEGG (ftp://ftp.genome.ad.jp/pub/kegg/pathways)
Source data built: Release 29.0 (January 2004)
Package built: Thu Mar 4 19:59:40 2004
ftp://ftp.genome.ad.jp/pub/kegg/pathways
require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGPATHNAME2ID) if(length(xx) > 0){ # Get the value of the first key xx[[1]] # Get the values for a few keys if(length(xx) >= 3){ xx[1:3] } }