celhomologyHGID {celhomology}R Documentation

A vector containing all the HomoloGeneIDs for Caenorhabditis elegans

Description

celhomologyHGID is a vector containing all the HomoloGeneIDs for Caenorhabditis elegans. A HomoloGeneID is a unique identifier used by NCBI to represent a sequence in a given organism

Details

The HomoloGeneIDs can be used to obtain data for all the homologous genes in other organisms using the environment celhomologyDATA.

celhomologyDATA is an R environment that maps HomoloGeneIds from Caenorhabditis elegans to other species. Consult the celhomologyDATA help page for more information.

Mappings contained in homology6239 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 Wed Aug 29 13:36:25 2007

References

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

Examples

    require("annotate") || stop("annotate unavailable")
    get(celhomologyHGID[1], celhomologyDATA)

[Package celhomology version 2.0.2 Index]