ygs98ORF {ygs98} | R Documentation |
ygs98ORF is an R environment that provides mappings between manufacturer and ORF identifiers.
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 Dec 21 10:52:46 2006
http://www.yeastgenome.org/DownloadContents.shtml
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] } }