KEGGENZYMEID2GO {KEGG} | R Documentation |
KEGGENZYMEID2GO maps Enzyme Commission numbers to Gene Ontoloty (GO) identifiers
This is an environment object containing key and value pairs. Keys are Enzyme Commission numbers and values are GO identifiers. Values are vectors of length 1. Enzyme Commission numbers that can not be mapped to a GO term are assigned a value NA.
Mappings were based on data provided by:
KEGG:http://gopher6/compbio/annotationSourceData/kegg/pathways/map_title.tab. Built: Release 41.1, February 1, 2007
Package built: Fri Aug 24 09:54:27 2007
ftp://ftp.genome.ad.jp/pub/kegg/pathways
require("annotate") || stop("annotate unavailable") xx <- as.list(KEGGENZYMEID2GO) if(length(xx) > 0){ # Get the value of the first key xx[[1]] # Get values for a few keys if(length(xx) >= 3){ xx[1:3] } }