Random Walk with Resistance (RWS)

**The supplementary material for Bioinformatics manuscript**

The matlab code can be downloaded here.

Our network reconstruct strategy has three steps:

If you want to "one click" improve the network (step1,2,3), use ReNet.m .
If you want to decide how to add/remove the edges by yourself or want to know the similarities between each pair of the nodes (step1,2), use CorrByRWS.m .
If you want to do some further research on the topological profiles of the network (step1), use RWS.m .

 

About the Data and Results

      The core PPI network we used in the paper can be downloaded here, which is from "N.J. Krogan, G. Cagney, H. Yu, et al. Global landscape of protein complexes in the yeast saccharomyces cerevisiae. Nature, 440:637–643, 2006".

      The improved PPI network can be downloaded in .mat format. The protein names for the nodes are listed here.

 

Additional Information