2.2 documentation
[jalview.git] / help / html / features / hiddenRegions.html
1 <html>
2 <head>
3 <title>Hidden Regions</title>
4 </head>
5 <body>
6 <p><strong>Hidden Regions</strong></p>
7 <p>Use the keyboard key &quot;H&quot; to hide / reveal selected
8 columns and sequences. To hide / reveal only selected sequences, use
9 &quot;Shift H&quot;, to hide / reveal only selected columns, use
10 &quot;Control H&quot;.</p>
11 <p><strong><em>Hiding Sequences</em></strong><br>
12 To hide selected sequences in an alignment, use the <strong>&quot;View
13 -&gt; Hide -&gt; Selected Sequences&quot;</strong> menu item or simply select <strong>&quot;Hide
14 Sequences&quot;</strong> from the Popup menu after a right click on the sequence
15 Ids.</p>
16 <p>Hidden sequences will not be used in any calculations, editing or
17 web service alignments performed on visible sequences.</p>
18 <p><strong><em>Hidden Sequences Representatives</em></strong><br>
19 A more advanced hide involves a right-mouse click on a sequence, then
20 selecting <strong>&quot;SequenceID -&gt; Represent Group with
21 SequenceId&quot;</strong>. Using this method of hiding sequences, any edits
22 performed on the visible group representative will be propogated to all
23 the sequences in that group. <br>
24 The hidden representative sequences will not be used in any calculations
25 or web service alignments (<em>nb. this may change in the future</em>).
26 <br>
27 <strong>Warning:</strong>The representative sequence groups feature is
28 not fully implemented in the jalview 2.2 release, following the
29 introduction of Multiple views.</p>
30 <p><strong><em>Hiding Columns</em></strong><br>
31 To hide selected columns in an alignment, use the <strong>&quot;View
32 -&gt; Hide -&gt; Selected Columns&quot;</strong> menu item, or right click within
33 a region of selected columns in the scale above the alignment (only
34 available in non wrapped mode) and select <strong>&quot;Hide
35 Columns&quot;</strong>.</p>
36 <p>When an alignment view contains hidden columns, certain
37 constraints apply:
38 <ul>
39         <li>Editing the alignment is bound by the hidden columns, <em>i.e.</em>
40         you cannot move residues across a hidden column boundary.</li>
41         <li><strong><a href="../calculations/tree.html">Tree</a></strong>,
42         <strong><a href="../calculations/pairwise.html">pairwise
43         alignment</a></strong> and <strong><a href="../calculations/pca.html">PCA</a></strong>
44         calculations will only be performed using the <em>visible</em> parts of
45         the alignment.</li>
46         <li><a href="../webservices/msaclient.html">Multiple Sequence
47         Alignments</a> are performed locally on on each visible chunk of the input,
48         and concatenated with the hidden regions to form the final result.
49         </p>
50         </li>
51 </ul>
52 <p><strong>Column Separability</strong><br>
53 Calculations where hidden columns are excluded, and a single analysis
54 performed on the result, are termed <em>column-separable</em>. The
55 simple Tree and PCA calculations are column separable because
56 essentially the same results would be obtained if the excluded hidden
57 columns were replaced by gaps as the input to the calculation.</p>
58 <p>Multiple Sequence alignment and secondary structure prediction
59 are both non-column-separable, and so the exclusion of hidden regions
60 leads to only 'locally optimal' results - sometimes different to that
61 obtained when using the full alignment.</p>
62 <p>&nbsp;</p>
63 <p>&nbsp;</p>
64 <p>&nbsp;</p>
65 </body>
66 </html>