Skip to main content
. 2018 Jul 20;22(10):5109–5120. doi: 10.1111/jcmm.13799
Input: Matrices Y n × m, MFSn × n, DSSm × m, parameter α, β
Output: Predicted associations matrix F.
1: For i ← 1 to n do
2: Select the sparse neighborhood for miRNA i by Equation (5).
3: End for
4: Obtain a reconstructed miRNA similarity matrix by Equation (6).
5: For j ← 1 to m do
6: Select the sparse neighborhood for disease j by Equation (5).
7: End for
8: Obtain a reconstructed disease similarity matrix by Equation (6).
9: Integrate similarity information by Equations (7) and (8).
10: Repeat
11: FMt+1=αMSFMt+1αY
12: Until convergence
13: Repeat
14: FDt+1=αDSFDt+1αY
15: Until convergence
16: F=βFM+1βFD
17: Return F