Team:TU Delft/project/software

From 2010.igem.org

Revision as of 15:33, 20 August 2010 by Jcnossen (Talk | contribs)

Problems with introducing new genes

In our project, we are taking genes from various organisms and putting them as a biobrick plasmid into E. coli. This may cause various unexpected problems in the newly designed biological system:

  • The protein in the original organism may need some other functional partners (proteins or RNAs) in order to behave correctly (I.A.W. a part of the imported system is missing)
  • The introduced protein can interact with local proteins that are not ment to interact.

Searching for interactions

To get an idea of which interactions may occur, interactions within the original organisms where mapped to their E. coli homologs. In more detail:

  • The sequence of every introduced protein (See the coding biobricks) was blasted against the STRING protein database. This resulted in a number of proteins that are either the correct proteins, or homologs of the introduced proteins.
Biobrick STRING Database ID
BBa_K398000 420246.GTNG_3499
BBa_K398001 101510.RHA1_ro02534
BBa_K398002 246196.MSMEG_1840
BBa_K398003 350058.Mvan_1744
BBa_K398004 101510.RHA1_ro02537
BBa_K398005 235909.GK0984
BBa_K398006 235909.GK2772
BBa_K398100 7227.CG4651-PA
BBa_K398200 62977.ACIAD0697
BBa_K398201 160488.PP_0504
BBa_K398300 399739.Pmen_0429
BBa_K398400 70601.PH0527
BBa_K398401 70601.PH0532
  • For each protein, the interactions stored in STRING where gathered.
  • For each found interacting protein, E. coli homologs where gathered.
  • This results in a combination of interactions with their E. coli homologs. The likelyness of this being a true interaction depends on the STRING interaction score (Data from publication text mining, microarrays and other sources) and the BLAST score (The homolog mapping step).

Software development

An application was developed that can run these queries on a PostgreSQL server running the STRING database. This database can be downloaded for free for academic use. Unfortunately, the STRING API does not provide enough functionality to do the homolog mapping, so a PostgreSQL database with the STRING data is always needed. Source will be provided once the application is done.

Result

TODO..