New files
authoramwaterhouse <Andrew Waterhouse>
Tue, 4 Apr 2006 17:06:01 +0000 (17:06 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 4 Apr 2006 17:06:01 +0000 (17:06 +0000)
help/html/colourSchemes/annotationColourSetting.jpg [new file with mode: 0755]
help/html/colourSchemes/annotationColouring.html [new file with mode: 0755]
help/html/colourSchemes/annotationColours.jpg [new file with mode: 0755]
help/html/editing/editing.jpg [new file with mode: 0755]
help/html/features/annotationsFormat.html [new file with mode: 0755]
help/html/features/featuresFormat.html [new file with mode: 0755]

diff --git a/help/html/colourSchemes/annotationColourSetting.jpg b/help/html/colourSchemes/annotationColourSetting.jpg
new file mode 100755 (executable)
index 0000000..7ca9acb
Binary files /dev/null and b/help/html/colourSchemes/annotationColourSetting.jpg differ
diff --git a/help/html/colourSchemes/annotationColouring.html b/help/html/colourSchemes/annotationColouring.html
new file mode 100755 (executable)
index 0000000..ec01fa9
--- /dev/null
@@ -0,0 +1,30 @@
+<html>\r
+\r
+<head><title>Annotation Colouring</title></head>\r
+\r
+<body>\r
+<p><strong> Annotation Colouring </strong></p>\r
+<p>Jalview 2.08 allows an alignment to be coloured on a per-column basis based \r
+  on any numerical annotation added to that alignment. </p>\r
+Select &quot;Colour&quot; <strong>&#8594;</strong> &quot;.. \r
+  by Annotation&quot; to bring up the Colour by Annotation settings window. <br>\r
+  <br><div align="center">\r
+  <img src="annotationColourSetting.jpg" width="426" height="140"> </div>\r
+<ul>\r
+  <li>Select which annotation to base the colouring scheme on using the top left \r
+    selection box.</li>\r
+  <li> If the &quot;Use Original Colours&quot; box is selected, the colouring \r
+    scheme will use the colouring scheme present on the alignment before the Annotation \r
+    Colour Settings window was displayed. </li>\r
+  <li>The colour scheme can display a colour gradient from a colour representing \r
+    the minimum value in the selected annotation to a colour representing the \r
+    maximum value in the selected annotation. Use the &quot;Min Colour&quot; and \r
+    &quot;Max Colour&quot; to set the colour gradient range.</li>\r
+  <li>Select whether to colour the alignment above or below an adjustable threshold \r
+    with the selection box center left of the window. </li>\r
+  <li>Change the threshold value with the slider, or enter the exact value in \r
+    the text box. </li>\r
+</ul>\r
+<p align="center"><img src="annotationColours.jpg" width="475" height="262"> </p>\r
+</body>\r
+</html>\r
diff --git a/help/html/colourSchemes/annotationColours.jpg b/help/html/colourSchemes/annotationColours.jpg
new file mode 100755 (executable)
index 0000000..36d100e
Binary files /dev/null and b/help/html/colourSchemes/annotationColours.jpg differ
diff --git a/help/html/editing/editing.jpg b/help/html/editing/editing.jpg
new file mode 100755 (executable)
index 0000000..d67f17b
Binary files /dev/null and b/help/html/editing/editing.jpg differ
diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html
new file mode 100755 (executable)
index 0000000..c2a784c
--- /dev/null
@@ -0,0 +1,47 @@
+<html>\r
+\r
+<head><title>Annotations File Format</title></head>\r
+\r
+<body>\r
+<p><strong>Alignment Annotations File Format<br>\r
+  </strong><br>\r
+  A precalculated annotations fiile can read onto an alignment from the command \r
+  line (&quot;-annotations&quot;), by drag and dropping the the annotations file \r
+  onto an alignment or by selecting from the File menu &quot;Load Features / Annotations&quot;.</p>\r
+<p>The File is in tab delimited format. The file must have the line JALVIEW_ANNOTATION \r
+  as an identifier. Then a block of annotations are added in the form GRAPH_TYPE \r
+  Label Values</p>\r
+<p>GRAPH_TYPE can be either BAR_GRAPH, LINE_GRAPH or NO_GRAPH. The values are \r
+  per alignment column, separated by &quot;|&quot;. Multiple content per column \r
+  can be separated with commas, Jalview will display the content if it interprates \r
+  the content as a text label, or secondary structure character (H or E)</p>\r
+<p>You can optionally associate an annotation with a sequence by adding a line \r
+  SEQUENCE_REFseq_namestartIndex All Annotations after a SEQUENCE_REF will be \r
+  associated with that sequence. Use SEQUENCE_REF ALIGNMENT to cancel the associtations.</p>\r
+<p>The visual graphs can be coloured or combined with other graphs, or have an \r
+  arbitrary line drawn at a certain value using the following lines.</p>\r
+<p><font size="2" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;graph name&lt;tab&gt;colour<br>\r
+  COMBINE&lt;tab&gt;graph 1 name&lt;tab&gt;graph 2 name<br>\r
+  GRAPHLINE&lt;tab&gt;graph name&lt;tab&gt;value&lt;tab&gt;label&lt;tab&gt;colour</font></p>\r
+<p>An example Annotation file may look like this:</p>\r
+<p><font size="2" face="Courier New, Courier, mono">#Comment lines follow the hash symbol<br>\r
+  JALVIEW_ANNOTATION<br>\r
+  SEQUENCE_REF FER1_MESCR 5<br>\r
+  BAR_GRAPH&lt;tab&gt;Bar Graph 1&lt;tab&gt;||-100,-|-200,-|-300,-|-400,-|200,+|300,+|150,+<br>\r
+  LINE_GRAPH&lt;tab&gt;Green Values&lt;tab&gt;1.1|2.2|1.3|3.4|0.7|1.4|3.3|2.2|2.1|-1.1|3.2<br>\r
+  LINE_GRAPH&lt;tab&gt;Red Values&lt;tab&gt;2.1|3.2|1.3|-1.4|5.5|1.4|1.3|4.2|-1.1|1.1|3.2<br>\r
+  BAR_GRAPH&lt;tab&gt;Bar Graph&lt;tab&gt;2 1,.|2,*|3,:|4,.|5,*|4,:|3,.|2|1|1|2|3|4|5|4<br>\r
+  NO_GRAPH&lt;tab&gt;Icons &lt;tab&gt;||||E,Sheet1|E|E||||H,Sheet 2|H|H|H||||||<br>\r
+  NO_GRAPH&lt;tab&gt;Purple Letters&lt;tab&gt;m|y|p|r|o|t|e|i|n</font></p>\r
+<p><font size="2" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;Bar Graph 2&lt;tab&gt;blue<br>\r
+  COLOUR&lt;tab&gt;Red Values&lt;tab&gt;255,0,0<br>\r
+  COLOUR&lt;tab&gt;Green Values&lt;tab&gt;green<br>\r
+  COLOUR&lt;tab&gt;Purple Letters&lt;tab&gt;151,52,228<br>\r
+  COMBINE&lt;tab&gt;Green Values&lt;tab&gt;Red Values</font></p>\r
+<p><font size="2" face="Courier New, Courier, mono">GRAPHLINE&lt;tab&gt;Red Values&lt;tab&gt;2.6&lt;tab&gt;threshold&lt;tab&gt;black \r
+  </font><br>\r
+</p>\r
+<p><br>\r
+</p>\r
+</body>\r
+</html>\r
diff --git a/help/html/features/featuresFormat.html b/help/html/features/featuresFormat.html
new file mode 100755 (executable)
index 0000000..8e6ee13
--- /dev/null
@@ -0,0 +1,35 @@
+<html>\r
+\r
+<head><title>Features File Format</title></head>\r
+\r
+<body>\r
+<p><strong>Sequence Features File Format</strong></p>\r
+<p>(Prior to version 2.08 known as the &quot;Groups file&quot;)<br>\r
+  A precalculated Features file can read onto an alignment from the command line \r
+  (&quot;-features&quot;), by drag and dropping the features file onto an alignment \r
+  or by selecting from the File menu &quot;Load Features / Annotations&quot;.</p>\r
+<p>Specify the feature types first, then refer to the feature type for each sequence.</p>\r
+<p>featureType&lt;tab&gt;colour<br>\r
+  description&lt;tab&gt;sequenceId&lt;tab&gt;sequenceIndex&lt;tab&gt;start&lt;tab&gt;end&lt;tab&gt;featureType</p>\r
+<p>eg<br>\r
+  <font size="2" face="Courier New, Courier, mono">domain red<br>\r
+  metal ion-binding site 00ff00<br>\r
+  transit peptide 0,105,215<br>\r
+  chain 225,105,0<br>\r
+  modified residue 105,225,35<br>\r
+  signal peptide 0,155,165<br>\r
+  Your Own description here FER_CAPAA -1 3 93 domain<br>\r
+  Your Own description here FER_CAPAN -1 48 144 chain<br>\r
+  Your Own description here FER_CAPAN -1 50 140 domain<br>\r
+  Your Own description here FER_CAPAN -1 136 136 modified residue<br>\r
+  Your Own description here FER1_LYCES -1 1 47 transit peptide<br>\r
+  Your Own description here Q93XJ9_SOLTU -1 1 48 signal peptide<br>\r
+  Your Own description here Q93XJ9_SOLTU -1 49 144 chain</font></p>\r
+<p>An additional option in Jalview 2.08 is to group features in the following \r
+  way: </p>\r
+<p><font size="2" face="Georgia, Times New Roman, Times, serif">STARTGROUP&lt;tab&gt;My feature groupA<br>\r
+  ....Many Feature descriptions here<br>\r
+  ENDGROUP&lt;tab&gt;My feature groupA</font><br>\r
+</p>\r
+</body>\r
+</html>\r