\name{org.Mm.ipiDE} \alias{org.Mm.ipiDE} \title{Maps protein identifier to textural descriptions} \description{ org.Mm.ipiDE maps protein identifiers to their descriptive information. } \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.ipiDE # Get the protein identifiers that are mapped to textural descriptions. 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]] # Get the values for a few keys if(length(xx) >= 3){ xx[1:3] } } }