From 31b4ef601e16f8e6d42986a0086864854b42461a Mon Sep 17 00:00:00 2001
From: zsloan
Date: Tue, 13 Aug 2019 15:10:58 -0500
Subject: Updated text on main search page
---
wqflask/wqflask/templates/index_page_orig.html | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index ed91a886..bdf51bf8 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -138,19 +138,32 @@
Advanced commands
- You can also use advanced commands. Copy these simple examples into the Get Any or Combined search fields:
+ You can also use advanced commands. Copy these simple examples into the Get Any field for single term searches and Combined for searches with multiple terms:
- POSITION=(chr1 25 30) finds genes, markers, or transcripts on
chromosome 1 between 25 and 30 Mb.
- - MEAN=(15 16) LRS=(23 46) in the Combined field finds
- highly expressed genes (15 to 16 log2 units) AND with peak LRS
- linkage between 23 and 46.
+ - MEAN=(15 16) in the Combined field finds
+ highly expressed genes (15 to 16 log2 units)
- RANGE=(1.5 2.5) in the Any field finds traits with values with a specified fold-range (minimum = 1).
Useful for finding "housekeeping genes" (1.0 1.2) or highly variable molecular assays (10 100).
+ - LRS=(15 1000) or LOD=(2 8) finds all traits with peak LRS or LOD scores between lower and upper limits.
+
+ - LRS=(9 999 Chr4 122 155) finds all traits on Chr 4 from 122 and 155 Mb with LRS scores between 9 and 999.
+
+ - cisLRS=(15 1000 5) or cisLOD=(2 8 5) finds all cis eQTLs with peak LRS or LOD scores between lower and upper limits,
+ with an inclusion zone of 5 Mb around the parent gene.
+
+ - transLRS=(15 1000 5) or transLOD=(2 8 5) finds all trans eQTLs with peak LRS or LOD scores between lower and upper limits,
+ with an exclusion zone of 5 Mb around the parent gene.
+
+ - POSITION=(Chr4 122 130) cisLRS=(9 999 10)
+ finds all traits on Chr 4 from 122 and 155 Mb with cisLRS scores
+ between 9 and 999 and an inclusion zone of 10 Mb.
+
- RIF=mitochondrial searches RNA databases for
GeneRIF links.
@@ -162,11 +175,6 @@
Gene Ontology.
- - GO:0045202 LRS=(9 99 Chr4 122 155) cisLRS=(9 999 10)
- finds synapse-associated genes with
- cis eQTL on Chr 4 from 122 and 155 Mb with LRS scores
- between 9 and 999.
-
- RIF=diabetes LRS=(9 999 Chr2 100 105) transLRS=(9 999 10)
finds diabetes-associated transcripts with peak
trans eQTLs on Chr 2 between 100 and 105 Mb with LRS
--
cgit v1.2.3