\name{org.Mm.ipiSEQ} \alias{org.Mm.ipiSEQ} \title{Map protein identifier to the protein sequence} \description{ org.Mm.ipiSEQ provides mappings between a protein identifier and the protein Sequence. } \details{ Mappings were based on data provided by: IPI (\url{ftp://ftp.ebi.ac.uk/pub/databases/IPI/current/ipi.MOUSE.dat.gz}) on Mus musculus 3.56, 3 Mar 2009 } \examples{ x <- org.Mm.ipiSEQ # 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) }