int.mppiPPI {int.mppi.db}R Documentation

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 (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]
     }

[Package int.mppi.db version 1.1.0 Index]