ygs98ORF {ygs98}R Documentation

Map Manufacturer Identifiers to Open Reading Frame (ORF) Identifiers

Description

ygs98ORF is an R environment that provides mappings between manufacturer and ORF identifiers.

Details

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

Annotation based on data provided by:

Yeast Genome: Not available

Package built: Thu Mar 15 18:08:49 2007

References

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

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(ygs98ORF)
        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 ygs98 version 2.2.0 Index]