Research Article

Walking on a Tissue-Specific Disease-Protein-Complex Heterogeneous Network for the Discovery of Disease-Related Protein Complexes

Algorithm 1

The random walk algorithm on the disease-protein-complex heterogeneous network.
Require: A query disease , the transition matrix T of the disease-protein-complex network.
Ensure: A score for each protein complex.
(1) ;
(2) ;
(3)  WHILE   ϵ
    (a) ;
    (b) ;
    (c) ;
(4) END
(5) ;
(6) FOR  j FROM 1 TO  n
    (a) ;
(7) END