diff options
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 3b008d83..bdf51bf8 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -150,14 +150,14 @@ <li><b>RANGE=(1.5 2.5)</b> in the <b>Any</b> field finds traits with values with a specified fold-range (minimum = 1). Useful for finding "housekeeping genes" <b>(1.0 1.2)</b> or highly variable molecular assays <b>(10 100)</b>.</li> - <li><b>LRS=(15 1000)</b> finds all traits with peak LRS scores between lower and upper limits.</li> + <li><b>LRS=(15 1000)</b> or <b>LOD=(2 8)</b> finds all traits with peak LRS or LOD scores between lower and upper limits.</li> <li><b>LRS=(9 999 Chr4 122 155)</b> finds all traits on Chr 4 from 122 and 155 Mb with LRS scores between 9 and 999.</li> - <li><b>cisLRS=(15 1000 5)</b> finds all cis eQTLs with peak LRS scores between lower and upper limits, + <li><b>cisLRS=(15 1000 5)</b> or <b>cisLOD=(2 8 5)</b> finds all cis eQTLs with peak LRS or LOD scores between lower and upper limits, with an <b>inclusion</b> zone of 5 Mb around the parent gene.</li> - <li><b>transLRS=(15 1000 5)</b> finds all trans eQTLs with peak LRS scores between lower and upper limits, + <li><b>transLRS=(15 1000 5)</b> or <b>transLOD=(2 8 5)</b> finds all trans eQTLs with peak LRS or LOD scores between lower and upper limits, with an <b>exclusion</b> zone of 5 Mb around the parent gene.</li> <li><b>POSITION=(Chr4 122 130) cisLRS=(9 999 10)</b> |