ri16codSUMFUNC {ri16cod} | R Documentation |
ri16codSUMFUNC is an R environment that provides mappings between manufacturer identifiers and brief summaries of functions of the gene products.
Each manufacturer identifier is mapped to a vector containing a brief summary of the function for the gene product. This information was previously supplied by Entrez Gene, but with the change to Entrez Gene these data may no longer be available, and the environment may be discontinued.
Mappings were based on data provided by:
Entrez Gene:ftp://ftp.ncbi.nlm.nih.gov/gene/DATA/. Built: Source data downloaded from Entrez Gene on Sat Sep 8 02:06:28 2007
Package built Sat Sep 8 02:33:00 2007
http://www.ncbi.nlm.nih.gov/LocusLink
# Convert the environment to a list xx <- as.list(ri16codSUMFUNC) if(length(xx) > 0){ # The function summaries for the first two elements of XX xx[1:2] # Get the first one xx[[1]] }