hgu133aENZYME2PROBE {hgu133a} | R Documentation |
hgu133aENZYME2PROBE mappes enzyme commission numbers to probe ids representing genes whose products exhibit the function of the enzyme corresponding to the commission numbers
This is an environment object with key and value pairs. Keys are enzyme commission numbers and values are are the matching probe ids. Values are vectors of length 1 or greater depending on whether a given Enzyme Commission number can be mapped to only one or more probe ids. Enzyme Commission numbers can not be mapped any any probe ids are assigned a value NA.
Mappings were based on data provided by:
KEGG built: Release 29.0 (January 2004).ftp://ftp.genome.ad.jp/pub/kegg/pathways
Package built Wed Mar 3 16:27:29 2004
ftp://ftp.genome.ad.jp/pub/kegg/pathways
# Convert to a list xx <- as.list(hgu133aENZYME2PROBE) if(length(xx) > 0){ # Gets the probe ids for the first five enzyme #commission numbers xx[1:5] # Get the first one xx[[1]] }