autoscroll option
[jalview.git] / help / html / menus / alignmentMenu.html
1 <html>
2 <head>
3 <title>Alignment Window Menus</title>
4 </head>
5
6 <body>
7 <p><strong>Alignment Window Menus</strong></p>
8         <li><strong>File</strong>
9         <ul>
10                 <li><strong>Fetch Sequence</strong><br>
11                 <em>Shows a dialog window in which you can select known ids from
12                 Uniprot, EMBL, EMBLCDS or PDB database using Web Services provided by
13                 the European Bioinformatics Institute. See <a
14                         href="../features/seqfetch.html">Sequence Fetcher</a></em>.</li>
15                 <li><strong>Add Sequences</strong><em><br>
16                 Add sequences to the visible alignment from file, URL, or cut &amp;
17                 paste window </em></li>
18                 <li><strong>Reload</strong><em><br>
19                 Reloads the alignment from the original file, if available.<br>
20                 <strong>Warning: This will delete any edits, analyses and
21                 colourings applied since the alignment was last saved, and cannot be
22                 undone.</strong></em></li>
23                 <li><strong>Save (Control S)</strong><em><br>
24                 Saves the alignment to the file it was loaded from (if available), in
25                 the same format, updating the original in place. </em></li>
26                 <li><strong>Save As (Control Shift S)<br>
27                 </strong><em>Save the alignment to local file. A file selection window
28                 will open, use the &quot;Files of type:&quot; selection box to
29                 determine which <a href="../io/index.html">alignment format</a> to
30                 save as.</em></li>
31                 <li><strong>Output to Textbox<br>
32                 </strong><em>The alignment will be displayed in plain text in a new
33                 window, which you can &quot;Copy and Paste&quot; using the pull down
34                 menu, or your standard operating system copy and paste keys. The
35                 output window also has a <strong>&quot;New Window&quot;</strong>
36                 button to import the (possibly edited) text as a new alignment.<br>
37                 Select the format of the text by selecting one of the following menu
38                 items.</em>
39                 <ul>
40                         <li><strong>FASTA</strong> <em></em></li>
41                         <li><strong>MSF</strong></li>
42                         <li><strong>CLUSTAL</strong></li>
43                         <li><strong>BLC</strong></li>
44                         <li><strong>PIR</strong></li>
45                         <li><strong>PFAM</strong></li>
46                 </ul>
47                 </li>
48                 <li><strong>Print (Control P)<br>
49                 </strong><em>Jalview will print the alignment using the current fonts and
50                 colours of your alignment. If the alignment has annotations visible,
51                 these will be printed below the alignment. If the alignment is wrapped
52                 the number of residues per line of your alignment will depend on the
53                 paper width or your alignment window width, whichever is the smaller.
54                 </em></li>
55                 <li><strong>Export Image</strong> <em><br>
56                 Creates an alignment graphic with the current view's annotation,
57                 alignment background colours and group colours. If the alignment is <a
58                         href="../features/wrap.html">wrapped</a>, the output will also be
59                 wrapped and will have the same visible residue width as the open
60                 alignment. </em>
61                 <ul>
62                         <li><strong>HTML<br>
63                         </strong><em>Create a <a href="../io/export.html">web page</a> from your
64                         alignment.</em></li>
65                         <li><strong>EPS<br>
66                         </strong><em>Create an <a href="../io/export.html">Encapsulated
67                         Postscript</a> file from your alignment.</em></li>
68                         <li><strong>PNG<br>
69                         </strong><em>Create a <a href="../io/export.html">Portable Network
70                         Graphics</a> file from your alignment.</em></li>
71                 </ul>
72                 </li>
73                 <li><strong>Export Features</strong><em><br>
74                 All features visible on the alignment can be saved to file or
75                 displayed in a textbox in either Jalview or GFF format</em></li>
76                 <li><strong>Export Annotations</strong><em><br>
77                 All annotations visible on the alignment can be saved to file or
78                 displayed in a textbox in Jalview annotations format. </em></li>
79                 <li><strong>Load Associated Tree<br>
80                 </strong><em>Jalview can <a href="../calculations/treeviewer.html">view
81                 trees</a> stored in the Newick file format, and associate them with the
82                 alignment. Note: the ids of the tree file and your alignment MUST be
83                 the same.</em></li>
84                 <li><strong>Load Features / Annotations<br>
85                 </strong><em>Load files describing precalculated <a
86                         href="../features/featuresFormat.html">sequence features</a> or <a
87                         href="../features/annotationsFormat.html">alignment annotations</a>.</em></li>
88                 <li><strong>Close (Control W)</strong><br>
89                 <em>Close the alignment window. Make sure you have saved your
90                 alignment before you close - either as a Jalview project or by using
91                 the <strong>Save As</strong> menu.</em></li>
92         </ul>
93         </li>
94         <li><strong>Edit</strong>
95         <ul>
96                 <li><strong>Undo (Control Z)</strong><em><br>
97                 This will undo any edits you make to the alignment. This applies to
98                 insertion or deletion of gaps, cutting residues or sequences from the
99                 alignment or pasting sequences to the current alignment or sorting the
100                 alignment. <strong>NOTE:</strong> It DOES NOT undo colour changes,
101                 adjustments to group sizes, or changes to the annotation panel. </em></li>
102                 <li><strong>Redo (Control Y)<br>
103                 </strong><em>Any actions which you undo can be redone using redo. </em></li>
104                 <li><strong>Cut (Control X)<br>
105                 </strong><em>This will make a copy of the currently selected residues
106                 before removing them from your alignment. Click on a sequence name if
107                 you wish to select a whole sequence. <br>
108                 Use &lt;CTRL&gt; and X (&lt;APPLE&gt; and X on MacOSX) to cut.</em></li>
109                 <li><strong>Copy (Control C)</strong><br>
110                 <em>Copies the currently selected residues to the system
111                 clipboard - you can also do this by pressing &lt;CTRL&gt; and C
112                 (&lt;APPLE&gt; and C on MacOSX). <br>
113                 If you try to paste the clipboard contents to a text editor, you will
114                 see the format of the copied residues FASTA.</em></li>
115                 <li><strong>Paste </strong>
116                 <ul>
117                         <li><strong>To New Alignment (Control Shift V)<br>
118                         </strong><em>A new alignment window will be created from sequences
119                         previously copied or cut to the system clipboard. <br>
120                         Use &lt;CTRL&gt; and &lt;SHIFT&gt; and V(&lt;APPLE&gt; and
121                         &lt;SHIFT;&gt; and and V on MacOSX) to paste.</em></li>
122                         <li><strong>Add To This Alignment (Control V)<br>
123                         </strong><em>Copied sequences from another alignment window can be added
124                         to the current Jalview alignment. </em></li>
125                 </ul>
126                 </li>
127                 <li><strong>Delete (Backspace)<br>
128                 </strong><em>This will delete the currently selected residues without
129                 copying them to the clipboard. Like the other edit operations, this
130                 can be undone with <strong>Undo</strong>.</em></li>
131                 <li><strong>Remove Left (Control L)<br>
132                 </strong><em>If the alignment has marked columns, the alignment will be
133                 trimmed to the left of the leftmost marked column. To mark a column,
134                 mouse click the scale bar above the alignment. Click again to unmark a
135                 column, or select &quot;Deselect All&quot; to deselect all columns.</em></li>
136                 <li><strong>Remove Right (Control R)<br>
137                 </strong><em>If the alignment has marked columns, the alignment will be
138                 trimmed to the left of the leftmost marked column. To mark a column,
139                 mouse click the scale bar above the alignment. Click again to unmark a
140                 column, or select &quot;Deselect All&quot; to deselect all columns.</em></li>
141                 <li><strong>Remove Empty Columns (Control E)<br>
142                 </strong><em>All columns which only contain gap characters (&quot;-&quot;,
143                 &quot;.&quot;) will be deleted.<br>
144                 You may set the default gap character in <a
145                         href="../features/preferences.html">preferences</a>. </em></li>
146                 <li><strong>Remove All Gaps (Control Shift E)</strong><br>
147                 <em>Gap characters (&quot;-&quot;, &quot;.&quot;) will be deleted
148                 from the selected area of the alignment. If no selection is made, ALL
149                 the gaps in the alignment will be removed.<br>
150                 You may set the default gap character in <a
151                         href="../features/preferences.html">preferences</a>. </em></li>
152                 <li><strong>Remove Redundancy (Control D)<br>
153                 </strong><em>Selecting this option brings up a window asking you to select
154                 a threshold. If the percentage identity between any two sequences
155                 (under the current alignment) exceeds this value then one of the
156                 sequences (the shorter) is discarded. Press the &quot;Apply&quot;
157                 button to remove redundant sequences. The &quot;Undo&quot; button will
158                 undo the last redundancy deletion.</em></li>
159                 <li><strong>Pad Gaps<br>
160                 </strong><em>When selected, the alignment will be kept at minimal width
161                 (so there no empty columns before or after the first or last aligned
162                 residue) and all sequences will be padded with gap characters to the
163                 before and after their terminating residues.<br>
164                 This switch is useful when making a tree using unaligned sequences and
165                 when working with alignment analysis programs which require 'properly
166                 aligned sequences' to be all the same length.<br>
167                 You may set the default for <strong>Pad Gaps</strong> in the <a
168                         href="../features/preferences.html">preferences</a>. </em></li>
169         </ul>
170         </li>
171         <li><strong>Select</strong>
172         <ul>
173                 <li><strong><a href="../features/search.html">Find...
174                 (Control F)</a></strong><em><br>
175                 Opens the Find dialog box to search for residues, sequence name or
176                 residue position within the alignment and create new sequence features
177                 from the queries. </em></li>
178                 <li><strong>Select All (Control A)<br>
179                 </strong><em>Selects all the sequences and residues in the alignment. <br>
180                 Use &lt;CTRL&gt; and A (&lt;APPLE&gt; and A on a MacOSX) to select
181                 all.</em></li>
182                 <li><strong>Deselect All (Escape)<br>
183                 </strong><em>Removes the current selection box (red dashed box) from the
184                 alignment window. All selected sequences, residues and marked columns
185                 will be deselected. </em><em> <br>
186                 Use &lt;ESCAPE&gt; to deselect all.</em></li>
187                 <li><strong>Invert Sequence Selection (Control I)<br>
188                 </strong><em>Any sequence ids currently not selected will replace the
189                 current selection. </em></li>
190                 <li><strong>Invert Column Selection (Control Alt I)<br>
191                 </strong><em>Any columns currently not selected will replace the current
192                 column selection. </em></li>
193                 <li><strong>Undefine Groups (Control U)<br>
194                 </strong><em>The alignment will be reset with no defined groups.<br>
195                 <strong>WARNING</strong>: This cannot be undone.</em></li>
196         </ul>
197         </li>
198         <li><strong>View</strong>
199         <ul>
200                 <li><strong>New View (Control T)</strong><em><br>
201                 Creates a new view from the current alignment view. </em></li>
202                 <li><strong>Expand Views (X)</strong><em><br>
203                 Display each view associated with the alignment in its own alignment
204                 window, allowing several views to be displayed simultaneously. </em></li>
205                 <li><strong>Gather Views (G)</strong><em><br>
206                 Each view associated with the alignment will be displayed within its
207                 own tab on the current alignment window. </em></li>
208                 <li><strong>Show&#8594;(all Columns / Sequences)</strong><em><br>
209                 All hidden Columns / Sequences will be revealed. </em></li>
210                 <li><strong>Hide&#8594;(all Columns / Sequences)</strong><em><br>
211                 Hides the all the currently selected Columns / Sequences</em></li>
212                 <li><strong>Show Annotations<br>
213                 </strong><em>If this is selected the &quot;Annotation Panel&quot; will be
214                 displayed below the alignment. The default setting is to display the
215                 conservation calculation, quality calculation and consensus values as
216                 bar charts. </em></li>
217                   <li><strong>Automatic Scrolling<br>
218     </strong><em>When selected, the view will automatically scroll to display the
219     highlighted sequence position corresponding to the position under the mouse 
220     pointer in a linked alignment or structure view.</em>
221                 </li>
222                 <li><strong>Show Sequence Features</strong><br>
223                 <em>Show or hide sequence features on this alignment.</em></li>
224                 <li><strong><a href="../features/featuresettings.html">Seqence
225                 Feature Settings...</a></strong><em><br>
226                 <em>Opens the Sequence Feature Settings dialog box to control the
227                 colour and display of sequence features on the alignment, and
228                 configure and retrieve features from DAS annotation servers.</em></li>
229                 <li><strong>Sequence ID Tooltip</strong><em> (application only)
230     <br>This submenu's options allow the inclusion or exclusion of 
231     non-positional sequence features or database cross references 
232     from the tooltip shown when the mouse hovers over the sequence ID panel.</em></li> 
233                 
234                 <li><strong><a href="../features/overview.html">Overview
235                 Window</a><br>
236                 </strong><em>A scaled version of the alignment will be displayed in a
237                 small window. A red box will indicate the currently visible area of
238                 the alignment. Move the visible region using the mouse. </em></li>
239         </ul>
240         </li>
241         <li><strong>Alignment Window Format Menu</strong>
242         <ul>
243                 <li><strong>Font...<br>
244                 </strong><em>Opens the &quot;Choose Font&quot; dialog box, in order to
245                 change the font of the display and enable or disable 'smooth fonts'
246                 (anti-aliasing) for faster alignment rendering. </em></li>
247                 <li><strong>Wrap<br>
248                 </strong><em>When ticked, the alignment display is &quot;<a
249                         href="../features/wrap.html">wrapped</a>&quot; to the width of the
250                 alignment window. This is useful if your alignment has only a few
251                 sequences to view its full width at once.<br>
252                 Additional options for display of sequence numbering and scales are
253                 also visible in wrapped layout mode:<br>
254                 <ul>
255                         <li><strong>Scale Above</strong><br>
256                         Show the alignment column position scale.</li>
257                         <li><strong>Scale Left</strong><br>
258                         Show the sequence position for the first aligned residue in each row
259                         in the left column of the alignment.</li>
260                         <li><strong>Scale Right</strong><br>
261                         Show the sequence position for the last aligned residue in each row
262                         in the right-most column of the alignment.</li>
263                 <li><strong>Show Sequence Limits<br>
264                 </strong><em>If this box is selected the sequence name will have the start
265                 and end position of the sequence appended to the name, in the format
266                 NAME/START-END</em></li>
267                 <li><strong>Right Align Sequence ID<br>
268                 </strong><em>If this box is selected then the sequence names displayed in
269                 the sequence label area will be aligned against the left-hand edge of
270                 the alignment display, rather than the left-hand edge of the alignment
271                 window.</li>
272                 <li><strong>Show Hidden Markers<br>
273                 </strong><em>When this box is selected, positions in the alignment where
274                 rows and columns are hidden will be marked by blue arrows.</li>
275                 <li><strong>Boxes</strong><em><br>
276                 If this is selected the background of a residue will be coloured using
277                 the selected background colour. Useful if used in conjunction with
278                 &quot;Colour Text.&quot; </em></li>
279                 <li><strong>Text<br>
280                 </strong><em>If this is selected the residues will be displayed using the
281                 standard 1 character amino acid alphabet.</em></li>
282                 <li><strong>Colour Text<br>
283                 </strong><em>If this is selected the residues will be coloured according
284                 to the background colour associated with that residue. The colour is
285                 slightly darker than background so the amino acid symbol remains
286                 visible. </em></li>
287                 <li><strong>Show Gaps<br>
288                 </strong><em>When this is selected, gap characters will be displayed as
289                 &quot;.&quot; or &quot;-&quot;. If unselected, then gap characters
290                 will appear as blank spaces. <br>
291                 You may set the default gap character in <a
292                         href="../features/preferences.html">preferences</a>.</em></li>
293                         <li><strong>Centre Annotation Labels<br>
294                         </strong><em>Select this to center labels along an annotation row 
295                         relative to their associated column (default is off, i.e. left-justified).</em></li>
296         </ul>
297         <li><strong>Colour</strong>
298         <ul>
299                 <li><strong>Apply Colour To All Groups<br>
300                 </strong><em>If this is selected, any changes made to the background
301                 colour will be applied to all currently defined groups.<br>
302                 </em></li>
303                 <li><strong><a href="../colourSchemes/textcolour.html">Colour
304                 Text...</a></strong><em><br>
305                 Opens the Colour Text dialog box to set a different text colour for
306                 light and dark background, and the intensity threshold for transition
307                 between them. </em></li>
308                 <li>Colour Scheme options: <strong>None, ClustalX,
309                 Blosum62 Score, Percentage Identity, Zappo, Taylor, Hydrophobicity,
310                 Helix Propensity, Strand Propensity, Turn Propensity, Buried Index,
311                 Nucleotide, User Defined<br>
312                 </strong> <em>See <a href="../colourSchemes/index.html">colours</a> for a
313                 description of all colour schemes.</em><br>
314                 </li>
315                 <li><strong>By Conservation<br>
316                 </strong><em>See <a href="../colourSchemes/conservation.html">Colouring
317                 by Conservation</a>.</em><br>
318                 </li>
319                 <li><strong>Modify Conservation Threshold<br>
320                 </strong><em>Use this to display the conservation threshold slider window.
321                 Useful if the window has been closed, or if the 'by conservation'
322                 option appears to be doing nothing!</em><br>
323                 </li>
324                 <li><strong>Above Identity Threshold<br>
325                 </strong><em>See <a href="../colourSchemes/abovePID.html">Above
326                 Percentage Identity</a></em><strong>.<br>
327                 </strong></li>
328                 <li><strong>Modify Identity Threshold<br>
329                 </strong><em>Use this to set the threshold value for colouring above
330                 Identity. Useful if the window has been closed.<br>
331                 </em></li>
332                 <li><strong>By Annotation</strong><br>
333                 <em>Colours the alignment on a per-column value from a specified
334                 annotation. See <a href="../colourSchemes/annotationColouring.html">Annotation
335                 Colouring</a>.</em><br>
336                 </li>
337         </ul>
338         </li>
339         <li><strong>Calculate</strong>
340         <ul>
341                 <li><strong>Sort </strong>
342                 <ul>
343                         <li><strong>by ID</strong><em><br>
344                         This will sort the sequences according to sequence name. If the sort
345                         is repeated, the order of the sorted sequences will be inverted. </em></li>
346                         <li><strong>by Group</strong><strong><br>
347                         </strong><em>This will sort the sequences according to sequence name. If
348                         the sort is repeated, the order of the sorted sequences will be
349                         inverted. </em><strong></strong></li>
350                         <li><strong>by Pairwise Identity<br>
351                         </strong><em>This will sort the selected sequences by their percentage
352                         identity to the consensus sequence. The most similar sequence is put
353                         at the top. </em></li>
354                         <li><em>The <a href="../calculations/sorting.html">Sort
355                         menu</a> will have some additional options if you have just done a
356                         multiple alignment calculation, or opened a tree viewer window.</em><br>
357                         </li>
358                 </ul>
359                 </li>
360                 <li><strong>Calculate Tree </strong> <br>
361                 <em>Functions for calculating trees on the alignment or the
362                 currently selected region. See <a href="../calculations/tree.html">calculating
363                 trees</a>.</em>
364                 <ul>
365                         <li><strong>Average Distance Using % Identity</strong></li>
366                         <li><strong>Neighbour Joining Using % Identity</strong></li>
367                         <li><strong>Average Distance Using Blosum62</strong></li>
368                         <li><strong>Neighbour Joining Using Blosum62<br>
369                         </strong></li>
370                 </ul>
371                 </li>
372                 <li><strong>Pairwise Alignments</strong><br>
373                 <em>Applies Smith and Waterman algorithm to selected sequences.
374                 See <a href="../calculations/pairwise.html">pairwise alignments</a>.</em><br>
375                 </li>
376                 <li><strong>Principal Component Analysis</strong><br>
377                 <em>Shows a spatial clustering of the sequences based on the
378                 BLOSUM62 scores in the alignment. See <a
379                         href="../calculations/pca.html">Principal Component Analysis</a>.</em> <br>
380                 </li>
381                 <li><strong>Extract Scores ... (optional)</strong><br>
382                 <em>This option is only visible if Jalview detects one or more white-space separated values in the description line of the alignment sequences.<br>
383                 When selected, these numbers are parsed into sequence associated annotation which can 
384                 then be used to sort the alignment via the Sort by&#8594;Score menu.</em> <br>
385                 </li>
386                 <li><strong>Autocalculate Consensus</strong><br>
387                 <em>For large alignments it can be useful to deselect
388                 &quot;Autocalculate Consensus&quot; when editing. This prevents the
389                 sometimes lengthy calculations performed after each sequence edit.</em> <br>
390                 </li>
391         </ul>
392         </li>
393         <li><strong>Web Service<br>
394         </strong> 
395           <ul><li><strong>Fetch DB References</strong><br>
396   <em>This will use any of the database services that Jalview is aware 
397   of (e.g. DAS sequence servers and the WSDBFetch service provided by the EBI)
398    to verify the sequence and retrieve all database cross references and PDB ids
399    associated with all or just the selected sequences in the alignment.</em><br>
400   </li>
401         </ul>
402         <em>Selecting one of the following menu items starts a remote
403         service on compute facilities at the University of Dundee. You need a
404         continuous network connection in order to use these services through
405         Jalview. </em>
406         <ul>
407                 <li><strong>Alignment</strong>
408                 <ul>
409                         <li><strong>ClustalW Multiple Sequence Alignment</strong><br>
410                         <em> Submits all, or just the currently selected sequences for
411                         alignment with clustal W.</em></li>
412                         <li><strong>ClustalW Multiple Sequence Alignment
413                         Realign</strong><br>
414                         <em> Submits the alignment or currently selected region for
415                         re-alignment with clustal W. Use this if you have added some new
416                         sequences to an existing alignment.</em></li>
417                         <li><strong>MAFFT Multiple Sequence Alignment</strong><br>
418                         <em>Submits all, or just the currently selected region for
419                         alignment with MAFFT. </em></li>
420                         <li><strong>Muscle Multiple Protein Sequence Alignment</strong><br>
421                         <em> Submits all, or just the currently selected sequences for
422                         alignment using Muscle. Do not use this if you are working with
423                         nucleic acid sequences.</em></li>
424                 </ul>
425                 </li>
426                 <li><strong>Secondary Structure Prediction</strong>
427                 <ul>
428                         <li><strong>JPred Secondary Structure Prediction</strong><br>
429                         <em>Secondary structure prediction by network consensus. The
430                         behaviour of this calculation depends on the current selection: </em></li>
431                         <li><em>If nothing is selected, and the displayed sequences
432                         appear to be aligned, then a JNet prediction will be run for the
433                         first sequence in the alignment, using the current alignment.
434                         Otherwise the first sequence will be submitted for prediction. </em></li>
435                         <li><em>If just one sequence (or a region on one sequence)
436                         has been selected, it will be submitted to the automatic JNet
437                         prediction server for homolog detection and prediction. </em></li>
438                         <li><em>If a set of sequences are selected, and they appear
439                         to be aligned, then the alignment will be used for a Jnet prediction
440                         on the <strong>first</strong> sequence in the set (that is, the one
441                         that appears first in the alignment window). </em></li>
442                 </ul>
443                 </li>
444         </ul>
445         </li>
446 </ul>
447 </body>
448 </html>