Team:TU-Eindhoven/ProteinSelection

From 2013.igem.org

(Difference between revisions)
(Scanning for Candidates)
Line 6: Line 6:
===Scanning for Candidates===
===Scanning for Candidates===
-
For good CEST contrast a protein should have a high Lysine or Arganine content.{{:Team:TU-Eindhoven/Template:RefAgain | id=McMahonDIACEST }}{{:Team:TU-Eindhoven/Template:Ref | id=GiladArtificialGene | author=A.A. Gilad | title=Artificial reporter gene providing MRI contrast based on proton exchange. | journal=Nature biotechnology | edition=25.2 | pages=217-219 | year=2007 }} To find suitable proteins the [http://www.pdb.org RCSB Protein Data Bank] was queried for all entries containing proteins. This was done using the SEARCH Web Service of PDB.org, for the XML query used see [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | query.xml]]. A Python program was written to analyse the obtained amino acid sequences and calculate the ratio of Lysine or Arganine to the total chain length (see [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | PDB.py]] and [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | queryPDB.py]]).  
+
For good CEST contrast a protein should have a high Lysine or Arganine content.{{:Team:TU-Eindhoven/Template:RefAgain | id=McMahonDIACEST }}{{:Team:TU-Eindhoven/Template:Ref | id=GiladArtificialGene | author=A.A. Gilad | title=Artificial reporter gene providing MRI contrast based on proton exchange. | journal=Nature biotechnology | edition=25.2 | pages=217-219 | year=2007 }} To find these suitable proteins the [http://www.pdb.org RCSB Protein Data Bank] was queried for all entries containing proteins. This was done using the SEARCH Web Service of PDB.org, for the XML query used see [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | query.xml]]. A Python program was written to analyse the obtained amino acid sequences and calculate the ratio of Lysine or Arginine to the total chain length (see [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | PDB.py]] and [[Team:TU-Eindhoven/Code:PDBQuery#query.xml | queryPDB.py]]). The results are visualized in {{:Team:TU-Eindhoven/Template:Figure | id=lysineRatioPlot }} and {{:Team:TU-Eindhoven/Template:Figure | id=arginineRatioPlot }}.
-
 
+
{{:Team:TU-Eindhoven/Template:Float | position=left | size=3 }}
 +
{{:Team:TU-Eindhoven/Template:Image | filename=LysineRatio.png }}
 +
{{:Team:TU-Eindhoven/Template:FloatEnd | caption=Plot of the Lysine ratio and Length of a broad range of proteins from PDB.org | id=lysineRatioPlot }}{{:Team:TU-Eindhoven/Template:Float | position=left | size=3 }}
 +
{{:Team:TU-Eindhoven/Template:Image | filename=ArginineRatio.png }}
 +
{{:Team:TU-Eindhoven/Template:FloatEnd | caption=Plot of the Lysine ratio and Length of a broad range of proteins from PDB.org | id=arginineRatioPlot }}
==References==
==References==

Revision as of 13:13, 2 July 2013

CEST Based Marker Proteins

To create bacteria with the ability to generate contrast on a CEST MRI scan, polypeptides that have that ability had to be found. Various solutions based on short Lysine, Arganine, Threonine or Serine rich sequences were proposed.McMahonDIACESTM.T. McMahon, New "Multicolor" Polypeptide Diamagnetic Chemical Exchange Saturation Transfer (DIACEST) Contrast Agents for MRI. Magnetic Resonance in Medicine 60, 803-812 (2008) However, it is hard to predict how well these sequences will express in bacteria and whether they are sufficiently stable in vivo. To avoid these problems a new approach was taken. The suitability as a CEST based marker was estimated for proteins of which the structure is already clarified.

Scanning for Candidates

For good CEST contrast a protein should have a high Lysine or Arganine content.McMahonDIACESTGiladArtificialGeneA.A. Gilad, Artificial reporter gene providing MRI contrast based on proton exchange.. Nature biotechnology 25.2, 217-219 (2007) To find these suitable proteins the RCSB Protein Data Bank was queried for all entries containing proteins. This was done using the SEARCH Web Service of PDB.org, for the XML query used see query.xml. A Python program was written to analyse the obtained amino acid sequences and calculate the ratio of Lysine or Arginine to the total chain length (see PDB.py and queryPDB.py). The results are visualized in and .

TU-Eindhoven Images LysineRatio.png
lysineRatioPlot Plot of the Lysine ratio and Length of a broad range of proteins from PDB.org
TU-Eindhoven Images ArginineRatio.png
arginineRatioPlot Plot of the Lysine ratio and Length of a broad range of proteins from PDB.org

References