KEGGENZYMEID2GO {KEGG}R Documentation

An annotation data file for ENZYMEID2GO in the KEGG package

Description

KEGGENZYMEID2GO maps Enzyme Commission numbers to Gene Ontoloty (GO) ids

Details

This is an environment object containing key and value pairs. Keys are Enzyme Commission numbers and values are GO ids. Values are vectors of length 1. Enzyme Commission numbers that can not be mapped to a GO term are assigned a value NA.

Source data built: KEGG built: Release 29.0 (January 2004).ftp://ftp.genome.ad.jp/pub/kegg/pathways.

Package built: Thu Mar 4 19:59:34 2004

References

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

Examples

        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]
                }
        }

[Package KEGG version 1.5.1 Index]