Team:TU-Eindhoven/ProteinSelection

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
===Scanning for Candidates===
===Scanning for Candidates===
-
To find suitable proteins the [pdb.org RCSB Protein Data Bank] was queried for all entries containing proteins.
+
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]].
-
{{:Team:TU-Eindhoven/Template:Code }}<nowiki>
+
-
<orgPdbQuery>
+
-
    <version>head</version>
+
-
    <queryType>org.pdb.query.simple.ChainTypeQuery</queryType>
+
-
    <description>Chain Type: there is a Protein chain</description>
+
-
    <containsProtein>Y</containsProtein>
+
-
    <containsDna>?</containsDna>
+
-
    <containsRna>?</containsRna>
+
-
    <containsHybrid>?</containsHybrid>
+
-
</orgPdbQuery>
+
-
</nowiki>{{:Team:TU-Eindhoven/Template:CodeEnd }}
+

Revision as of 12:28, 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

To find 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.


McMahonDIACEST

References