Last change
on this file was
2,
checked in by oldcode, 24 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
963 bytes
|
Line | |
---|
1 | Show Helix |
---|
2 | |
---|
3 | This function will highlight all deviances of a sequence from a proposed |
---|
4 | secondary structure. The secondary structure must be a text sequence |
---|
5 | containing only ['s, ]'s, and -'s. Any column that represents a 5' side |
---|
6 | of a helix should have a '[' character, all 3' helix positions should |
---|
7 | have a ']' and all others should have a '-' character. |
---|
8 | |
---|
9 | Example: |
---|
10 | |
---|
11 | helix: ---[[[---]]]--- |
---|
12 | seq: aaagggaaacccaaa |
---|
13 | |
---|
14 | To represent: |
---|
15 | |
---|
16 | aaa |
---|
17 | g - c |
---|
18 | g - c |
---|
19 | g - c |
---|
20 | aaa aaa |
---|
21 | |
---|
22 | Care must be taken to insure that there are an equal number of ['s and ]'s. |
---|
23 | |
---|
24 | Select the sequences that you wish to test, along with the Helix sequence |
---|
25 | before calling this function. The results are returned as a set of color |
---|
26 | masks that highlight U-G pairing in light blue, A-U, G-C pairing in dark blue, |
---|
27 | and all others in gold. Pairing with a gap character is shown in red. |
---|
28 | Use the File:Properties... menu to disable the color mask, and return the |
---|
29 | standard character->color display. |
---|
Note: See
TracBrowser
for help on using the repository browser.