annaffyENZYME {annaffy}R Documentation

Subset of annotation data file for ENZYME in the hgu95av2 package

Description

This is an R environment object containing key and value pairs for the mappings between probe identifiers (key) and Enzyme Commission numbers (value) with the leading EC: portion omitted. Keys can be accessed using ls(name) and values using get(key, name)

Details

Source data built: KEGG built: Release 26.0 (April 2003).ftp://ftp.genome.ad.jp/pub/kegg/pathways. Package built: Thu May 15 06:51:08 2003 Contains 250 randomly selected probes

References

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

Examples

xx <- ls(env = annaffyENZYME)
get(xx[1], env = annaffyENZYME)

[Package Contents]