PyBamView

{% if TARGET_LIST|length > 0 %} {% endif %}
{% for f in BAM_FILES %} {% endfor %} {% for s in SAMPLES %} {% endfor %}
Enter region:
Enter a region in the form chr:position and click "Submit".
To navigate to a genomic location nearby, click the "<" or ">" buttons to scroll left or right.
{% for f in BAM_FILES %} {% endfor %} {% for s in SAMPLES %} {% endfor %} Select target:
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.
- {% 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 %} +
{% for s in SAMPLES %} {% endfor %}
Displayed:
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. The "Selected" text box should update with the currently selected region.

Selected:
{% for sample in SAMPLES %}
{{ sample }}


{% endfor %}
{% for sample in SAMPLES %}


{% endfor %}