\name{int.mppiPPI} \alias{int.mppiPPI} \title{Protein-Protein interaction} \description{ int.mppiPPI gives protein-protein interactions from MPPI database. } \details{ Protein is is given as Uniprot protein accession number. Mappings were based on data provided by: MPPI (\url{http://mips.gsf.de/proj/ppi/data/mppi.gz}) on } \examples{ # Convert to a list xx <- as.list(int.mppiPPI) if(length(xx) > 0){ # Gets the first five interaction list xx[1:5] } }