@@ -23,21 +23,21 @@ based on the reshuffled node weights.
23
23
24
24
## [ Network Metrics] (@id network_metrics)
25
25
26
- It's is important to have a way to check the relevance of * HierarchicalHotNet* predictions.
26
+ It is important to have a way to check the relevance of * HierarchicalHotNet* predictions.
27
27
For example, one can [ randomize the input data] (@ref permweights) and show that, at some edge weight
28
28
threshold `` t_* `` , * HHotNet* predictions based on the real data, `` H(\mathcal{D}_{\mathrm{real}}, t_*) `` ,
29
- demnostrate significantly more order than the ones based on randomized data,
30
- `` H(\mathcal{D}_{\mathrm{perm}}^i , t_*) `` , `` i=1,2,\ldots,N_{\mathrm{perm}} `` .
31
- If the "order" could be expressed as some metric `` m(H) `` , then we can easily define
29
+ demnostrate significantly more " order" than the ones based on randomized data,
30
+ `` H(\mathcal{D}_{\mathrm{perm}}, t_*) `` .
31
+ If the "order" could be expressed as some metric `` m(H) `` , then we can define
32
32
the `` p `` -value for the hypothesis that `` H(\mathcal{D}_{\mathrm{real}}, t) `` is significantly
33
33
more "ordered" than expected by chance:
34
34
``` math
35
- p_m(H(\mathcal{D}_{\mathrm{real}}, t)) = P\big(M_{ \mathrm{perm}}(t) \geq m(H(\mathcal{D}_{\mathrm{real}}, t)) \big),
35
+ p_m(H(\mathcal{D}_{\mathrm{real}}, t)) = P\big(m(H(\mathcal{D}_{ \mathrm{perm}}, t_*)) \geq m(H(\mathcal{D}_{\mathrm{real}}, t)) \big).
36
36
```
37
- where `` M_{\mathrm{perm}}(t) `` is a random variable derived from the empirical distribution
38
- of `` m( H(\mathcal{D}_{\mathrm{perm}}^i, t))`` , `` i = 1, 2, \ldots, N_{\mathrm{perm}} `` .
39
- The definition above was given for the case of `` m(H) `` growing with the increase of `` H `` "order ".
40
- If the metric `` m `` decreases as the "order" of `` H `` grows, `` P(M \geq m(H)) `` should be changed
37
+ `` p_m `` could be approximated by generating a family * HHotNet * prediction based on randomized data,
38
+ `` H(\mathcal{D}_{\mathrm{perm}}^i, t)) `` , `` i = 1, 2, \ldots, N_{\mathrm{perm}} `` .
39
+ The definition above was given for the metric `` m(H) `` that increases as `` H `` becomes more "ordered ".
40
+ If the metric `` m(H) `` decreases as the "order" of `` H `` grows, `` P(M \geq m(H)) `` should be changed
41
41
to `` P(M \leq m(H)) `` .
42
42
43
43
In [ _ M.A. Reyna et al_ (2018)] ( https://academic.oup.com/bioinformatics/article/34/17/i972/5093236 ) ,
0 commit comments