\name{gahgu133plus2CHR}
\alias{gahgu133plus2CHR}
\title{Map custom probeset IDs to Chromosomes}
\description{
 gahgu133plus2CHR is an R environment that provides mappings between a
 custom probeset identifier and the chromosome that contains the gene of interest. 
}
\details{
  Each identifier maps to a chromosome.
  If the chromosomal location is unknown,
  the vector will contain an \code{NA}.

  Mappings were based on data provided by:
  
  GeneCards database - www.genecards.org
  
  Package built: Mon Aug 25 17:35:47 2008
}
\references{
\url{www.genecards.org}
}
\examples{
        # Convert to a list
        xx <- as.list(gahgu133plus2CHR)
        # Remove probe identifiers that do not map to any chromosome
        xx <- xx[!is.na(xx)]
        if(length(xx) > 0){
            # Get the chromosome number for the first five probes
            xx[1:5]
            # Get the first one
            xx[[1]]
        }
}
\keyword{datasets}