\name{org.Mm.ipiSYMBOL} \alias{org.Mm.ipiSYMBOL} \title{Map protein identifier to gene symbols} \description{ org.Mm.ipiSYMBOL maps protein identifiers to gene symbols. } \details{ Each protein identifier maps to an abbreviation for the corresponding gene. . 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.ipiSYMBOL # Get the protein identifiers that are mapped to gene symbols. 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]] } }