source: tags/ms_r16q4/HELP_SOURCE/oldhelp/helix.hlp

Last change on this file was 8629, checked in by westram, 12 years ago

merge from e4fix [8428] [8429] [8605]

  • insert/delete now works with running editor (w/o crashing editor)
  • do not display helix (or protstruct) information for SAI by default
    • added possibility to toggle display for single SAI
    • added short helpfile and linked it to other helpfiles concerning secondary structure
  • fix edit4-crash when
    • setting initial right-click into consensus-terminal
    • clicking/dragging somewhere else
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      arb_edit4.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7SUB     helixsym.hlp
8SUB     toggle_secinfo.hlp
9SUB     e4_options.hlp
10
11# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
12
13#************* Title of helpfile !! and start of real helpfile ********
14TITLE           Helix
15
16OCCURRENCE      ARB_EDIT4/Edit/Reload Helix
17
18DESCRIPTION     The 'SAI' (see LINK{glossary.hlp}) entry 'HELIX_NR' contains
19                numbering of potential higher order structure elements. The
20                paired 5' and 3' helix halves are indicated by identical
21                numbers. The SAI entry 'HELIX' contains symbols ([<( and )>])
22                indicating positions which usually are base paired. This
23                information is used by the editor to check the sequences for
24                (correct) base pairing. User-defined symbols indicating base pairing and
25                mispairing are shown below the particular sequences.
26
27
28SECTION FORMAT OF HELIX/HELIX_NR:
29
30                When the 'HELIX/HELIX_NR SAI's are analyzed the following steps
31                are performed:
32
33                1. HELIX_NR contains the helix numbering. A helix number
34                   is a number between 0 and 100 optionally followed
35                   by one letter: e.g. 11a, 23g, 0i, 6, 23,
36
37                   A helix number is valid from the position of the
38                   first digit to the position just before the next
39                   helix number.
40
41                        eg.     .........1a.........23b.........
42                        .       .........|||||||||||............
43
44                   The '|' symbols indicate the positions for '1a'
45
46                2. All '<[{(' symbols in HELIX are replaced by '('
47                   All '>]})' symbols in HELIX are replaced by ')'
48
49                        eg.     ...[<<[..]>>].. is the same as ...((((..))))..
50
51                3. For each helix number 'HN' a temporary helix is created
52                   that contains all '()' symbols of the 'SAI HELIX' at
53                   all positions where 'HN' is valid.
54
55                        eg. HELIX_NR    .....1a.....23b.......1a....23b.....
56                            HELIX       .....[<<[...[<[.......]>>]..]>].....
57                            -> 1a       .....((((.............))))..........
58                            -> 23b      ............(((.............))).....
59
60                4.      The (usually) paired positions can simply be defined
61                        by recursively removing the innermost bracket pairs
62                        in the temporary helices:
63
64                        eg. HELIX_NR    .....1a.....23b.......1a....23b.....
65                                HELIX   .....[<<[...[<[.......]>>]..]>].....
66                                Pos     123456789012345678901234567890123456
67                                -> 1a   .....((((.............))))..........
68                                -> 23b  ............(((.............))).....
69                                1a 9-23 ........+-------------+.............
70                                1a 8-24 .......+---------------+............
71                                1a 7-25 ......+-----------------+...........
72                                1a 6-26 .....+-------------------+..........
73                                23b 15-29 .............+------------+.......
74                                23b 14-30 ............+--------------+......
75                                23b 13-31 ...........+----------------+.....
76
77NOTES           After inserting or deleting gaps in the whole alignment (ARB_NT/
78                Sequence/Insert delete columns) the helix information has to be:
79
80                        1. Checked (inserting a '.' between '1' and '2'
81                           destroys the original '12').
82
83                        2. reloaded using 'Reload Helix'
84
85
86EXAMPLES        None
87
88BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.