\name{org.Hs.pepSEQ}
\alias{org.Hs.pepSEQ}
\title{Map peptide identifier to the its sequence}
\description{
  org.Hs.pepSEQ provides mappings between a PeptideAtlas
  peptide identifier and the its sequence. 
}
\details{
  Mappings were based on data provided by: PeptideAtlas (\url{http://www.peptideatlas.org/builds/human/HumanP0.9/200704/APD_Hs_all.fasta ; http://www.peptideatlas.org/builds/human/HumanP0.9/200704/coordinate_mapping.txt})
  on Human April 2007  
}

\examples{
    # Convert to a list
    xx <- as.list(org.Hs.pepSEQ)
		# Get the values for a few keys
		if(length(xx) >= 3){
			xx[1:3]
		}
}