c2a784cbe85319d7793258354fb26b33507b841a
[jalview.git] / help / html / features / annotationsFormat.html
1 <html>\r
2 \r
3 <head><title>Annotations File Format</title></head>\r
4 \r
5 <body>\r
6 <p><strong>Alignment Annotations File Format<br>\r
7   </strong><br>\r
8   A precalculated annotations fiile can read onto an alignment from the command \r
9   line (&quot;-annotations&quot;), by drag and dropping the the annotations file \r
10   onto an alignment or by selecting from the File menu &quot;Load Features / Annotations&quot;.</p>\r
11 <p>The File is in tab delimited format. The file must have the line JALVIEW_ANNOTATION \r
12   as an identifier. Then a block of annotations are added in the form GRAPH_TYPE \r
13   Label Values</p>\r
14 <p>GRAPH_TYPE can be either BAR_GRAPH, LINE_GRAPH or NO_GRAPH. The values are \r
15   per alignment column, separated by &quot;|&quot;. Multiple content per column \r
16   can be separated with commas, Jalview will display the content if it interprates \r
17   the content as a text label, or secondary structure character (H or E)</p>\r
18 <p>You can optionally associate an annotation with a sequence by adding a line \r
19   SEQUENCE_REFseq_namestartIndex All Annotations after a SEQUENCE_REF will be \r
20   associated with that sequence. Use SEQUENCE_REF ALIGNMENT to cancel the associtations.</p>\r
21 <p>The visual graphs can be coloured or combined with other graphs, or have an \r
22   arbitrary line drawn at a certain value using the following lines.</p>\r
23 <p><font size="2" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;graph name&lt;tab&gt;colour<br>\r
24   COMBINE&lt;tab&gt;graph 1 name&lt;tab&gt;graph 2 name<br>\r
25   GRAPHLINE&lt;tab&gt;graph name&lt;tab&gt;value&lt;tab&gt;label&lt;tab&gt;colour</font></p>\r
26 <p>An example Annotation file may look like this:</p>\r
27 <p><font size="2" face="Courier New, Courier, mono">#Comment lines follow the hash symbol<br>\r
28   JALVIEW_ANNOTATION<br>\r
29   SEQUENCE_REF FER1_MESCR 5<br>\r
30   BAR_GRAPH&lt;tab&gt;Bar Graph 1&lt;tab&gt;||-100,-|-200,-|-300,-|-400,-|200,+|300,+|150,+<br>\r
31   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
32   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
33   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
34   NO_GRAPH&lt;tab&gt;Icons &lt;tab&gt;||||E,Sheet1|E|E||||H,Sheet 2|H|H|H||||||<br>\r
35   NO_GRAPH&lt;tab&gt;Purple Letters&lt;tab&gt;m|y|p|r|o|t|e|i|n</font></p>\r
36 <p><font size="2" face="Courier New, Courier, mono">COLOUR&lt;tab&gt;Bar Graph 2&lt;tab&gt;blue<br>\r
37   COLOUR&lt;tab&gt;Red Values&lt;tab&gt;255,0,0<br>\r
38   COLOUR&lt;tab&gt;Green Values&lt;tab&gt;green<br>\r
39   COLOUR&lt;tab&gt;Purple Letters&lt;tab&gt;151,52,228<br>\r
40   COMBINE&lt;tab&gt;Green Values&lt;tab&gt;Red Values</font></p>\r
41 <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
42   </font><br>\r
43 </p>\r
44 <p><br>\r
45 </p>\r
46 </body>\r
47 </html>\r