mgrhomologyLL2HGID {mgrhomology}R Documentation

Mappings between public database identifiers and NCBI's Internal HomoloGeneIDs for Magnaporthe grisea

Description

R environments that provides mappings between public database identifiers and internal HomoloGeneIDs (HGID) used by NCBI to represent sequences for Magnaporthe grisea. Public database identifiers include Entrez Gene identifiers (LL) and GenBank Accesion/RefSeq numbers (ACC).

Details

Each R environment provides mapping between either HomoloGeneIds and database identifiers. or the converse. The mapping direction is indicated by the name of the environment. For instance, mgrhomologyACC2HGID provides mappings between GenBank accession numbers and HomoloGeneIds.

For each environment, a given identifier will map to a named vector of identifiers. the names of which are the NCBI code for that organism.

Mappings contained were based on data provided by HomoloGene.

HomoloGene: ftp://ftp.ncbi.nih.gov/pub/HomoloGene/old/hmlg.ftp. Built: HomoloGene built date not available

Packagebuilt Tue Nov 21 18:37:08 2006

References

http://www.ncbi.nih.gov/entrez/query.fcgi?db=homologene

Examples

    require("annotate") || stop("annotate unavailable")
    xx <- as.list(mgrhomologyLL2HGID)
        if(length(xx) > 5){
                # Get the value of the first key
                xx[2]
                # Get the value for a few keys
                if(length(xx) >= 3){
                        xx[2:4]
                }
        }

[Package mgrhomology version 1.14.2 Index]