mgug4104aSUMFUNC {mgug4104a}R Documentation

Map between Manufacturer Identifiers and Gene Function Summaries

Description

mgug4104aSUMFUNC is an R environment that provides mappings between manufacturer identifiers and brief summaries of functions of the gene products.

Details

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 Mon Sep 25 22:08:18 2006

Package built Mon Sep 25 22:25:30 2006

References

http://www.ncbi.nlm.nih.gov/LocusLink

Examples

    # Convert the environment to a list
    xx <- as.list(mgug4104aSUMFUNC)
    if(length(xx) > 0){
        # The function summaries for the first two elements of XX
        xx[1:2]
        # Get the first one
        xx[[1]]
    }

[Package mgug4104a version 1.14.1 Index]