\name{org.Hs.ipiUNIGENE}
\alias{org.Hs.ipiUNIGENE}
\title{Map protein identifier to UniGene cluster identifiers} 
\description{
  org.Hs.ipiUNIGENE maps protein identifiers to UniGene cluster identifiers.
}
\details{
  Each protein identifier maps to UniGene cluster identifiers.
  A UniGene identifier represents a cluster of sequences of a gene. Using
  UniGene identifiers one can query the UniGene database for information about
  the sequences or the Entrez Gene database for information about the
  genes.  

  Mappings were based on data provided by: IPI (\url{ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.HUMAN.dat.gz}) on
  Homo sapiens 3.71, 24 Mar 2010  
}

\examples{
	x <- org.Hs.ipiUNIGENE
  # Get the protein identifiers that are mapped to UniGene cluster identifiers.
  mapped_proteins <- mappedkeys(x)
  # Convert to a list
  xx <- as.list(x[mapped_proteins])
	if(length(xx) > 0){
		# Get the value of the first key
		xx[[1]]
	}
}