mouseLLMappingsACCNUM2LL {mouseLLMappings}R Documentation

An annotation data file that maps GenBank Accession numbers to LocusLink identifiers

Description

mouseLLMappingsACCNUM2LL maps GenBank Accession numbers to LocusLink ids

Details

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

Mappings were derived from data provided by:

Entrez Gene: Not available

UniGene/tmp/RtmpX2x5PQ/file66334873Mm.data. Built: Build #151

Package built: Sat Mar 25 22:53:12 2006

References

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

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(mouseLLMappingsACCNUM2LL)
        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 mouseLLMappings version 1.12.0 Index]