hu6800ENZYME2PROBE {hu6800}R Documentation

Annotation of enzyme commission numbers by probe ids

Description

hu6800ENZYME2PROBE mappes enzyme commission numbers to probe ids representing genes whose products exhibit the function of the enzyme corresponding to the commission numbers

Details

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

References

ftp://ftp.genome.ad.jp/pub/kegg/pathways

Examples

    # Convert to a list
    xx <- as.list(hu6800ENZYME2PROBE)
   if(length(xx) > 0){
       # Gets the probe ids for the first five enzyme
       #commission numbers
       xx[1:5]
       # Get the first one
       xx[[1]]
    }

[Package hu6800 version 1.5.1 Index]