hu6800SUMFUNC {hu6800}R Documentation

Map between Manufacturer Identifiers and Gene Function Summaries

Description

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

Details

Each manufacturer id is mapped to a vector containing a brief summary of the function for the gene product. This information was previously supplied by LocusLink, 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:http://gopher5/compbio/annotationSourceData/ftp.ncbi.nlm.nih.gov/gene/DATA/. Built: Source data downloaded from Entrez Gene on Tue May 17 14:04:04 2005

Package built Tue May 17 14:10:56 2005

References

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

Examples

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

[Package hu6800 version 1.8.4 Index]