aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorZachary Sloan2012-12-20 15:06:56 -0600
committerZachary Sloan2012-12-20 15:06:56 -0600
commitf807e10d835077ecca5e886ea27a9f70cbc1b40c (patch)
treea920e4b60e84f754606991cb5dc22ec493d48810 /wqflask
parent58965a746aea4d6fc34e101a0958ecdc46493acb (diff)
downloadgenenetwork2-f807e10d835077ecca5e886ea27a9f70cbc1b40c.tar.gz
Form data passed via POST for marker regression
Removed "Use Parents" and "Use Weighted" Created text box to input # permutations for pair scan
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/show_trait_mapping_tools.html29
1 files changed, 8 insertions, 21 deletions
diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html
index d584a774..83454c08 100644
--- a/wqflask/wqflask/templates/show_trait_mapping_tools.html
+++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html
@@ -32,22 +32,13 @@
{% endif %}
<br>
- <label for="use_permutations" class="checkbox">Permutation Test n=
- <input type="checkbox" name="use_permutations" />
+ <label for="mapping_permutations">Permutation Test n=
<input name="num_permutations" value="2000" />
</label>
- <label for="use_bootstraps" class="checkbox">Bootstrap Test n=
- <input type="checkbox" name="use_bootstraps" />
- <input name="num_bootstraps" value="2000" />
- </label>
-
- <br>
- <label class="checkbox">
- <input type="checkbox" name="use_parents" /> Use Parents
- </label>
- <label class="checkbox">
- <input type="checkbox" name="use_weighted" /> Use Weighted
+ <label for="mapping_bootstraps">Bootstrap Test n=
+ <input name="mapping_bootstraps" value="2000" />
</label>
+
<br>
<div class="well well-small">
@@ -66,12 +57,6 @@
<label class="checkbox">
<input type="checkbox" name="display_all_lrs" /> Display All LRS
</label>
- <label class="checkbox">
- <input type="checkbox" name="use_parents" /> Use Parents
- </label>
- <label class="checkbox">
- <input type="checkbox" name="use_weighted" /> Use Weighted
- </label>
<input type="button" id="marker_regression_btn" name="marker_regression_btn" class="btn" value="Compute">
<!-- <td valign="top"><span class="fs12"><a href="/glossary.html#" target="_blank">Marker regression</a> computes and displays LRS
@@ -122,8 +107,10 @@
</select></td>
</tr>
</table><br>
- <input type="checkbox" name="directPermuCheckbox" class="checkbox" checked><span class="ffl fs12">Permutation Test
- (n=500)</span><br>
+ <label for="pairscan_permutations">Permutation Test n=
+ <input name="pairscan_permutations" value="2000" />
+ </label>
+ <br>
<br>
<input type="button" class="btn" value=" Compute " onclick="dataEditingFunc(this.form,'directPlot');"><br>
<br>