{% if TARGET_LIST|length > 0 %} | {% endif %} | Zoom: |
![]()
Use the buttons to zoom in and out. The black button gives the current zoom level. The gray button gives the default zoom level of 1x. To zoom in, click to the right of the default. To zoom out, click to the left of the default. To navigate to a genomic location nearby, click the "<" or ">" buttons to scroll left or right.
|
-
{% if MAXZOOM >= 100 %}
{% endif %}
{% if MAXZOOM >= 50 %}
{% endif %}
{% for zl in range(9) %}
{% if MAXZOOM >= zl+1 %}
{% endif %}
{% endfor %}
{% for zl in range(2,4) %}
{% endfor %}
+
|
![]()
Mousing over a locus will update the "Selected" text box with the currently selected position.
To select a specific region from a zoomed out view to zoom in on, draw a box around the region of the reference you would like to select. Note that it will only zoom if you select a region that is at least 100bp long. The "Selected" text box should update with the currently selected region. |
Selected:
|