Chengwei LEI, Ph.D.    Associate Professor

Department of Computer and Electrical Engineering and Computer Science
California State University, Bakersfield

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".

      We got some good results when we applied the algorithm on protein protein interaction (PPI) network. The correlation matrix and improved PPI network can be downloaded in .mat format. The protein names for the nodes are listed here.

 

 

      We applied the algorithm on Human PPI network(HPRD, version 9). The correlation matrix can be downloaded in .mat format. The protein names for the nodes are listed here.

 

Additional Information