ratLLMappingsLL2UG {ratLLMappings}R Documentation

An annotation data file that maps Entrez Gene identifiers to UniGene cluster identifiers

Description

ratLLMappingsLL2UG maps Entrez Gene identifiers to UniGene identifiers

Details

This is an environment object containing key and value pairs. Keys are Entrez Gene identifiers and values are the corresponding UniGene identifiers. Values are vectors of length 1 or more depending on whether a Entrez Gene identifier can be mapped to one or more UniGene identifiers.

Mappings were derived from data provided by:

Entrez Gene: Not available

Package built: Wed Aug 29 20:07:20 2007

References

ftp://ftp.ncbi.nih.gov/refseq/LocusLink/LL_tmpl.gz

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(ratLLMappingsLL2UG)
        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]
                }
        }

[Package ratLLMappings version 2.0.2 Index]