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