humanCHRLOCLOCUSID2CHR {humanCHRLOC}R Documentation

An annotation data file that maps LocusLink identifiers to chromosome number

Description

humanCHRLOCLOCUSID2CHR maps LocusLink ids to the chromosome numbers the genes represented by the Locuslink ids reside

Details

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

Mappings were derived from data provided by:

Golden Path:http://gopher5/compbio/annotationSourceData/hgdownload.cse.ucsc.edu/goldenPath/currentGenomes//Homo_sapiens/database/. Built: currentGenomes//Homo_sapiens

Package built: Tue Oct 4 19:55:13 2005

References

http://www.genome.ucsc.edu/goldenPath/hg16/database/

Examples

        require("annotate") || stop("annotate unavailable")
        xx <- as.list(humanCHRLOCLOCUSID2CHR)
        if(length(xx) > 0){
                # Get the value of the first LocusLink id
                xx[1]
                # Get the values for a few LocusLink ids
                if(length(xx) >= 3){
                        xx[1:3]
                }
        }

[Package humanCHRLOC version 1.10.0 Index]