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

Last change on this file was 13923, checked in by westram, 9 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5
6#Please insert subtopic references  (line starts with keyword SUB)
7SUB     realign_dna.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           Translate DNA to Protein
13
14OCCURRENCE      ARB_NT/Sequence/Translate
15
16DESCRIPTION     Translates nucleic acid sequences. The alignment of the amino
17                acid sequences is adapted to that of the nucleic acids. The one
18                letter code is used.
19
20SECTION AUTOMATIC SELECTION OF TRANSLATION PARAMETERS
21
22                To allow easy translation of gene sequences you may select to use two
23                entries of the species:
24
25                        - codon_start, which can be 1, 2 or 3
26
27                        - transl_table, which has to be a valid genetic code number.
28                          Refer to the numbers in the codon table selector to determine
29                          which genetic codes are known by ARB. These numbers are the same
30                          as the translation table numbers used in the EMBL database.
31
32                These 2 fields are extracted from genes to gene-species automatically
33                (see LINK{gene_extract.hlp}).
34
35                If both fields are missing, the selected values for 'Start position'
36                and 'Codon table' are used. If one field is missing an error is raised.
37
38
39SECTION MANUAL SELECTION OF TRANSLATION PARAMETERS
40
41                1. Select source and destination alignment from the respective
42                   subwindows.
43
44                2. Select reading frame by pressing the 'Start position' button
45                   and selecting first, second or third absolute position.
46                   Note that setting the cursor to the start of the reading frame in
47                   ARB_EDIT4 will update the value of 'Start position'.
48                   Alternatively you may select 'choose best': in this case the translation
49                   start position is chosen out of the set of positions 1, 2 and 3
50                   such that the number of stop codons is minimised.
51                   This is done separately for each translated sequence.
52
53                3. Select the codon table to use.
54
55                4. Press the 'TRANSLATE' button. All marked sequences will be translated.
56
57                   Example:
58
59                        DNA:    ---UGG...GUAUGGUUA
60                        PRO:    -Y.LYG
61
62SECTION OTHER OPTIONS
63
64              By checking the 'Save settings' toggle, the used values
65              for the start position and the translation table
66              are written into the corresponding fields ('codon_start' and 'transl_table')
67              of every "translated species".
68              That happens in Manual and Automatic mode.
69
70              By checking the 'Translate all data' button, the translation insert a 'X'
71              in front of the generated amino acid sequence, if you select starting
72              position 2 or 3 and if there are nucleotides in front of that starting
73              position.
74              Later automatic realignments would fail if that 'X' is missing!
75
76
77WARNING         The program does NOT begin at the first three bases, but at the
78                first three alignment positions. That means that all your
79                three letter codons should start at every third position.
80
81                Example:        (### codon for aminoacid # )
82
83                        DNA:            ...111...222...333444
84                        PRO:            .1.2.34
85
86                        DNA:            ..111...222....333444
87                        PRO:            XXXX.34     // 1 2 are out of sync
88
89                        DNA:            ...111...22.2..333444
90                        PRO:            .1.XX34         // bad alignment for 2
91
92
93NOTES           'Mold/Protozoan/Coelenterate Mitochondrial Code' and
94                'Mycoplasma/Spiroplasma Code' are identical (Genetic code 4).
95                For that reason the latter has been removed.
96
97BUGS            If the editor is opened the reading frame changes after translation.
Note: See TracBrowser for help on using the repository browser.