Difference between revisions of "Protein domains/Overview"

 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
Every protein coding sequence in the Registry consists of at least three protein domains, a '''Head Domain''', one or more '''Internal Domains''' including '''Special Internal Domains''', and a '''Tail Domain'''.
+
Protein domains encode portions of proteins and can be assembled together to form translational units, a genetic part spanning from translational initiation (the RBS) to translational termination (the stop codon).
  
#'''Head Domain''': The Head domain consists of the start codon followed immediately by zero or more triplets specifiying an N-terminal tag, such as a protein export tag or lipoprotein binding tag.
+
[[Image:ProteinDomains.png|center]]
#'''Internal Domains''': Protein domains consist of a series of codon triplets coding for an amino acid sequence without a start codon or stop codon.  Multiple Domains can be fused.
+
#'''Special Internal Domains''': Short Domains with specific function may be separately categorized, but obey the same composition rules as normal domains.  Special domains include tags, linkers, cleavage sites, and intein sites.
+
#'''Tail Domain''': The C-terminus of a coding region consists of zero or more triplet codons, followed by a pair of TAA stop codons.  In the simplest case, the stop codons terrminate the protein with an Stop.  More complex Tails may include degradation tags appropriate to the organism (i.e., with different degradation rates).
+
  
Thus protein coding sequences can, in some sense, be thought of as a composite of three or more protein domains. Most protein coding sequences available from the Registry consist of a particularly simple Head domain (the start codon), a single internal domain, and a simple Tail domain (the stop codon)However, we envision that more and more iGEM teams and labs will design Head, Internal, Special Internal and Tail protein domains and assemble them in different combinations.
+
There are several different types of protein domains.
 +
#'''Head Domain''': The Head domain consists of the start codon followed immediately by zero or more triplets specifiying an N-terminal tag, such as a protein export tag or lipoprotein binding tag.  Head domains should begin with an <code>ATG</code> start codon and include codons 2 and 3 of the protein at a minimumExamples of head domains include
 +
#*<code>ATG</code> start codon
 +
#*<code>ATG</code> start codon and codons 2-3
 +
#*<code>ATG</code> start codon and signal sequence
 +
#*<code>ATG</code> start codon and affinity tag
 +
#'''Internal Domains''': Protein domains consist of a series of codon triplets coding for an amino acid sequence without a start codon or stop codon.  Multiple Internal Domains can be fused.  Examples of internal domains include
 +
#*DNA binding domains
 +
#*Dimerization domains
 +
#*Kinase domains
 +
#'''Special Internal Domains''': Short Domains with specific function may be separately categorized, but obey the same composition rules as normal internal domains.  Examples of special internal domains include
 +
#*Linkers
 +
#*Cleavage sites
 +
#*Inteins
 +
#'''Tail Domain''': The C-terminus of a coding region consists of zero or more triplet codons, followed by a pair of TAA stop codons.  In the simplest case, the stop codons terminate the protein with an Stop.  More complex Tails may include degradation tags appropriate to the organism (i.e., with different degradation rates). Examples of Tail domain include
 +
#*<code>TAATAA</code> stop codons
 +
#*A degradation tag followed by <code>TAATAA</code> stop codons
 +
#*An affinity tag followed by <code>TAATAA</code> stop codon
  
Unfortunately, the original BioBrick assembly standard, Assembly standard 10, does not support in-frame assembly of protein domains.  (Assembly standard 10 creates an 8 bp scar between adjacent parts.)  Therefore, it is recommended that you use an alternate approach to assemble protein domains together to make a protein coding sequence.  There are several possible approaches to [[Help:Protein domains/Assembly|assembling protein domains]] including various assembly standards and direct synthesis.  Regardless of which standard you choose, we suggest that the resulting protein coding sequence comply with the [[Help:Assembly standard 10|original BioBrick assembly standard]] so that your parts can be assembled with most of the parts in the Registry.
+
Unfortunately, the original BioBrick assembly standard, Assembly standard 10, does not support in-frame assembly of protein domains.  (Assembly standard 10 creates an 8 bp scar between adjacent parts.)  Therefore, it is recommended that you use an alternate approach to assemble protein domains together to make a translational unit.  There are several possible approaches to [[Help:Protein domains/Assembly|assembling protein domains]] including direct synthesis (preferred because it creates no scars) as well as various assembly standards.  Regardless of which standard you choose, we suggest that the resulting protein coding sequence or translational unit comply with the [[Help:Assembly standard 10|original BioBrick assembly standard]] so that your parts can be assembled with most of the parts in the Registry.
  
  
''If you prefer to specify the RBS as a separate part from the protein coding sequence, then the assembled protein coding sequence should be as follows''
+
''Protein coding sequences should be as follows''
  
 
<font face="courier" size="3">'''GAATTC GCGGCCGC T TCTAG <font color="red">[ATG ... TAA TAA]</font> T ACTAGT A GCGGCCG CTGCAG'''</font>
 
<font face="courier" size="3">'''GAATTC GCGGCCGC T TCTAG <font color="red">[ATG ... TAA TAA]</font> T ACTAGT A GCGGCCG CTGCAG'''</font>
  
  
''If you prefer to specify the RBS together with the protein coding sequence, then the assembled RBS + protein coding sequence should be as follows''
+
Note: Although most RBSs are currently specified as separate parts in the Registry, we are now moving to a new design in which the RBS and Head domain are combined into a single part termed a '''Translational start'''.  The new design has the advantage of encapsulating both ribosome binding and translational initiation within a single part.  Our working hypothesis is that the new design will reduce the likelihood of unexpected functional composition problems between the RBS and coding sequence.
 
+
<font face="courier" size="3">'''GAATTC GCGGCCGC T TCTAGA G <font color="blue">[RBS]</font> <font color="red">[ATG ... TAA TAA]</font> T ACTAGT A GCGGCCG CTGCAG'''</font>
+
 
+
 
+
Although most RBSs and Head domains are currently specified as separate parts in the Registry, we are now moving to a new design in which the RBS and Head domain is specified as a single part.  The new design has the advantage of encapsulating both ribosome binding and translational initiation within a single part.  Our working hypothesis is that the new design will reduce the likelihood of unexpected functional composition problems between the RBS and coding sequence.
+

Latest revision as of 22:57, 8 December 2009

Protein domains encode portions of proteins and can be assembled together to form translational units, a genetic part spanning from translational initiation (the RBS) to translational termination (the stop codon).

ProteinDomains.png

There are several different types of protein domains.

  1. Head Domain: The Head domain consists of the start codon followed immediately by zero or more triplets specifiying an N-terminal tag, such as a protein export tag or lipoprotein binding tag. Head domains should begin with an ATG start codon and include codons 2 and 3 of the protein at a minimum. Examples of head domains include
    • ATG start codon
    • ATG start codon and codons 2-3
    • ATG start codon and signal sequence
    • ATG start codon and affinity tag
  2. Internal Domains: Protein domains consist of a series of codon triplets coding for an amino acid sequence without a start codon or stop codon. Multiple Internal Domains can be fused. Examples of internal domains include
    • DNA binding domains
    • Dimerization domains
    • Kinase domains
  3. Special Internal Domains: Short Domains with specific function may be separately categorized, but obey the same composition rules as normal internal domains. Examples of special internal domains include
    • Linkers
    • Cleavage sites
    • Inteins
  4. Tail Domain: The C-terminus of a coding region consists of zero or more triplet codons, followed by a pair of TAA stop codons. In the simplest case, the stop codons terminate the protein with an Stop. More complex Tails may include degradation tags appropriate to the organism (i.e., with different degradation rates). Examples of Tail domain include
    • TAATAA stop codons
    • A degradation tag followed by TAATAA stop codons
    • An affinity tag followed by TAATAA stop codon

Unfortunately, the original BioBrick assembly standard, Assembly standard 10, does not support in-frame assembly of protein domains. (Assembly standard 10 creates an 8 bp scar between adjacent parts.) Therefore, it is recommended that you use an alternate approach to assemble protein domains together to make a translational unit. There are several possible approaches to assembling protein domains including direct synthesis (preferred because it creates no scars) as well as various assembly standards. Regardless of which standard you choose, we suggest that the resulting protein coding sequence or translational unit comply with the original BioBrick assembly standard so that your parts can be assembled with most of the parts in the Registry.


Protein coding sequences should be as follows

GAATTC GCGGCCGC T TCTAG [ATG ... TAA TAA] T ACTAGT A GCGGCCG CTGCAG


Note: Although most RBSs are currently specified as separate parts in the Registry, we are now moving to a new design in which the RBS and Head domain are combined into a single part termed a Translational start. The new design has the advantage of encapsulating both ribosome binding and translational initiation within a single part. Our working hypothesis is that the new design will reduce the likelihood of unexpected functional composition problems between the RBS and coding sequence.