-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstarted.html
109 lines (83 loc) · 4.73 KB
/
started.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
layout: page
title: Getting started
---
<p>
Dalliance is a track-oriented genome viewer similar to
<a href="http://www.ensembl.org/">Ensembl</a>, <a href="http://genome.ucsc.edu/">UCSC</a>, or <a href="http://www.gbrowse.org">GBrowse</a>. However, it
is a little different in operation because it uses recent extensions to
web standards ("HTML 5") to offer a higher level of interactivity than
most previous genome viewers. You can add your own data using either <a href="http://biodas.org">DAS</a>,
or direct access to a range of standard genomic file formats.
</p>
<p>
Before reading on, you might want
to <a href="http://www.biodalliance.org/human37.html"
target="_new">click here</a> to open a genome viewer in a new window.
</p>
<h3>Navigation</h3>
<p>
Assuming that all is well, you should see a genome view something like this:
</p>
<img src="ss/cview1.png" width="800" height="306">
<p>
You'll see several distinct tracks of information about the genome. Some, such as
the gene structures, are fetched from servers operated as part of the Dalliance
project. Others come from elsewhere -- for instance, the chromatin segmentation track
comes from the <a href="'http://ftp.ebi.ac.uk/pub/databases/ensembl/encode/integration_data_jan2011/hub.txt'">ENCODE analysis trackhub</a> hosted at the EBI.
</p>
<p>
To move around, point at the background of any of the tracks, hold down the
left mouse button, and drag. Alternatively, if your input device supports panning
gestures, you can use these instead (<em>e.g.</em> with an Apple Magic Mouse, moving one finger
horizontally across the top surface of the mouse will scroll). You can also use the "left"
and "right" arrow buttons in the toolbar (<b>NB</b> the meaning of these buttons <a href="#leaping">changes
depending on which track is selected</a>), or the arrow keys on your keyboard.
</p>
<p>
You can scroll in or out by dragging the tab on the zoom slider or using the +/- keys:
<p>
<p>
If you zoom in far enough, you will eventually see the base-pair-level genome
sequence. In the example below, you can see the ATG start codon of the protein-coding
part of a gene, and see how sharply the phastCons conservation score increases at the edge
of the protein coding region.
</p>
<img src="ss/cview2.png" width="803" height="242">
<p>Tapping the space bar allows you to toggle between two zoom levels. By default,
the secondary zoom level is a fully-zoomed-in base-pair view.
<p>
As you zoom in and out, notice that any feature directly underneath the blue
guideline remains centred. You can double-click on any feature to center
it, then zoom in to find other features which might be aligned with it. For
larger features, you can also double-click close to the edges of the feature
to center that edge.
<h3>Searching</h3>
To jump to specific coordinates, or search for a named feature, type in the location
box in the toolbar. If a named feature can be found in any searchable track you
currently have active, it will be highlighted in the browser, e.g.:
</p>
<img src="ss/cview3.png" width="802" height="256">
<h3 id="leaping">Leaping</h3>
You can select a track by clicking once on its label. You can also use the keyboard
up and down arrows to quickly switch selected tracks.
Some track types support rapid movement between features. We call this <a href="http://en.wikipedia.org/wiki/Archy#Leaping">"leaping"</a>.
Leaping is activated by clicking the "left" and "right" buttons in the toolbar. For tracks containing "simple" features (genes, peak calls, etc),
leaping will take you to the next feature in the selected direction -- regardless of how far away it might be. You can also leap using CTRL + left/right
arrow keys (although note that on Macs, the Mission Control system traps these by default, and you may need to change the Mission Control keyboard
settings in the Control Panel).
Some quantitative tracks support a variant of leaping where you can select a threshold, and leap to the next region containing scores
greated than the selected threshold. If this is available, you'll see a red line indicating the threshold. The threshold can be adjusted
in the <a href="#custom">track editor</a> or using CTRL+UP/DOWN arrows.
<img src="ss/cview4.png" width="803" height="201">
<h3 id="custom">Customizing tracks</h3>
<p>You can customize tracks by selecting one then clicking the track button (or pressing "E")
to open the track editor</p>
<img src="ss/tieredit.png" width="827" height="289">
<p>The range of options varies depending on track types. Currently, quantitative tracks
are easiest to customize.</p>
<p>
You can change the order of tracks by dragging their name-tabs and dropping them elsewhere
in the browser display. If you get things too far out of order, you can reset the browser
from the Settings panel.
<p>