| 1 | # main topics: |
|---|
| 2 | UP arb.hlp |
|---|
| 3 | UP glossary.hlp |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | # sub topics: |
|---|
| 7 | SUB realign_dna.hlp |
|---|
| 8 | |
|---|
| 9 | # format described in ../help.readme |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | TITLE Translate DNA to Protein |
|---|
| 13 | |
|---|
| 14 | OCCURRENCE ARB_NT/Sequence/Translate |
|---|
| 15 | |
|---|
| 16 | DESCRIPTION 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 | |
|---|
| 20 | See NOTES below for intended workflow and code table details. |
|---|
| 21 | |
|---|
| 22 | SECTION AUTOMATIC SELECTION OF TRANSLATION PARAMETERS |
|---|
| 23 | |
|---|
| 24 | To allow easy translation of gene sequences you may select to use two |
|---|
| 25 | entries of the species: |
|---|
| 26 | |
|---|
| 27 | - codon_start, which can be 1, 2 or 3 |
|---|
| 28 | |
|---|
| 29 | - transl_table, which has to be a valid genetic code number. |
|---|
| 30 | Refer to the numbers in the codon table selector to determine |
|---|
| 31 | which genetic codes are known by ARB. These numbers are the same |
|---|
| 32 | as the translation table numbers used in the EMBL database. |
|---|
| 33 | |
|---|
| 34 | These 2 fields are extracted from genes to gene-species automatically |
|---|
| 35 | (see LINK{gene_extract.hlp}). |
|---|
| 36 | |
|---|
| 37 | If both fields are missing, the selected values for 'Start position' |
|---|
| 38 | and 'Codon table' are used. If one field is missing an error is raised. |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | SECTION MANUAL SELECTION OF TRANSLATION PARAMETERS |
|---|
| 42 | |
|---|
| 43 | 1. Select source and destination alignment from the respective |
|---|
| 44 | subwindows. |
|---|
| 45 | |
|---|
| 46 | 2. Select reading frame by pressing the 'Start position' button |
|---|
| 47 | and selecting first, second or third absolute position. |
|---|
| 48 | Note that setting the cursor to the start of the reading frame in |
|---|
| 49 | ARB_EDIT4 will update the value of 'Start position'. |
|---|
| 50 | Alternatively you may select 'choose best': in this case the translation |
|---|
| 51 | start position is chosen out of the set of positions 1, 2 and 3 |
|---|
| 52 | such that the number of stop codons is minimised. |
|---|
| 53 | This is done separately for each translated sequence. |
|---|
| 54 | |
|---|
| 55 | 3. Select the codon table to use. |
|---|
| 56 | |
|---|
| 57 | 4. Press the 'TRANSLATE' button. All marked sequences will be translated. |
|---|
| 58 | |
|---|
| 59 | Example: |
|---|
| 60 | |
|---|
| 61 | DNA: ---UGG...GUAUGGUUA |
|---|
| 62 | PRO: -Y.LYG |
|---|
| 63 | |
|---|
| 64 | SECTION OTHER OPTIONS |
|---|
| 65 | |
|---|
| 66 | By checking the 'Save settings' toggle, the used values |
|---|
| 67 | for the start position and the translation table |
|---|
| 68 | are written into the corresponding fields ('codon_start' and 'transl_table') |
|---|
| 69 | of every "translated species". |
|---|
| 70 | That happens in Manual and Automatic mode. |
|---|
| 71 | |
|---|
| 72 | By checking the 'Translate all data' button, the translation insert a 'X' |
|---|
| 73 | in front of the generated amino acid sequence, if you select starting |
|---|
| 74 | position 2 or 3 and if there are nucleotides in front of that starting |
|---|
| 75 | position. |
|---|
| 76 | Later automatic realignments would fail if that 'X' is missing! |
|---|
| 77 | |
|---|
| 78 | |
|---|
| 79 | WARNING The program does NOT begin at the first three bases, but at the |
|---|
| 80 | first three alignment positions. That means that all your |
|---|
| 81 | three letter codons should start at every third position. |
|---|
| 82 | |
|---|
| 83 | Example: (### codon for aminoacid # ) |
|---|
| 84 | |
|---|
| 85 | DNA: ...111...222...333444 |
|---|
| 86 | PRO: .1.2.34 |
|---|
| 87 | |
|---|
| 88 | DNA: ..111...222....333444 |
|---|
| 89 | PRO: XXXX.34 // 1 2 are out of sync |
|---|
| 90 | |
|---|
| 91 | DNA: ...111...22.2..333444 |
|---|
| 92 | PRO: .1.XX34 // bad alignment for 2 |
|---|
| 93 | |
|---|
| 94 | |
|---|
| 95 | NOTES Please note LINK{aaali.hlp} |
|---|
| 96 | |
|---|
| 97 | Refer to LINK{transl_table.hlp} for details. |
|---|
| 98 | |
|---|
| 99 | BUGS If the editor is opened the reading frame changes after translation. |
|---|