bio-bigbio 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,32 @@
1
+ # Genetic Code Table
2
+ #
3
+ # Obtained from: http://www3.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi
4
+ #
5
+ # Version 3.4
6
+ # Added CTG,TTG as allowed alternate start codons in Standard code.
7
+ # Prats et al. 1989, Hann et al. 1992
8
+ #
9
+ # Initiation Codon:
10
+ #
11
+ # AUG
12
+ #
13
+ # Alternative Initiation Codons
14
+ #
15
+ # In rare cases, translation in eukaryotes can be initiated from codons
16
+ # other than AUG. A well documented case (including direct protein
17
+ # sequencing) is the GUG start of a ribosomal P protein of the fungus
18
+ # Candida albicans (Abramczyk et al.). Other examples can be found in the
19
+ # following references: Peabody 1989; Prats et al. 1989; Hann et al.
20
+ # 1992; Sugihara et al. 1990.
21
+ #
22
+ # GUG, CUG, UUG
23
+
24
+ Genetic Code [1]
25
+
26
+ Standard
27
+
28
+ AAs = FFLLSSSSYY**CC*WLLLLPPPPHHQQRRRRIIIMTTTTNNKKSSRRVVVVAAAADDEEGGGG
29
+ Starts = ---M---------------M---------------M----------------------------
30
+ Base1 = TTTTTTTTTTTTTTTTCCCCCCCCCCCCCCCCAAAAAAAAAAAAAAAAGGGGGGGGGGGGGGGG
31
+ Base2 = TTTTCCCCAAAAGGGGTTTTCCCCAAAAGGGGTTTTCCCCAAAAGGGGTTTTCCCCAAAAGGGG
32
+ Base3 = TCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAGTCAG