Skip to content

Commit 03b0b1e

Browse files
committed
updated
1 parent 968c7a5 commit 03b0b1e

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/_modules/idpet/comparison.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -940,17 +940,17 @@ <h1>Source code for idpet.comparison</h1><div class="highlight"><pre>
940940
<span class="sd"> this case, IDPET will directly compare each pair of ensemble $i$ and</span>
941941
<span class="sd"> $j$ by using all of their conformers and perform the comparison only</span>
942942
<span class="sd"> once. On the other hand, if providing an integer value to this</span>
943-
<span class="sd"> argument, each pair of ensembles $i$ and $j$ will be compared</span>
943+
<span class="sd"> argument, each pair of ensembles *i* and *j* will be compared</span>
944944
<span class="sd"> `bootstrap_iters` times by randomly selecting (bootstrapping)</span>
945945
<span class="sd"> conformations from them. Additionally, each ensemble will be</span>
946946
<span class="sd"> auto-compared with itself by subsampling conformers via</span>
947947
<span class="sd"> bootstrapping. Then IDPET will perform a statistical test to</span>
948-
<span class="sd"> establish if the inter-ensemble ($i != j$) scores are significantly</span>
949-
<span class="sd"> different from the intra-ensemble ($i == j$) scores. The tests work</span>
950-
<span class="sd"> as follows: for each ensemble pair $i != j$ IDPET will get their</span>
948+
<span class="sd"> establish if the inter-ensemble (*i* != *j*) scores are significantly</span>
949+
<span class="sd"> different from the intra-ensemble (*i* == *j*) scores. The tests work</span>
950+
<span class="sd"> as follows: for each ensemble pair *i* != *j* IDPET will get their</span>
951951
<span class="sd"> inter-ensemble comparison scores obtained in bootstrapping. Then, it</span>
952952
<span class="sd"> will get the bootstrapping scores from auto-comparisons of ensemble</span>
953-
<span class="sd"> $i$ and $j$ and the scores with the higher mean here are selected as</span>
953+
<span class="sd"> *i* and *j* and the scores with the higher mean here are selected as</span>
954954
<span class="sd"> reference intra-ensemble scores. Finally, the inter-ensemble and</span>
955955
<span class="sd"> intra-ensemble scores are compared via a one-sided Mann-Whitney U</span>
956956
<span class="sd"> test with the alternative hypothesis being: inter-ensemble scores</span>

docs/comparison.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,17 @@ <h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this
139139
this case, IDPET will directly compare each pair of ensemble $i$ and
140140
$j$ by using all of their conformers and perform the comparison only
141141
once. On the other hand, if providing an integer value to this
142-
argument, each pair of ensembles $i$ and $j$ will be compared
142+
argument, each pair of ensembles <em>i</em> and <em>j</em> will be compared
143143
<cite>bootstrap_iters</cite> times by randomly selecting (bootstrapping)
144144
conformations from them. Additionally, each ensemble will be
145145
auto-compared with itself by subsampling conformers via
146146
bootstrapping. Then IDPET will perform a statistical test to
147-
establish if the inter-ensemble ($i != j$) scores are significantly
148-
different from the intra-ensemble ($i == j$) scores. The tests work
149-
as follows: for each ensemble pair $i != j$ IDPET will get their
147+
establish if the inter-ensemble (<em>i</em> != <em>j</em>) scores are significantly
148+
different from the intra-ensemble (<em>i</em> == <em>j</em>) scores. The tests work
149+
as follows: for each ensemble pair <em>i</em> != <em>j</em> IDPET will get their
150150
inter-ensemble comparison scores obtained in bootstrapping. Then, it
151151
will get the bootstrapping scores from auto-comparisons of ensemble
152-
$i$ and $j$ and the scores with the higher mean here are selected as
152+
<em>i</em> and <em>j</em> and the scores with the higher mean here are selected as
153153
reference intra-ensemble scores. Finally, the inter-ensemble and
154154
intra-ensemble scores are compared via a one-sided Mann-Whitney U
155155
test with the alternative hypothesis being: inter-ensemble scores

docs/idpet.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,17 +273,17 @@ <h3>Parameters<a class="headerlink" href="#parameters" title="Permalink to this
273273
this case, IDPET will directly compare each pair of ensemble $i$ and
274274
$j$ by using all of their conformers and perform the comparison only
275275
once. On the other hand, if providing an integer value to this
276-
argument, each pair of ensembles $i$ and $j$ will be compared
276+
argument, each pair of ensembles <em>i</em> and <em>j</em> will be compared
277277
<cite>bootstrap_iters</cite> times by randomly selecting (bootstrapping)
278278
conformations from them. Additionally, each ensemble will be
279279
auto-compared with itself by subsampling conformers via
280280
bootstrapping. Then IDPET will perform a statistical test to
281-
establish if the inter-ensemble ($i != j$) scores are significantly
282-
different from the intra-ensemble ($i == j$) scores. The tests work
283-
as follows: for each ensemble pair $i != j$ IDPET will get their
281+
establish if the inter-ensemble (<em>i</em> != <em>j</em>) scores are significantly
282+
different from the intra-ensemble (<em>i</em> == <em>j</em>) scores. The tests work
283+
as follows: for each ensemble pair <em>i</em> != <em>j</em> IDPET will get their
284284
inter-ensemble comparison scores obtained in bootstrapping. Then, it
285285
will get the bootstrapping scores from auto-comparisons of ensemble
286-
$i$ and $j$ and the scores with the higher mean here are selected as
286+
<em>i</em> and <em>j</em> and the scores with the higher mean here are selected as
287287
reference intra-ensemble scores. Finally, the inter-ensemble and
288288
intra-ensemble scores are compared via a one-sided Mann-Whitney U
289289
test with the alternative hypothesis being: inter-ensemble scores

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idpet/comparison.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -860,17 +860,17 @@ def all_vs_all_comparison(
860860
this case, IDPET will directly compare each pair of ensemble $i$ and
861861
$j$ by using all of their conformers and perform the comparison only
862862
once. On the other hand, if providing an integer value to this
863-
argument, each pair of ensembles $i$ and $j$ will be compared
863+
argument, each pair of ensembles *i* and *j* will be compared
864864
`bootstrap_iters` times by randomly selecting (bootstrapping)
865865
conformations from them. Additionally, each ensemble will be
866866
auto-compared with itself by subsampling conformers via
867867
bootstrapping. Then IDPET will perform a statistical test to
868-
establish if the inter-ensemble ($i != j$) scores are significantly
869-
different from the intra-ensemble ($i == j$) scores. The tests work
870-
as follows: for each ensemble pair $i != j$ IDPET will get their
868+
establish if the inter-ensemble (*i* != *j*) scores are significantly
869+
different from the intra-ensemble (*i* == *j*) scores. The tests work
870+
as follows: for each ensemble pair *i* != *j* IDPET will get their
871871
inter-ensemble comparison scores obtained in bootstrapping. Then, it
872872
will get the bootstrapping scores from auto-comparisons of ensemble
873-
$i$ and $j$ and the scores with the higher mean here are selected as
873+
*i* and *j* and the scores with the higher mean here are selected as
874874
reference intra-ensemble scores. Finally, the inter-ensemble and
875875
intra-ensemble scores are compared via a one-sided Mann-Whitney U
876876
test with the alternative hypothesis being: inter-ensemble scores

0 commit comments

Comments
 (0)