Team:UT-Tokyo-Software/Project/GeneNetworkGame

From 2012.igem.org

Revision as of 11:47, 20 September 2012 by Mattya (Talk | contribs)

UT-Tokyo-Software
Gene Network Game

Overview

Gene Network Game is an educational puzzle game. Players aim to create proper gene networks from given promoters and genes. Through this game, the player can learn basic knowledge of gene networks and can be helpful when trying to understand other team's constructs and eventually to create their own construct. This game is also usable as a tutorial for modeling & simulation.

  At the beginning of the stage, the player has some promoters and genes in his inventory. Using this inventory, he/she aims at creating a network capable of reaching a certain output protein concentration (Left). A stage is completed when the player aligns genes in the correct order and the outputs level is achieved (Right). Completing successive stages, the player will learn ideas from "What are promoters and genes?" to "Genetic oscillators and toggle switches".

 

  The game is also implemented with a stage editor. In the editor, you can assign promoters and genes, adjust parameters (copy rate, degradiation rate etc.) and create your own stage. The editor is designed so that you not only to enjoy your own stage but it can also be used as a simple modeling tool which enables you to obtain preliminary knowledge about conducting modeling and creating simulations. It will be a first step towards using more technical modelig software such as Matlab.


Background

 コンストラクトはiGEMプロジェクトの最も重要な部分である。  iGEMerは他チームのコンストラクトを理解し、自チームのプロジェクトの目的を達成するコンストラクトを設計しなければならない。そのためには、遺伝子回路の原理を理解する必要がある。  さらに、設計した遺伝子回路の応答を予測するためには、そのダイナミクスをモデル化して計算しなければならない。そのためには、モデル化の考え方を理解する必要がある。
 これらの点において、現状では次のような障壁があると考える。

 

問題点①

 遺伝子回路のダイナミクスを学ぶにはシステム生物学の教科書を開けば良いのだが、それを理解するためには、微分方程式を用いた生化学反応のモデル化をきちんと理解しなければならなかった。これは多くのiGEM入門者にとっては敷居が高いものである。  

問題点②

 iGEMでよく説明に用いられる図式で表されているコンストラクトは直感的でわかりやすいが、定量的な時間変化までを読み取ることは難しい。つまり、「反応にどれくらいの時間がかかるのか」といった情報はわからない。  

問題点③

 iGEMではプロジェクトで用いた遺伝子回路の性質をシミュレーションして調べることが多いが、現状のモデリングツールの使用にはある程度の数理生物学、情報科学の知識が必要である。そのため、多くのチームではモデリングを行うために専門知識を持ったメンバーを必要とし、その他のメンバーはモデリング担当が何をやってるのかよく分かっていないという状況がある。

 これらの障壁を取り除くものとして、Gene Network Gameは作られている。  

Method

システム的なこと

 processingで書かれている。
 ステージのデータはファイルで入出力できる。
 GUIはcontrolP5というライブラリを用いている。

シミュレーションの原理

 転写因子による制御はHill式を用いている。
 時間発展は4次のルンゲクッタ法で解いている。

Result

 初心者(数学、生物の知識を持たない者)でも  
     
  • コンストラクトを読んでダイナミクスを理解できるようになる
  •   →過去プロジェクトの理解が進む。  
  • コンストラクト設計の訓練ができる
  •   →自プロジェクトの検討を効率的に進められるようになる。  
  • モデリングの敷居を下げる
  •   →チーム全体でモデリングに参加できるようになる。  

Future

  • ステージエディタの機能拡充
  •   webベースでステージを登録し、共有できるようにしたい。
  • 現実のプロジェクトのステージ化
  •   過去プロジェクトをステージ化することで教材としたい。
  • 簡易モデリングツールとしての高度化
  •   現実のプロモータ、遺伝子のパラメータをデータベース化して登録すると便利そう。

Demo