Newer
Older
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<SECT2 ID="VIEWS-POPUPMENU">
<TITLE>The Pop-up Menu</TITLE>
<PARA>
The pop-up menu is activated by pressing the third mouse button (see <XREF
LINKEND="MOUSEBUTTONS">) on a feature view. The menu is split into three
sections. The top contains functions that will act on the current view. The
middle contains shortcuts to some of the main window menus. The bottom
contains four toggle buttons which influence the appearance of the view.
</PARA>
<SECT3 ID="VIEWS-POPUPMENU-FUNCTIONS">
<TITLE>Pop-up Menu Functions</TITLE>
<PARA>
Note that not all of these functions are available all the time (the first two
are only shown when there are some selected features).
</PARA>
<ITEMIZEDLIST SPACING="compact">
<LISTITEM ID="VIEWS-POPUPMENU-RAISE-SELECTED-FEATURES">
<FORMALPARA>
<TITLE>Raise Selected Features</TITLE>
<PARA>
Raise the selected features so that they appear in front of all other
features.
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-LOWER-SELECTED-FEATURES">
<FORMALPARA>
<TITLE>Lower Selected Features</TITLE>
<PARA>
Make the selected features go behind all the other features.
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-SMALLEST-IN-FRONT">
<FORMALPARA>
<TITLE>Smallest Features In Front</TITLE>
<PARA>
Sort the visible features so that the smallest features appear in front of the
larger ones. This is only necessary when the user has manually rearranged the
features using "Raise Selected Features" or "Lower Selected Features".
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-ZOOM-TO-SELECTION">
<FORMALPARA>
<TITLE>Zoom to Selection</TITLE>
<PARA>
Scroll and scale the display so that the current selection is centred and full
width.
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-SELECT-VISIBLE-RANGE">
<FORMALPARA>
<TITLE>Select Visible Range</TITLE>
<PARA>
Select the currently visible bases on the forward strand.
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-SELECT-VISIBLE-FEATURES">
<FORMALPARA>
<TITLE>Select Visible Features</TITLE>
<PARA>
Select those (and only those) features that currently visible in this view.
Any features that are off screen or have been filtered out with the "Set Score
Cutoffs ..." control.
</PARA>
</FORMALPARA>
</LISTITEM>
<LISTITEM ID="VIEWS-POPUPMENU-SET-SCORE-CUTOFFS">
<FORMALPARA>
<TITLE>Set Score Cutoffs ...</TITLE>
<PARA>
The score cutoffs panel allows the user to filter the features of the active
entries so that features with low or high scores are not shown. The "score"
of a feature is the value of the <LITERAL>/score</LITERAL> qualifier and
should be a number from 0 to 100. The cutoffs window has two sliders. Any
feature that has a score less than the value of the top controller or more
than the value of the bottom controller will not be shown. Features with no
<LITERAL>/score</LITERAL> qualifier will always be shown.
</PARA>
</FORMALPARA>
</LISTITEM>
</ITEMIZEDLIST>
</SECT3>
<SECT3 ID="VIEWS-POPUPMENU-TOGGLES">
<TITLE>Toggle Buttons</TITLE>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-LABELS">
<TITLE>Feature Labels</TITLE>
<PARA>
This toggle button controls whether the feature labels are displayed on their
own line (when the toggle is on) or on the top of the features (when the
toggle is off). The default setting for this toggle can be set in the options
file (see <XREF LINKEND="OPTIONS-FEATURE-LABELS">).
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-ONE-LINE-PER-ENTRY">
<TITLE>One Line Per Entry</TITLE>
<PARA>
This toggle controls whether the entries are shown in the context of the three
frame translation or one entry per line on screen. In the first case the
entries will be overlaid, in second case they will be shown in parallel.
The default setting for this toggle can be set in the options file (see <XREF
LINKEND="OPTIONS-ONE-LINE-PER-ENTRY">).
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-SHOW-FORWARD-FRAMES">
<TITLE>Forward Frame Lines</TITLE>
<PARA>
This toggle button controls whether or not to show the 3 frame translation of
the forward sequence.
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-SHOW-REVERSE-FRAMES">
<TITLE>Reverse Frame Lines</TITLE>
<PARA>
This toggle button controls whether or not to show the 3 frame translation of
the reverse sequence.
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-STARTCODONS">
<TITLE>Start Codons</TITLE>
<PARA>
Toggle the display of start codons in the view. See <XREF
LINKEND="LAUNCH-WINDOW-OPTIONS-EUK"> to find out how to change which start
codons to use.
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-STOPCODONS">
<TITLE>Stop Codons</TITLE>
<PARA>
Toggle the display of stop codons in the view.
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-FEATURE-ARROWS">
<TITLE>Feature Arrows</TITLE>
<PARA>
Toggle the display of directional arrows on each feature. The default setting
for this toggle can be set in the options file (see <XREF
LINKEND="OPTIONS-DRAWFEATUREARROWS">).
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-FEATURE-BORDERS">
<TITLE>Feature Borders</TITLE>
<PARA>
Toggle the display of black borders around each feature. The default setting
for this toggle can be set in the options file (see <XREF
LINKEND="OPTIONS-DRAWFEATUREBORDERS">).
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-FRAMEFEATURES">
<TITLE>All Features On Frame Lines</TITLE>
<PARA>
Normally non-protein features are drawn on the DNA lines. This toggle allows
the user to force all features to be drawn on the frame lines, which can
sometimes improve readability. The default setting
for this toggle can be set in the options file (see <XREF
LINKEND="OPTIONS-FEATURES-ON-FRAME-LINES">).
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-FLIPDISPLAY">
<TITLE>Flip Display</TITLE>
<PARA>
If selected the sequence and features will be drawn on screen as if they are
reverse complemented with the first base to the right of the screen.
</PARA>
</SECT4>
<SECT4 ID="VIEWS-POPUPMENU-TOGGLES-COLOURISE">
<TITLE>Colourise Bases</TITLE>
<PARA>
This toggle turn base colouring on or off. (Note that this feature is
completely unless, it exists for amusement only).
</PARA>
</SECT4>
</SECT3>
</SECT2>