mouseLLMappingsLL2PMID {mouseLLMappings}R Documentation

A data file that maps LocusLink identifiers to PubMed identifiers

Description

mouseLLMappingsLL2PMID maps LocusLink ids to PubMed ids representing publications that cited the genes corresponding to the LocusLink ids

Details

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

Mappings were derived from data provided by:

Entrez Gene: Not available

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

References

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

Examples

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