Skip to main content
. 2021 Aug 26;13(17):4296. doi: 10.3390/cancers13174296
Algorithm 1
Begin
  Set a significance level ∇min and a minimal Umin
  For nodei, i ∈ [0, νmax − 1] and nodej, j ∈ [i + 1, νmax]
  (Note: νmax is the total number of nodes)
     For all empirical case samples N, compute a contingency table:
Mij=N11N12N21N22
     For each relation type k out of the six cases find the solution:
Max Up
Subject to     Max Up > Umin
p > ∇min
error cells > ∇non-error cells
     If the solution exists, then return a type k relation
End