yeast2ORF {yeast2}R Documentation

Map Manufacturer Identifiers to Open Reading Frame (ORF) Identifiers

Description

yeast2ORF is an R environment that provides mappings between manufacturer and ORF ids.

Details

Each manufacturer id is mapped to a vector of ORF ids. The length of the vector may be one or longer, depending on how many ORF ids the manufacturer id can be mapped to. An NA is reported for any manufacturer id that cannot be mapped to an ORF id at this time.

Annotation based on data provided by:

Yeast Genome: Not available

Package built: Mon Mar 27 11:04:03 2006

References

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

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(yeast2ORF)
        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 yeast2 version 1.12.0 Index]