\name{org.Mm.crossSEQ}
\alias{org.Mm.crossSEQ}
\title{Map protein identifier to the protein sequence}
\description{
  org.Mm.crossSEQ provides mappings between a 
  protein identifier and the protein Sequence. 
}
\details{
  Mappings were based on data provided by: 
  \url{ftp://ftp.ebi.ac.uk/pub/databases/uniprot/knowledgebase/uniprot_sprot.fasta.gz ; ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.MOUSE.fasta.gz ; ftp://ftp.ncbi.nih.gov/refseq/M_musculus/mRNA_Prot/mouse.protein.faa.gz}) on UniProtKB/Swiss-Prot Release 56.9 of 03-Mar-2009 ; Mus musculus 3.56, 3 Mar 2009 ; March 10, 2008   
}

\examples{
  x <- org.Mm.crossSEQ
  # Get the protein identifiers that are mapped to protein sequence.
  mapped_proteins <- mappedkeys(x)
  # Convert to a list
  xx <- as.list(x[mapped_proteins])	
  # randomly display 10 proteins
  sample(xx, 10)
}