yeast2ORF {yeast2} | R Documentation |
yeast2ORF is an R environment that provides mappings between manufacturer and ORF ids.
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
http://www.yeastgenome.org/DownloadContents.shtml
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] } }