ygs98ALIAS {ygs98}R Documentation

Map Open Reading Frame (ORF) Identifiers to Alias Gene Names

Description

A set of gene names may have been used to report yeast genes represented by ORF identifiers. One of these names is chosen to be the primary gene name, and the others are considered aliases. This R environment provides mappings between the primary name and aliases.

Details

Each primary name maps to a vector of alias names. If there are no aliases, the vector will contain NA.

Annotation based on data provided by:

Yeast Genome: Not available

Package built: Thu Dec 21 10:52:46 2006

References

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

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(ygs98ALIAS)
        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 1.14.1 Index]