ratLLMappingsACCNUM2LL {ratLLMappings}R Documentation

An annotation data file that maps GenBank Accession numbers to Entrez Gene identifiers

Description

ratLLMappingsACCNUM2LL maps GenBank Accession numbers to Entrez Gene identifiers

Details

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

Mappings were derived from data provided by:

Entrez Gene: Not available

UniGene/tmp/RtmpgIs7Ck/file66334873Rn.data. Built: Build #165

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

References

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

Examples

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