Difference between revisions of "Team:Hawaii/Model"

(Replaced content with "{{Hawaii}} {{Hawaii/All}} {{Hawaii/Navbar}} <html> </html> {{Hawaii/Footer}}")
Line 3: Line 3:
 
{{Hawaii/Navbar}}
 
{{Hawaii/Navbar}}
 
<html>
 
<html>
 +
  <div id="modeling-banner">
 +
  </div>
 +
  <h1 id="modeling-title">MODELLING</h1>
  
 +
  <div id="modeling-container">
 +
    <div id="inner-container">
 +
      <p>&emsp;&emsp;&emsp;&emsp;The purpose of modeling was to determine the approximate number of RFP molecules (PDB ID: 2H5Q) that could fit inside a Gag virus like particle (VLP). By analyzing the RFP structure on the Protein Database we decided that the best way to approximate the volume was to treat it like a cylinder since it has a beta barrel structure. The RFPs height is 40Å and the diameter is 30Å  therefore the volume is approximately 1.13*105Å3.
 +
      <div class="image-container">
 +
        <img src="igem_rfp.jpg" alt="">
 +
      </div>
 +
      <p class="figure-caption"><b>Figure 1.</b> Crystal structure of mCherry, a red fluorescent protein (PDB ID: 2H5Q).</p>
 +
      <p>&emsp;&emsp;&emsp;&emsp;Although the outer diameter of the Gag nanoparticle could be measured using the electron microscope, the inner diameter could not. It’s necessary to determine the inner diameter so that the inner nanoparticle volume can be calculated. To determine whether there is a correlation between the outer and inner diameter we used the Virus Particle Explorer database (VIPERdb) and recorded outer and inner diameter measurements for at least one virus particle per genus. Three different pH assembly buffers were used for the formation of Gag nanoparticles. Since the average Gag nanoparticle for each buffer fell between 250 and 450 angstrom we only considered particles from VIPERdb within that range, there were 61 samples in total. For those 61 nanoparticles the ratio between the outer and inner diameter is 1.60 +/- 0.26 and the average shell thickness is 60.7Å  +/- 16.9Å. Two theoretical values for the inner diameter were made, theoretical value 1 (TV1) was based on the ration of outer to inner diameter and theoretical value 2 (TV2) was based on the average shell thickness. The accuracy of these theoretical values were tested by calculating how much it differed from the measured value. Theoretical inner diameters were calculated for the 61 samples using the outer over inner diameter ratio and the average shell thickness, the theoretical inner diameters were then compared to the measured inner diameter using percent difference. The average percent difference was smaller when comparing the measured inner diameter with the theoretical inner diameter calculated from the outer over inner ratio. Using the 1.6 ratio we can calculate the inner diameter and volume for the average Gag nanoparticle. Below are the results for each </p>
 +
 +
      <table>
 +
        <tr>
 +
          <th>Assembly Buffer pH</th>
 +
          <th>Average Tagged Outer Diameter</th>
 +
          <th>Theoretical Inner Diameter</th>
 +
          <th>Theoretical Inner Volume</th>
 +
          <th>Standard deviation</th>
 +
        </tr>
 +
        <tr>
 +
          <td>acidic</td>
 +
          <td>1</td>
 +
          <td>2</td>
 +
          <td>3</td>
 +
          <td>4</td>
 +
        </tr>
 +
        <tr>
 +
          <td>neutral</td>
 +
          <td>1</td>
 +
          <td>2</td>
 +
          <td>3</td>
 +
          <td>4</td>
 +
        </tr>
 +
        <tr>
 +
          <td>basic</td>
 +
          <td>1</td>
 +
          <td>2</td>
 +
          <td>3</td>
 +
          <td>4</td>
 +
        </tr>
 +
 +
      </table>
 +
 +
      <p>&emsp;&emsp;&emsp;&emsp;In order to determine the ratio of Gag subunits to Gag-RFP fusion subunits it’s important to determine the number of subunits within the Gag VLP particle.  As seen in Figure 2, there does appear to be a slight correlation between number of sub-units and outer diameter length, however, because there is such a large range of diameter sizes for each subunit, it’s difficult to predict how many subunits are in a virus particle based on outer diameter size alone.  Of the 41 virus particles within the 30-40nm outer diameter range 56.1% are composed of 60 subunits and 36.6% are composed of 180 subunits, therefore it is reasonable to assume that either all of the subunits should be Gag-RFP fusion proteins or the Gag and Gag-RFP subunits should be present in a 1:1 ratio. </p>
 +
      <div class="image-container">
 +
        <img src="modelling_graph.jpg" alt="">
 +
      </div>
 +
      <p class="figure-caption"><b>Figure 2.</b> Regression analysis between the length of outer diameter (A) to the number of subunits. </p>
 +
 +
 +
    </div>
 +
 
 +
  </div>
 +
<style>
 +
#modeling-banner {
 +
  width: 100%;
 +
  height: 400px;
 +
  background-color: rgb(30,30,30);
 +
}
 +
#modeling-container {
 +
  width: 100%;
 +
  display: flex;
 +
  justify-content: center;
 +
}
 +
#modeling-title {
 +
  font-family: 'Oswald', sans-serif;
 +
  font-size: 50px;
 +
  letter-spacing: 2px;
 +
  width: 100%;
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
  height: 100px;
 +
}
 +
#inner-container {
 +
  width: 80%;
 +
  height: 100%;
 +
}
 +
#modeling-container p {
 +
  font-family: 'Lato',sans-serif;
 +
  font-size: 20px;
 +
  line-height: 1.5;
 +
}
 +
.image-container {
 +
  width: 100%;
 +
  text-align: center;
 +
}
 +
.figure-caption {
 +
  text-align: center;
 +
}
 +
/* TABLE STYLES */
 +
table {
 +
  width: 100%;
 +
  border-collapse: collapse;
 +
  font-family: 'Lato', sans-serif;
 +
}
 +
table, th, td {
 +
  border: 1px solid rgb(180,180,180);
 +
}
 +
td,th {
 +
  padding: 10px;
 +
}
 +
p {
 +
  text-indent: 30px;
 +
}
 +
 +
</style>
  
 
</html>
 
</html>
 
{{Hawaii/Footer}}
 
{{Hawaii/Footer}}

Revision as of 00:12, 18 October 2018

MODELLING

    The purpose of modeling was to determine the approximate number of RFP molecules (PDB ID: 2H5Q) that could fit inside a Gag virus like particle (VLP). By analyzing the RFP structure on the Protein Database we decided that the best way to approximate the volume was to treat it like a cylinder since it has a beta barrel structure. The RFPs height is 40Å and the diameter is 30Å therefore the volume is approximately 1.13*105Å3.

Figure 1. Crystal structure of mCherry, a red fluorescent protein (PDB ID: 2H5Q).

    Although the outer diameter of the Gag nanoparticle could be measured using the electron microscope, the inner diameter could not. It’s necessary to determine the inner diameter so that the inner nanoparticle volume can be calculated. To determine whether there is a correlation between the outer and inner diameter we used the Virus Particle Explorer database (VIPERdb) and recorded outer and inner diameter measurements for at least one virus particle per genus. Three different pH assembly buffers were used for the formation of Gag nanoparticles. Since the average Gag nanoparticle for each buffer fell between 250 and 450 angstrom we only considered particles from VIPERdb within that range, there were 61 samples in total. For those 61 nanoparticles the ratio between the outer and inner diameter is 1.60 +/- 0.26 and the average shell thickness is 60.7Å +/- 16.9Å. Two theoretical values for the inner diameter were made, theoretical value 1 (TV1) was based on the ration of outer to inner diameter and theoretical value 2 (TV2) was based on the average shell thickness. The accuracy of these theoretical values were tested by calculating how much it differed from the measured value. Theoretical inner diameters were calculated for the 61 samples using the outer over inner diameter ratio and the average shell thickness, the theoretical inner diameters were then compared to the measured inner diameter using percent difference. The average percent difference was smaller when comparing the measured inner diameter with the theoretical inner diameter calculated from the outer over inner ratio. Using the 1.6 ratio we can calculate the inner diameter and volume for the average Gag nanoparticle. Below are the results for each

Assembly Buffer pH Average Tagged Outer Diameter Theoretical Inner Diameter Theoretical Inner Volume Standard deviation
acidic 1 2 3 4
neutral 1 2 3 4
basic 1 2 3 4

    In order to determine the ratio of Gag subunits to Gag-RFP fusion subunits it’s important to determine the number of subunits within the Gag VLP particle. As seen in Figure 2, there does appear to be a slight correlation between number of sub-units and outer diameter length, however, because there is such a large range of diameter sizes for each subunit, it’s difficult to predict how many subunits are in a virus particle based on outer diameter size alone. Of the 41 virus particles within the 30-40nm outer diameter range 56.1% are composed of 60 subunits and 36.6% are composed of 180 subunits, therefore it is reasonable to assume that either all of the subunits should be Gag-RFP fusion proteins or the Gag and Gag-RFP subunits should be present in a 1:1 ratio.

Figure 2. Regression analysis between the length of outer diameter (A) to the number of subunits.