added note on column-separability
authorjprocter <Jim Procter>
Tue, 22 Aug 2006 13:25:47 +0000 (13:25 +0000)
committerjprocter <Jim Procter>
Tue, 22 Aug 2006 13:25:47 +0000 (13:25 +0000)
help/html/features/hiddenRegions.html

index 172ce80..c5266d7 100644 (file)
@@ -1,50 +1,53 @@
-<html>\r
-<head><title>Hidden Regions</title></head>\r
-<body>\r
-<p><strong>Hidden Regions</strong> </p>\r
-<p>Use the keyboard key &quot;H&quot; to hide / reveal selected columns and sequences. \r
-  To hide / reveal only selected sequences, use &quot;Shift H&quot;, to hide / \r
-  reveal only selected columns, use &quot;Control H&quot;.</p>\r
-<p><strong><em>Hiding Sequences</em></strong><br>\r
-To hide selected sequences in an alignment, use the <strong>&quot;View \r
-  -&gt; Hide -&gt; Selected Sequences&quot;</strong> menu item or simply select <strong>&quot;Hide \r
-  Sequences&quot;</strong> from the Popup menu after a right click on the sequence Ids. \r
-</p>\r
-<p>Hidden sequences will not be used in any calculations, editing or web service \r
-  alignments performed on visible sequences. </p>\r
-<p><strong><em>Hidden Sequences Representatives</em></strong><br>\r
-A more advanced hide involves a right-mouse click on a sequence, then selecting \r
-  <strong>&quot;SequenceID -&gt; Represent Group with SequenceId&quot;</strong>. Using this method \r
-  of hiding sequences, any edits performed on the visible group representative \r
-  will be propogated to all the sequences in that group. <br>\r
-  The hidden representative sequences will not be used in any\r
-  calculations or web service alignments (<em>nb. this may change in\r
-  the future</em>)\r
-</p>\r
-<p><strong><em>Hiding Columns</em></strong><br>\r
-To hide selected columns in an alignment, use the <strong>&quot;View \r
-  -&gt; Hide -&gt; Selected Columns&quot;</strong> menu item, or right click within a region \r
-  of selected columns in the scale above the alignment (only available in non \r
-  wrapped mode) and select <strong>&quot;Hide Columns&quot;</strong>. </p>\r
-<p>When an alignment view contains hidden columns, certain constraints\r
-apply:<ul><li>Editing the alignment is bound by the hidden columns, <em>i.e.</em> you cannot move residues \r
-  across a hidden column boundary.</li>\r
-<li><strong>Tree</strong>, <strong>pairwise alignment</strong> and <strong>PCA</strong> calculations will only be\r
-performed using the <em>visible</em> parts of the alignment.\r
-</li>\r
-<li><a\r
-  href="../webservices/msaclient.html">Multiple Sequence\r
-  Alignments</a> are performed locally on on each visible chunk of\r
-  the input, and concatenated with the hidden regions to form the\r
-  final result.</p>\r
-</li>\r
-</ul>\r
-<p>The analysis and web service calculations where hidden columns are\r
-  excluded are termed <em>column-separable</em>. Calculations which\r
-  are not column-separable will be performed on the whole alignmnent\r
-  or sequence set, not just the visible regions.</p>\r
-<p>&nbsp;</p>\r
-<p>&nbsp;</p>\r
-<p>&nbsp;</p>\r
-</body>\r
-</html>\r
+<html>
+<head><title>Hidden Regions</title></head>
+<body>
+<p><strong>Hidden Regions</strong> </p>
+<p>Use the keyboard key &quot;H&quot; to hide / reveal selected columns and sequences. 
+  To hide / reveal only selected sequences, use &quot;Shift H&quot;, to hide / 
+  reveal only selected columns, use &quot;Control H&quot;.</p>
+<p><strong><em>Hiding Sequences</em></strong><br>
+To hide selected sequences in an alignment, use the <strong>&quot;View 
+  -&gt; Hide -&gt; Selected Sequences&quot;</strong> menu item or simply select <strong>&quot;Hide 
+  Sequences&quot;</strong> from the Popup menu after a right click on the sequence Ids. 
+</p>
+<p>Hidden sequences will not be used in any calculations, editing or web service 
+  alignments performed on visible sequences. </p>
+<p><strong><em>Hidden Sequences Representatives</em></strong><br>
+A more advanced hide involves a right-mouse click on a sequence, then selecting 
+  <strong>&quot;SequenceID -&gt; Represent Group with SequenceId&quot;</strong>. Using this method 
+  of hiding sequences, any edits performed on the visible group representative 
+  will be propogated to all the sequences in that group. <br>
+  The hidden representative sequences will not be used in any
+  calculations or web service alignments (<em>nb. this may change in
+  the future</em>)
+</p>
+<p><strong><em>Hiding Columns</em></strong><br>
+To hide selected columns in an alignment, use the <strong>&quot;View 
+  -&gt; Hide -&gt; Selected Columns&quot;</strong> menu item, or right click within a region 
+  of selected columns in the scale above the alignment (only available in non 
+  wrapped mode) and select <strong>&quot;Hide Columns&quot;</strong>. </p>
+<p>When an alignment view contains hidden columns, certain constraints
+apply:<ul><li>Editing the alignment is bound by the hidden columns, <em>i.e.</em> you cannot move residues 
+  across a hidden column boundary.</li>
+<li><strong>Tree</strong>, <strong>pairwise alignment</strong> and <strong>PCA</strong> calculations will only be
+performed using the <em>visible</em> parts of the alignment.
+</li>
+<li><a
+  href="../webservices/msaclient.html">Multiple Sequence
+  Alignments</a> are performed locally on on each visible chunk of
+  the input, and concatenated with the hidden regions to form the
+  final result.</p>
+</li>
+</ul>
+<p><strong>Column Separability</strong><br>Calculations where hidden columns are
+  excluded, and a single analysis performed on the result, are termed <em>column-separable</em>.
+  The simple Tree and PCA calculations are column separable because essentially the same results
+  would be obtained if the excluded hidden columns were replaced by gaps as the input to the calculation.</p>
+  <p>Multiple Sequence alignment and secondary structure prediction are both non-column-separable, and 
+  so the exclusion of hidden regions leads to only 'locally optimal' results - sometimes 
+  different to that obtained when using the full alignment.</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>