Your search generated over 50000 results. Please modify your search to generate 50000 or fewer matches.
{% else %} -Search Results: We searched {{ dataset.fullname }} - to find all records +
We searched {{ dataset.fullname }}
+
+ to find all records
{% if go_term is not none %}
- with Gene Ontology ID GO:{{ go_term }}.
+ with Gene Ontology ID GO:{{ go_term }}.
{% else %}
{% for word in search_terms %}
{% if word.key|lower == "rif" %}
- with GeneRIF containing {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
+ with GeneRIF containing {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.key|lower == "go" %}
- with Gene Ontology ID {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
+ with Gene Ontology ID {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.key|lower == "wiki" %}
- with GeneWiki containing {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
+ with GeneWiki containing {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.key|lower == "mean" %}
- with MEAN between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
+ with mean between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.key|lower == "range" %}
- with RANGE between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
+ with RANGE between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.key|lower == "lrs" or word.key|lower == "lod" or word.key|lower == "translrs" or word.key|lower == "cislrs" or word.key|lower == "translod" or word.key|lower == "cislod" %}
{% if word.search_term|length == 1 %}
with {% if word.key|lower == "translrs" %}trans{% elif word.key|lower == "cislrs" %}cis{% endif %}LRS {% if word.separator == ">" %} greater than {% elif word.separator == "<" %} less than {% elif word.separator == ">=" %} greater than or equal to {% elif word.separator == "<=" %} less than or equal to {% endif %} {{ word.search_term[0] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.search_term|length == 2 %}
- with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
+ with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.search_term|length == 3 %}
- with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[2] }}{% if loop.last %}.{% else %} and {% endif %}
+ with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[2] }}{% if loop.last %}.{% else %} and {% endif %}
{% elif word.search_term|length == 4 %}
- with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[3] }} with an exclusion zone of {{ word.search_term[2] }} Mb
+ with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[3] }} with an exclusion zone of {{ word.search_term[2] }} Mb
{% elif word.search_term|length == 5 %}
- with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[2] }} between {{ word.search_term[3] }} and {{ word.search_term[4] }} Mb{% if loop.last %}.{% else %} and {% endif %}
+ with {{ word.key|upper }} between {{ word.search_term[0] }} and {{ word.search_term[1] }} on chromosome {{ word.search_term[2] }} between {{ word.search_term[3] }} and {{ word.search_term[4] }} Mb{% if loop.last %}.{% else %} and {% endif %}
{% endif %}
{% elif word.key|lower == "position" or word.key|lower == "mb" %}
with target genes on chromosome {% if (word.search_term[0]|lower).split('chr')|length > 1 %}{{ (word.search_term[0]|lower).split('chr')[1] }}{% else %}{{ word.search_term[0] }}{% endif %} between {{ word.search_term[1] }} and {{ word.search_term[2] }} Mb{% if loop.last %}.{% else %} and {% endif %}
{% else %}
- {% if word.search_term[0] == "*" %} in the dataset.{% else %}{% if loop.first %}that match:
{% endif %}{{ word.search_term[0] }}{% if loop.last %}{% else %} and {% endif %}{% endif %}
+ {% if word.search_term[0] == "*" %} in the dataset.{% else %}{% if loop.first %}that match: {% endif %}{{ word.search_term[0] }}{% if loop.last %}{% else %} and {% endif %}{% endif %}
{% endif %}
{% endfor %}
{% endif %}
- A total of {{ results|count }} records were found.
+ {{ results|count }} records were found.
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:
-- cgit v1.2.3 From 93f866cb6b3ad0011c7fb8f6a26901f5b732e2a3 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 27 Jul 2022 18:12:06 +0000 Subject: Change some text/formatting on Correlation Matrix page --- wqflask/wqflask/templates/correlation_matrix.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wqflask/wqflask/templates/correlation_matrix.html b/wqflask/wqflask/templates/correlation_matrix.html index e90accf2..d392be34 100644 --- a/wqflask/wqflask/templates/correlation_matrix.html +++ b/wqflask/wqflask/templates/correlation_matrix.html @@ -11,7 +11,7 @@