ygs98DESCRIPTION {ygs98} | R Documentation |
ygs98DESCRIPTION maps yeast ORF identifiers to descriptive information about genes corresponding to the ORF identifiers
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 Aug 24 18:08:49 2007
http://www.yeastgenome.org/DownloadContents.shtml
require("annotate") || stop("annotate unavailable") xx <- as.list(ygs98DESCRIPTION) 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] } }