YEASTCOMMON2SYSTEMATIC {YEAST} | R Documentation |
YEASTCOMMON2SYSTEMATIC is an R environment that maps the yeast common names (gene names and aliases) to the corresponding yeast systematic names.
Each yeast common name, either gene name or alias, maps to a vector of systematic names. This mapping is the reverse mappings of YEASTGENENAME and YEASTALIAS.
Mappings were based on data provided by:
Yeast Genome: Not available
Package built Sat Mar 25 22:20:11 2006
# Convert to a list xx <- as.list(YEASTCOMMON2SYSTEMATIC) # Remove probes that do not map to any COMMON2SYSTEMATIC xx <- xx[!is.na(xx)] if(length(xx) > 0){ # Gets the systematic gene names for the first five gene names/alias xx[1:5] # Get the first one xx[[1]] }