Skip to content
Snippets Groups Projects
description.html 2.85 KiB
Newer Older
Fabio Maschi's avatar
Fabio Maschi committed
{% extends "layout.html" %}
{% block title %}Project Description{% endblock %}
{% block lead %}Describe how and why you chose your iGEM project.{% endblock %}

{% block page_content %}
Sishir Sivakumar's avatar
Sishir Sivakumar committed
<br>
<div class="model-heading">
  <h1>Project<br>Description</h1>
</div>
<div class="Content" style="max-height: 100%;">
  <p style="font-size: 32px"><strong>What is the problem we are trying to solve?</strong></p>
  <p>The fundamental thought process behind this project is exploration beyond conventionally-used methods and how these
Sishir Sivakumar's avatar
Sishir Sivakumar committed
    can be made accessible to the everyday researcher. <i>E. coli</i> emerged as a feasible chassis organism in the early days
    of synthetic biology, but this led to a sunken cost feedback loop in which research investigating <i>E. coli</i> was
    favored disproportionately over looking for new and better chassis. Over time, simply because the body of
Sishir Sivakumar's avatar
Sishir Sivakumar committed
    information on <i>E. coli</i> aggregated to be too large for any investigative effort outside it to be practically
    unfavorable, synthetic biology fell into a rut of having a singular chassis for the overwhelming majority of its
    workflow.</p>
  <p style="font-size: 32px"><strong>How are we solving it?</strong></p>
  <p>As students, driven by an interest in synthetic biology, we have relatively more freedom to question the
    fundamentals of the nature of our work, explore novel chassis and develop better genetic engineering techniques. Our
    laboratory efforts have been driven towards characterizing Lactococcus lactis better, which requires significantly
    less effort with regards to downstream processing as there is no additional purification required to remove an
    endotoxin layer. The most significant hurdles encountered when working with a new organism is an absence of genetic
    and regulatory information, making circuit design and fine-tuning gene expression challenging and extremely labor
    intensive. Our wet lab team constructed a library of randomized RBS sequences characterized by their expression
    levels, providing a solid base of initial information for anyone using this chassis.</p>
Sishir Sivakumar's avatar
Sishir Sivakumar committed
  <p style="font-size: 32px"><strong>Our RBS Predictor-Optimizer: Synthopedia!</strong></p>
  <p>Our predictor-optimizer addresses the issue of fine tuning protein expression on a broader level, and contributes
    to the groundwork to an <i>in silico</i> solution to better control over expression dynamics. Harnessing machine learning
    principles over a wider set of parameters, including both thermodynamic and biophysical data points, our team has
    designed a machine learning model for protein expression prediction and optimization, leveraging which, we are able to predict expression levels
    for RBS sequences as well as optimize them for a particular expression level. The results of this model have been
    cross-tested against state of the art models.</p>
</div>