JAL-1432 updated copyright notices
[jalview.git] / help / html / menus / alwannotations.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
11  *  
12  * Jalview is distributed in the hope that it will be useful, but 
13  * WITHOUT ANY WARRANTY; without even the implied warranty 
14  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15  * PURPOSE.  See the GNU General Public License for more details.
16  * 
17  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
18  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <head>
21 <title>Annotation Panel Menus</title>
22 </head>
23 <body>
24 <p><strong>Annotation Panel Menus</strong></p>
25 <ul>
26   <li> <strong>Annotation Label Popup Menu</strong><br>
27     <em>This menu is opened by clicking anywhere on the annotation row labels 
28     area (below the sequence ID area).</em> 
29     <ul>
30       <li><strong> Add New Row</strong><br>
31         <em>Adds a new, named annotation row (a dialog box will pop up for you 
32         to enter the label for the new row). </em> </li>
33       <li><strong>Hide Row</strong><br>
34         <em>Hides the annotation row whose label was clicked in order to bring 
35         up the menu.</em> </li>
36       <li><strong>Delete Row</strong><br>
37         <em>Deletes the annotation row whose label was clicked in order to bring 
38         up the menu.</em> </li>
39       <li><strong>Show All Hidden Rows</strong><br>
40         <em>Shows all hidden annotation rows.</em> </li>
41       <li><strong>Export Annotation</strong> <em>(Application only)</em><br>
42        <em>Annotations can be saved to file or output to a text window in either the 
43         Jalview annotations format or as a spreadsheet style set of comma separated values (CSV). </em> </li>
44       <li><strong>Show Values in Text Box</strong> <em>(applet only)</em><br>
45         <em>Opens a text box with a list of comma-separated values corresponding 
46         to the annotation (numerical or otherwise) at each position in the row. 
47         This is useful to export alignment quality measurements for further analysis.</em> 
48       </li>
49    </ul>
50    <em>The following additional entries are available when the popup menu is opened on a consensus sequence annotation row:</em> 
51    <ul>
52    
53       <li><strong>Ignore Gaps in Consensus</strong><br>
54         If this checkbox is selected, all consensus calculations performed in 
55         the current Alignment window will be done without counting gaps as a consensus 
56         character.</li>
57         <li><strong>Show Consensus Histogram<br></strong>
58       Enable or disable the display of the histogram above the consensus sequence.
59       </li>
60       <li>
61       <strong>Show Consensus Logo<br></strong>
62     Enable or disable the display of the sequence logo above the consensus sequence.
63       </li>
64         <li><strong>Normalise Consensus Logo<br>
65         </strong><em>When enabled, scales all logo stacks to the same height,
66             making it easier to compare symbol diversity in highly variable
67             regions.</em></li>
68
69         <li>
70       <li><strong>Copy Consensus Sequence</strong><br>
71         Copies the consensus sequence to the clipboard in Fasta format, to allow 
72         the consensus sequence to be added to an alignment. Note the copied sequence 
73         is not accessible to other programs if Jalview is running as an applet 
74         in a web page.</li>
75     </ul>
76   </li>
77   <li><strong>Annotation Popup Menu<br>
78     </strong><em>This menu is opened when right-clicking on the selected positions 
79     of an annotation.</em> 
80     <ul>
81       <li><strong>Helix</strong><br>
82         <em>Mark selected positions with a helix glyph (a red oval), and optional 
83         text label (see below). Consecutive ovals will be rendered as an unbroken 
84         red line.</em> </li>
85       <li><strong>Sheet</strong><br>
86         <em>Mark selected positions with a sheet glyph (a green arrow oriented 
87         from left to right), and optional text label (see below). Consecutive 
88         arrows will be joined together to form a single green arrow.</em> </li>
89       <li><strong>Label</strong><br>
90         <em>Sets the text label at the selected positions. If more that one consecutive 
91         position is marked with the same label, only the first position's label 
92         will be rendered.</em> </li>
93       <li><strong>Colour</strong><br>
94         <em>Changes the colour of the annotation text label.</em> </li>
95       <li><strong>Remove Annotation</strong><br>
96         <em>Blanks any annotation at the selected positions on the row. Note: 
97         <strong>This cannot be undone</strong></em> </li>
98     </ul>
99   </li>
100 </ul>
101 </body>
102 </html>