YEASTDESCRIPTION {YEAST}R Documentation

An annotation data file that maps Open Reading Frame (ORF) identifiers to textural descriptions of the corresponding genes

Description

YEASTDESCRIPTION maps yeast ORF identifiers to descriptive information about genes corresponding to the ORF identifiers

Details

This is an environment object containing key and value pairs. Keys are ORF identifiers and values are the corresponding descriptions of genes. Values are vectors of length 1. Probe identifiers that can not be mapped to descriptive information are assigned a value NA.

Annotation based on data provided by:

Yeast Genome: Not available

Package built: Fri Oct 20 16:37:02 2006

References

http://www.yeastgenome.org/DownloadContents.shtml

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(YEASTDESCRIPTION)
        if(length(xx) > 0){
                # Get the value of the first key
                xx[[1]]
                # Get the values for a few keys
                if(length(xx) >= 3){
                        xx[1:3]
                }
        }

[Package YEAST version 1.14.2 Index]