Team:Gothenburg/Calendar
From 2014.igem.org
(andreas bugfixing) |
|||
(38 intermediate revisions not shown) | |||
Line 10: | Line 10: | ||
} | } | ||
- | + | #content { | |
- | + | width: 960px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | } | |
- | + | #calendar>table { | |
- | + | margin: 2em; | |
- | + | border-spacing: 5px; | |
- | + | border-collapse: separate; | |
- | + | } | |
+ | |||
+ | #calendar table tr td { | ||
+ | width: 130px; | ||
+ | height: 80px; | ||
+ | } | ||
+ | |||
+ | .date { | ||
+ | background-color: #f4f4f4; | ||
+ | border: 1px solid Black; | ||
+ | cursor: pointer; | ||
+ | padding: 0; | ||
+ | } | ||
- | + | .date>h1 { | |
- | + | float: right; | |
- | + | font-size: 1em; | |
- | + | margin: 0; | |
- | + | color: #4444ee; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.date>ul { | .date>ul { | ||
margin-left: 1em; | margin-left: 1em; | ||
} | } | ||
- | + | ||
+ | .prev-month, .next-month { | ||
+ | background-color: #7d7d7d; | ||
+ | } | ||
+ | |||
#contentDialog { | #contentDialog { | ||
min-height: 100px; | min-height: 100px; | ||
Line 53: | Line 62: | ||
height: 75%; | height: 75%; | ||
padding: 16px; | padding: 16px; | ||
- | border: 16px solid # | + | border: 16px solid #ed6d22; |
background-color: white; | background-color: white; | ||
z-index:1002; | z-index:1002; | ||
Line 65: | Line 74: | ||
</style> | </style> | ||
+ | |||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
Line 74: | Line 85: | ||
<section id="calendar"> | <section id="calendar"> | ||
<table id="june"> | <table id="june"> | ||
+ | <h1>June</h1> | ||
<tr class="week"> | <tr class="week"> | ||
- | <td id="2014-05-26" class="date | + | <td id="2014-05-26" class="date prev-month"> |
<h1>26</h1> | <h1>26</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
- | <td id="2014-05-27" class="date | + | <td id="2014-05-27" class="date prev-month"> |
<h1>27</h1> | <h1>27</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | + | ||
</td> | </td> | ||
- | <td id="2014-05-28" class="date | + | <td id="2014-05-28" class="date prev-month"> |
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | + | </td> | |
- | + | ||
- | <td id="2014-05-29" class="date | + | <td id="2014-05-29" class="date prev-month"> |
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
- | <td id="2014-05-30" class="date | + | <td id="2014-05-30" class="date prev-month"> |
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
- | <td id="2014-05-31" class="date | + | <td id="2014-05-31" class="date prev-month"> |
<h1>31</h1> | <h1>31</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 132: | Line 128: | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | + | </td> | |
- | + | ||
</tr> | </tr> | ||
Line 143: | Line 136: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | + | </td> | |
- | + | ||
<td id="2014-06-03" class="date"> | <td id="2014-06-03" class="date"> | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | + | ||
</td> | </td> | ||
<td id="2014-06-04" class="date"> | <td id="2014-06-04" class="date"> | ||
<h1>4</h1> | <h1>4</h1> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</td> | </td> | ||
<td id="2014-06-05" class="date"> | <td id="2014-06-05" class="date"> | ||
<h1>5</h1> | <h1>5</h1> | ||
- | <ul class="titles"> | + | <ul class="titles"> |
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | + | </td> | |
- | + | ||
<td id="2014-06-06" class="date"> | <td id="2014-06-06" class="date"> | ||
<h1>6</h1> | <h1>6</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | </td> | |
- | + | ||
- | + | ||
- | + | ||
<td id="2014-06-07" class="date"> | <td id="2014-06-07" class="date"> | ||
<h1>7</h1> | <h1>7</h1> | ||
- | <ul class="titles" | + | <ul class="titles"> |
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 197: | Line 171: | ||
<h1>8</h1> | <h1>8</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 208: | Line 179: | ||
<h1>9</h1> | <h1>9</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | + | </td> | |
- | + | ||
<td id="2014-06-10" class="date"> | <td id="2014-06-10" class="date"> | ||
<h1>10</h1> | <h1>10</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Safety Instructions</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"><p> The team received mandatory safety training and general lab routine information. |
+ | <br> <p> A really cool video about Chalmers' chemical safety routine (recorded at our very own lab!) can be seen in http://www.chalmers.se/insidan/EN/about-chalmers/environmental-work/policies/chemical-safety-routine</span> | ||
</td> | </td> | ||
Line 226: | Line 194: | ||
<h1>11</h1> | <h1>11</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
</td> | </td> | ||
Line 235: | Line 200: | ||
<h1>12</h1> | <h1>12</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 244: | Line 206: | ||
<h1>13</h1> | <h1>13</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 253: | Line 212: | ||
<h1>14</h1> | <h1>14</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 262: | Line 218: | ||
<h1>15</h1> | <h1>15</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 273: | Line 226: | ||
<h1>16</h1> | <h1>16</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 282: | Line 232: | ||
<h1>17</h1> | <h1>17</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Introduction to centrifuges and autoclaves</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <p> As a part of the mandatory training required by the SysBio group, the team received instructions on how to operate the centrifuges | ||
+ | and autoclaves of the labs. | ||
+ | <br><p>We also worked on our risk declaration; a mandatory document containing our experiments descriptions and information about the chemicals we are going to use, their handling, storage and associated risk, as well as waste handling.</span> | ||
</td> | </td> | ||
Line 291: | Line 243: | ||
<h1>18</h1> | <h1>18</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 300: | Line 249: | ||
<h1>19</h1> | <h1>19</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 309: | Line 255: | ||
<h1>20</h1> | <h1>20</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Finished mandatory training</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <p>Our Risk Declaration was approved by the lab manager and our supervisors. We also sign a safety certificate stating that we are aware | ||
+ | of the safety instructions and with that, completed the mandatory "check-in list for new incomers" of the lab.</span> | ||
</td> | </td> | ||
Line 318: | Line 265: | ||
<h1>21</h1> | <h1>21</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 327: | Line 271: | ||
<h1>22</h1> | <h1>22</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 338: | Line 279: | ||
<h1>23</h1> | <h1>23</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Media Preparation</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <p>On the first day of laboration, we prepared LB, YPD and SC-Ura/His/Trp-Leu and YPD media. | ||
+ | |||
</td> | </td> | ||
Line 347: | Line 289: | ||
<h1>24</h1> | <h1>24</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | |||
</td> | </td> | ||
Line 356: | Line 295: | ||
<h1>25</h1> | <h1>25</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Amplification and Purification of non-synthetic parts</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <p> Succesfully PCR amplified five out of the seven parts from yeast genome via a Phusion High-Fidelity DNA Polymerase. | ||
+ | <p>The PCR program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>Gradient from 52 to 61ºC for 30s </li> | ||
+ | <li>1 min at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions | ||
+ | of the manufacture's manual but with no addition of isopropanol. <br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 365: | Line 316: | ||
<h1>26</h1> | <h1>26</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
- | <li> | + | <li>Amplification and purification of parts</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Plasmid Purification</h2> | ||
+ | <p> Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416, p2055 and a plasmid containig our Cas9 sequence | ||
+ | (pTPG1-dCas9-UPGP)via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. <br> | ||
+ | <h2>Amplification and purification of parts</h2> | ||
+ | <p>Performed a PCR amplification of the non-synthetic parts that failed on the day before and on the dCas9 sequence and the three fluorescent proteins | ||
+ | -Yellow, Cyano and Red (YFP, CFP and RFP, respectively). <br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase (see protocol here) and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>Gradient from 50 to 55ºC for 30s </li> | ||
+ | <li>30s at 60ºC </li> | ||
+ | <li>2min 15s at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions | ||
+ | of the manufacture's manual but with no addition of isopropanol. <br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 374: | Line 345: | ||
<h1>27</h1> | <h1>27</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Gel extraction</li> |
- | + | <li>PCR amplification and merging</li> | |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the fluorecent proteins amplified on the day before with a GeneJet gel extraction kit.The manufacter's | ||
+ | instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed a PCR to fuse the pDSE4, pHO and dCas9 parts together.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>Gradient from 50 to 55ºC for 30s</li> | ||
+ | <li>30s at 60ºC</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed. The bands did not seem correct, so this PCR was repeated on the next day.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 383: | Line 371: | ||
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | <li> | + | <li>Plasmid restriction</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Repeated the PCR to fuse the pDSE4, pHO and dCas9 parts together.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase (see protocol here) and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and this did not seemed to work either.<br> | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 392: | Line 399: | ||
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 403: | Line 408: | ||
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | Repeated the PCR to fuse the pDSE4, pHO and dCas9 parts together.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected.<br> | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p>Samples were loaded into a gelGreen, that showed p413, p415 and p416 approximately in the 5000bp size band, while p414 presented two bands, one around 4000bp and another at 2000bp.<br> | ||
+ | <p> this indicates that the 5000bp band corresponds to the uncut plasmid, while the 4000bp and 2000bp are probably contaminations.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
- | <td id="2014-07-01" class="date next-month" | + | <td id="2014-07-01" class="date next-month"> |
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Plasmid restriction</li> | |
- | <li> | + | <li>PCR amplification</li> |
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <h2>PCR amplification</h2> | ||
+ | <p>Amplified the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | <p> A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 421: | Line 465: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Concentration determination</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification</h2> | ||
+ | <p>Repeated the amplification of the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | <p> A diagnostic gel was performed and the sizes of the fragments matched for the pDSE4 and pHO, but not for the Cas9.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the DNA fragments previously amplified with a GeneJet gel extraction kit.The manufacter's | ||
+ | instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of all the fragments obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 8.5 ng of DNA per UL to 42ng/UL.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 430: | Line 492: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | <span class="hidden"></span> | |
- | + | ||
- | <span class="hidden"> | + | |
</td> | </td> | ||
Line 439: | Line 499: | ||
<h1>4</h1> | <h1>4</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
- | <li> | + | <li>Plasmid restriction</li> |
+ | <li>Gel extraction</li> | ||
+ | |||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid purification</h2> | ||
+ | <p>Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416 and p2055 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. Each plasmid was purified in duplicates. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed that the cleavage of plasmids p413, p415 and p416 was successful.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 448: | Line 524: | ||
<h1>5</h1> | <h1>5</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Concentration determination</li> | |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"><h2>Concentration determination</h2> |
+ | <p>The concentration of the circular and linear plasmids obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 6.55 ng of DNA per UL to 543.4ng/UL.<br> </span> | ||
</td> | </td> | ||
Line 457: | Line 533: | ||
<h1>6</h1> | <h1>6</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
<table id="july"> | <table id="july"> | ||
+ | <h1>July</h1> | ||
<tr class="week"> | <tr class="week"> | ||
- | <td id="2014-06-30" class="date | + | <td id="2014-06-30" class="date prev-month"> |
- | + | <li>PCR amplification and merging</li> | |
- | + | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | Repeated the PCR to fuse the pDSE4, pHO and dCas9 parts together.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p>Samples were loaded into a gelGreen, that showed p413, p415 and p416 approximately in the 5000bp size band, while p414 presented two bands, one around 4000bp and another at 2000bp.<br> | ||
+ | <p> this indicates that the 5000bp band corresponds to the uncut plasmid, while the 4000bp and 2000bp are probably contaminations.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
- | + | <td id="2014-07-01" class="date"> | |
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Plasmid restriction</li> | |
- | <li> | + | <li>PCR amplification</li> |
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <h2>PCR amplification</h2> | ||
+ | <p>Amplified the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | <p> A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 488: | Line 601: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Concentration determination</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification</h2> | ||
+ | <p>Repeated the amplification of the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | <p> A diagnostic gel was performed and the sizes of the fragments matched for the pDSE4 and pHO, but not for the Cas9.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the DNA fragments previously amplified with a GeneJet gel extraction kit.The manufacter's | ||
+ | instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of all the fragments obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 8.5 ng of DNA per UL to 42ng/UL.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 497: | Line 628: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | <span class="hidden"></span> | |
- | + | ||
- | <span class="hidden"> | + | |
</td> | </td> | ||
Line 506: | Line 635: | ||
<h1>4</h1> | <h1>4</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
- | <li> | + | <li>Plasmid restriction</li> |
- | + | <li>Gel extraction</li> | |
- | <span class="hidden">This | + | </ul> |
+ | <span class="hidden"> | ||
+ | <h2>Plasmid purification</h2> | ||
+ | <p>Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416 and p2055 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. Each plasmid was purified in duplicates. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed that the cleavage of plasmids p413, p415 and p416 was successful.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 515: | Line 658: | ||
<h1>5</h1> | <h1>5</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Concentration determination</li> | |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"><h2>Concentration determination</h2> |
+ | <p>The concentration of the circular and linear plasmids obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 6.55 ng of DNA per UL to 543.4ng/UL.<br> </span> | ||
</td> | </td> | ||
Line 524: | Line 667: | ||
<h1>6</h1> | <h1>6</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | |||
- | |||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 535: | Line 676: | ||
<h1>7</h1> | <h1>7</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid restriction</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p414TEF with the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed multiple size bands for the samples treated with XbaI. Consultation to the literature showed that this enzyme has not an unique restriction site for p414. <br> | ||
+ | <p>Therefore the restriction was repeated with the enzyme SpeI, that has an unique cleavage site in p414 located 6bp away from the XbaI's desirable cleavage site. The same procedure described above was used, substituting XbaI for SpeI.<br> | ||
+ | <p> The disgnostic gel performed on this second cleavage showed correct band sizes, but with too low lines. This indicates low concentration of the plasmid, therefore it was not extracted.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 544: | Line 694: | ||
<h1>8</h1> | <h1>8</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Plasmid restriction</li> | |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p414TEF with the enzymes SacI and SpeI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed again too light bands or no bands at all. <br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 553: | Line 709: | ||
<h1>9</h1> | <h1>9</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid restriction</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Repeated the cleavage the plasmids p414TEF with the enzymes SacI and SpeI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and SacI seemed to be leaving an excessive amount of uncut plasmid while SpeI apparently degrades the sample. <br> | ||
+ | </span> | ||
+ | </td></span> | ||
</td> | </td> | ||
Line 562: | Line 725: | ||
<h1>10</h1> | <h1>10</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid restriction</li> |
- | + | <li>Gel extraction</li> | |
</ul> | </ul> | ||
- | + | <span class="hidden"> | |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Repeated the cleavage the plasmids p414TEF with the enzymes SacI with SpeI or BamHI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI or BamHI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each and without phosphatase were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 20 minutes and then enzymatic inactivation was performed for 5min in a heating block at 75ºC for samples containing BamHI and at 65ºC for samples containing SpeI.<br> | ||
+ | <p> A diagnostic gelGreen was performed and SacI again seemed to be leaving an excessive amount of uncut plasmid. However, samples treated with SacI and SpeI with and without phosphatase and one of the samples treated with SacI, BamHI and phosphatase seemed to work and were extracted. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the succesfully cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 571: | Line 744: | ||
<h1>11</h1> | <h1>11</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 580: | Line 752: | ||
<h1>12</h1> | <h1>12</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 589: | Line 760: | ||
<h1>13</h1> | <h1>13</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 600: | Line 770: | ||
<h1>14</h1> | <h1>14</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 609: | Line 778: | ||
<h1>15</h1> | <h1>15</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 618: | Line 786: | ||
<h1>16</h1> | <h1>16</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 627: | Line 794: | ||
<h1>17</h1> | <h1>17</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>PCR amplification and merging</li> | |
- | + | <li>Gel extraction</li> | |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed a PCR to fuse the following fragments: <br> | ||
+ | <li>pHO and Sic1 fragments for the Cas9 construct </li> | ||
+ | <li>D-tag and YFP for the Daughter Resetter construct</li> | ||
+ | <li>pCLN1 and Sic1 for the Csy4 construct</li> | ||
+ | <li>D-tag and CFP for the Counter 2 construct </li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>50ºC for 30s</li> | ||
+ | <li>30s at 60ºC</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gelRed was performed and revealed the expected band sizes for the merging of D-tag with CFP and pHO with Sic1.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully merged fragments with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 636: | Line 824: | ||
<h1>18</h1> | <h1>18</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | + | <li>Gel extraction</li> | |
+ | <li>Dissolution of synthetic parts</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed a PCR to fuse the following fragments: <br> | ||
+ | <li>D-tag and YFP for the Daughter Resetter construct</li> | ||
+ | <li>pCLN1 and Sic1 for the Csy4 construct</li> | ||
+ | |||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>Gradient from 47 to 55ºC for 30s</li> | ||
+ | <li>30s at 60ºC</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gelRed was performed and revealed the expected band sizes for the merging of D-tag with YFP.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully merged fragments with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Dissolution of synthetic parts</h2> | ||
+ | <p>The received synthetic parts (g-blocks) were centrifuged at 3000g for 3min and then dissolved with 10UL of sterile water. The solution was transferred to 10UL of TE buffer, resulting in a final concentration of 10ng/UL.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 645: | Line 856: | ||
<h1>19</h1> | <h1>19</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 654: | Line 864: | ||
<h1>20</h1> | <h1>20</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 665: | Line 874: | ||
<h1>21</h1> | <h1>21</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 674: | Line 882: | ||
<h1>22</h1> | <h1>22</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Amplification and purification of synthetic parts</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Preparation of competent cells</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Amplification and purification of synthetic parts</h2> | ||
+ | <p>Performed a PCR amplification of the synthetic parts previously diluted. Namely | ||
+ | <li>pCYC1 m1</li> | ||
+ | <li>Csy4</li> | ||
+ | <li>Counter 1</li> | ||
+ | <li>Counter 2</li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>54ºC for 30s </li> | ||
+ | <li>30s at 60ºC </li> | ||
+ | <li>20s at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and showed the expected band sizes for all the fragments except pCYC1.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully merged parts with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Preparation of competent cells</h2> | ||
+ | <p>Following the instructions of the protocol "Frozen-EZ Yeast Transformation II" by ZymoResearch, Saccaromyces cerevisiae competent cells were prepared and stored at -80ºC.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 683: | Line 914: | ||
<h1>23</h1> | <h1>23</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Amplification and purification of synthetic parts</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Yeast transformation</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Amplification and purification of synthetic parts</h2> | ||
+ | <p>Repeated the PCR amplification of the synthetic part pCYC1 m1.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>54ºC for 30s </li> | ||
+ | <li>30s at 60ºC </li> | ||
+ | <li>20s at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and showed the expected band sizes.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully merged part with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413 (Histidine marker)</li> | ||
+ | <li>Csy4 construct: Sic1, pCLN1 and Csy4 fragments into p415 plasmid (Leucine marker)</li> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 692: | Line 946: | ||
<h1>24</h1> | <h1>24</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Plasmid restriction</li> | |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF and p416TEF with the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed fragments with the correct sizes. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 701: | Line 964: | ||
<h1>25</h1> | <h1>25</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Dissolution of synthetic parts</li> |
- | <li> | + | <li>Amplification of synthetic parts</li> |
+ | <li>PCR purification</li> | ||
+ | <li>Concentration determination</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Dissolution of synthetic parts</h2> | ||
+ | <p>The received synthetic part pCYC1 m2 was centrifuged at 3000g for 3min and then dissolved with 10UL of sterile water. The solution was transferred to 10UL of TE buffer, resulting in a final concentration of 10ng/UL.<br> | ||
+ | <h2>Amplification of synthetic parts</h2> | ||
+ | <p>Performed PCR amplification of the synthetic part pCYC1 m2.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>54ºC for 30s </li> | ||
+ | <li>30s at 60ºC </li> | ||
+ | <li>20s at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and showed the expected band sizes.<br> | ||
+ | <h2>PCR purification</h2> | ||
+ | <p>The purification of the succesfully amplified part was done using a PCR Purification Kit from GenJet following the instructions | ||
+ | of the manufacture's manual but with no addition of isopropanol and elution was done with 30UL of sterile water. <br> | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of the pCYC1 m2 samples obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 15.1 ng of DNA per UL to 34.2ng/UL.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 710: | Line 997: | ||
<h1>26</h1> | <h1>26</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 719: | Line 1,005: | ||
<h1>27</h1> | <h1>27</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 730: | Line 1,015: | ||
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Yeast Transformation</li> |
- | <li> | + | <li></li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413 (Histidine marker)</li> | ||
+ | <li>Daughter Resetter construct: D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid</li> | ||
+ | <li>Counter 2 construct: D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid</li> | ||
+ | </span> | ||
</td> | </td> | ||
Line 739: | Line 1,031: | ||
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | </ul> | |
- | + | <span class="hidden">/span> | |
- | + | ||
- | <span class="hidden"> | + | |
</td> | </td> | ||
Line 748: | Line 1,038: | ||
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Observation of the previously transformed cells</li> |
- | <li> | + | <li>Plasmid restriction</li> |
+ | <li>Preparation of Competent cells</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Observation of the previously transformed cells</h2> | ||
+ | <p>One of the plates with cells transformed on the 28th showed growth, but with contamination by filamentous fungi, while the other presented no growth at all.<br> | ||
+ | <p>A single yeast colony from the contaminated plate was replated on a YPD-agar plate. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF and p416TEF with the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed fragments with the correct sizes. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Preparation of Competent cells</h2> | ||
+ | <p> Competent E.coli cells were prepared according to the protocol described by Hanahan(1983) and stored at -80ºC. | ||
+ | </span> | ||
</td> | </td> | ||
Line 757: | Line 1,062: | ||
<h1>31</h1> | <h1>31</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Inoculation of cells</li> |
- | + | </ul> | |
- | + | <span class="hidden"> | |
- | <span class="hidden"> | + | <h2>Inoculation of cells</h2> |
+ | <p>The single colony replated on the day before was inoculated in 4mL YPD medium as an overnight culture for transformation. | ||
+ | </span> | ||
</td> | </td> | ||
Line 766: | Line 1,073: | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Yeast transformation</li> |
- | <li> | + | <li>Inoculation of cells</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413</li> | ||
+ | <li>Daughter Resetter construct: D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid</li> | ||
+ | <li>Counter 2 construct: D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid</li> | ||
+ | |||
+ | <h2>Inoculation of cells</h2> | ||
+ | <p>Cells transformed on the 28th that showed growth after 3 days were plated on new adequate selective media. | ||
+ | </span> | ||
</td> | </td> | ||
Line 775: | Line 1,092: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 784: | Line 1,100: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 793: | Line 1,108: | ||
<table id="august"> | <table id="august"> | ||
+ | <h1>Augusti</h1> | ||
<tr class="week"> | <tr class="week"> | ||
- | <td id="2014-07-28" class="date | + | <td id="2014-07-28" class="date prev-month"> |
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Yeast Transformation</li> |
- | <li> | + | <li></li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413 (Histidine marker)</li> | ||
+ | <li>Daughter Resetter construct: D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid</li> | ||
+ | <li>Counter 2 construct: D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid</li> | ||
+ | </span> | ||
</td> | </td> | ||
- | <td id="2014-07-29" class="date | + | <td id="2014-07-29" class="date prev-month"> |
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
- | <td id="2014-07-30" class="date | + | <td id="2014-07-30" class="date prev-month"> |
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Observation of the previously transformed cells</li> |
- | <li> | + | <li>Plasmid restriction</li> |
+ | <li>Preparation of Competent cells</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Observation of the previously transformed cells</h2> | ||
+ | <p>One of the plates with cells transformed on the 28th showed growth, but with contamination by filamentous fungi, while the other presented no growth at all.<br> | ||
+ | <p>A single yeast colony from the contaminated plate was replated on a YPD-agar plate. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF and p416TEF with the enzymes SacI and XbaI. <br> | ||
+ | <p>Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and showed fragments with the correct sizes. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Preparation of Competent cells</h2> | ||
+ | <p> Competent E.coli cells were prepared according to the protocol described by Hanahan(1983) and stored at -80ºC. | ||
+ | </span> | ||
</td> | </td> | ||
- | <td id="2014-07-31" class="date | + | <td id="2014-07-31" class="date prev-month"> |
<h1>31</h1> | <h1>31</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Inoculation of cells</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Inoculation of cells</h2> | ||
+ | <p>The single colony replated on the day before was inoculated in 4mL YPD medium as an overnight culture for transformation. | ||
+ | </span> | ||
</td> | </td> | ||
Line 833: | Line 1,173: | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Yeast transformation</li> | |
- | <li> | + | <li>Inoculation of cells</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413</li> | ||
+ | <li>Daughter Resetter construct: D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid</li> | ||
+ | <li>Counter 2 construct: D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid</li> | ||
+ | |||
+ | <h2>Inoculation of cells</h2> | ||
+ | <p>Cells transformed on the 28th that showed growth after 3 days were plated on new adequate selective media. | ||
+ | </span> | ||
</td> | </td> | ||
Line 842: | Line 1,192: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 851: | Line 1,200: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 862: | Line 1,210: | ||
<h1>4</h1> | <h1>4</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Plasmid restriction</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed PCR to fuse the following fragments:<br> | ||
+ | <li>D-tag and CFP </li> | ||
+ | <li>pHO and Sic1 </li> | ||
+ | <li>pDSE4 and YFP-D-tag(previously merged) </li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>30s at 98ºC</li> | ||
+ | <li>Gradient from 43 to 53ºC for 30s</li> | ||
+ | <li>1min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> A diagnostic gelGreen was performed and the sizes of all the resulting fragments match the expected.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully merged parts with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>While reviewing primer design documents, the team realized we were using the wrong enzyme to cleave the plasmids: it should be SacI with XhoI instead of XbaI. Therefore, our plasmids did not have the correct overlap with the constructs.<br> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p>A diagnostic gelGreen was performed and the cleavage showed to be unsuccessful. | ||
+ | </span> | ||
</td> | </td> | ||
Line 871: | Line 1,245: | ||
<h1>5</h1> | <h1>5</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid restriction</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Concentration determination</li> | ||
+ | <li>PCR amplification and merging</li> | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Repeated the cleavage of the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p>A diagnostic gelGreen was performed and the expected band sizes were observed. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully cleaved plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>Used a NanoDrop spectrometer to determinate the concentration of the previously extracted plasmids. The concentrations ranged from 5.95 to 7.75ng/UL.<br> | ||
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed PCR to fuse the following fragments:<br> | ||
+ | <li>D-tag-CFP (previously merged) with pCYC1 </li> | ||
+ | <li>pHO and Sic1 (previously merged)with Cas9 </li> | ||
+ | <li>pDSE4-YFP-D-tag(previously merged) and Counter 1 (synthetic part)</li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>30s at 98ºC</li> | ||
+ | <li>Gradient from 43 to 60ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> A diagnostic gelGreen was performed and the sizes of all the resulting fragments did not match the expected.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 880: | Line 1,283: | ||
<h1>6</h1> | <h1>6</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | <li> | + | <li>Gibson Assembly</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Repeated the PCR to fuse the following fragments:<br> | ||
+ | <li>D-tag-CFP (previously merged) with pCYC1 </li> | ||
+ | <li>pHO and Sic1 (previously merged)with Cas9 </li> | ||
+ | <li>pDSE4-YFP-D-tag(previously merged) and Counter 1 (synthetic part)</li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>Gradient from 45 to 62ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> A diagnostic gelGreen was performed and the sizes of all the resulting fragments were smaller than expected and the bands were difuse.<br> | ||
+ | |||
+ | <h2>Gibson Assembly</h2> | ||
+ | <p> Attempted to transform the Daughter Resetter construct (pDSE4,YFP,D-tag and Counter 1) into E. coli following the Gibson Assembly protocol from New England Biolab. | ||
+ | <p> The cells were inoculated in LB-Amp medium and let to grow overnight. | ||
+ | </span> | ||
</td> | </td> | ||
Line 889: | Line 1,312: | ||
<h1>7</h1> | <h1>7</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Gibson Assembly</li> | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Plasmid Purification</h2> | ||
+ | <p> Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416, p2055 and a plasmid containig our Cas9 sequence | ||
+ | (pTPG1-dCas9-UPGP)via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. <br> | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC.<br> | ||
+ | <p>A diagnostic gelGreen was performed and the expected band sizes were observed. <br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully cleaved plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Gibson Assembly</h2> | ||
+ | <p>Continued with the Gibson Assembly protocol (New England Biolab) and used p414 in the cells with the assembly poducts. A positive control with cells and the circular plasmid was also prepared.<br> | ||
+ | <p>All the inoculated cultures were placed at 37ºC. | ||
+ | </span> | ||
</td> | </td> | ||
Line 898: | Line 1,338: | ||
<h1>8</h1> | <h1>8</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Observed results from the Gibson Assembly</li> |
- | <li> | + | <li>Yeast Transformation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Observed results from the Gibson Assembly</h2> | ||
+ | <p>The positive control showed several monoclonal colonies.<br> | ||
+ | <p>However, the plate with the actual construct showed only one colony which is unlikely to contain the construct.<br> | ||
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Frozen-EZ Yeast Transformation II".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413</li> | ||
+ | <li>Daughter Resetter construct: D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid</li> | ||
+ | <li>Counter 2 construct: D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid</li> | ||
+ | </span> | ||
</td> | </td> | ||
Line 907: | Line 1,357: | ||
<h1>9</h1> | <h1>9</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 916: | Line 1,365: | ||
<h1>10</h1> | <h1>10</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden">!</span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 927: | Line 1,375: | ||
<h1>11</h1> | <h1>11</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification and merging</li> |
- | <li> | + | <li>E. coli transformation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed PCR to fuse the following fragments:<br> | ||
+ | <li>D-tag and CFP </li> | ||
+ | <li>pHO and Sic1 </li> | ||
+ | <li>pDSE4 and D-tag and YFP</li> | ||
+ | <li>dCas9</li> | ||
+ | <li>YFP and Counter 1</li> | ||
+ | <li>D-tag and pCYC1</li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>30s at 98ºC</li> | ||
+ | <li>53ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> The samples were stored under refrigeration and analysed on the next day.<br> | ||
+ | |||
+ | <h2>E. coli transformation</h2> | ||
+ | <p>Added 10UL of the registry Cas9 plasmid (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared.<br> | ||
+ | <p>The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min.<br> | ||
+ | <p>250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking.<br> | ||
+ | <p>After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 936: | Line 1,410: | ||
<h1>12</h1> | <h1>12</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Diagnostic gel and gel extraction</li> |
- | <li> | + | <li>E. coli transformation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Diagnostic gel and gel extraction</h2> | ||
+ | <p>A gelRed was run to evaluate the PCR products from the day before. The fragments of dCas9, YFP-Counter 1, D-tag-pCYC1 and D-tag-CFP presented the expected band sizes.<br> | ||
+ | <p>The successfully merged and amplified were extracted fragments with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>E. coli transformation</h2> | ||
+ | <p>The succesfully transformed colonies from the day before were replated on new LB medium. <br> | ||
+ | <p>The transormation procedure was repeated for dCas9 and p413TEF.<br> | ||
+ | <p>Added 10UL of the registry Cas9 and p413TEF plasmids (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared.<br> | ||
+ | <p>The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min.<br> | ||
+ | <p>250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking.<br> | ||
+ | <p>After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 945: | Line 1,431: | ||
<h1>13</h1> | <h1>13</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Concentration determination</li> |
- | <li> | + | <li>Yeast Electroporation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of the fragments obtained on the day before was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 15.3 ng of DNA per UL to 101.6ng/UL.<br> | ||
+ | <h2>Yeast Electroporation</h2> | ||
+ | <p>Prepared an overnight culture according to the "Yeast electroporation" protocol. | ||
+ | </span> | ||
</td> | </td> | ||
Line 954: | Line 1,445: | ||
<h1>14</h1> | <h1>14</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Yeast electroporation</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Electroporation</h2> | ||
+ | <p>Following the "Yeast Electroporation" protocol, Saccaromyces cerevisiae were transformed with the Daughter Resetter construct (D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid), | ||
+ | the Cas9 construct (pHO, Sic1 and Cas9 fragments into the plasmid p413) and the Counter 2 construct (D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid).<br> | ||
+ | <p>Cells were plated in the adequate restrictive media.<br> | ||
+ | |||
+ | |||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 963: | Line 1,462: | ||
<h1>15</h1> | <h1>15</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
- | <li> | + | <li>PCR amplification and merging</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Plasmid Purification</h2> | ||
+ | <p> Performed plasmid purification on the overnight culture of E. coli cells containing the registry Cas9 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. <br> | ||
+ | <h2>PCR amplification and merging</h2> | ||
+ | <p>Performed PCR to fuse and amplify the following fragments:<br> | ||
+ | <li>Registry Cas9 plasmid </li> | ||
+ | <li>p413TEF YFP </li> | ||
+ | <li>Registry Cas9</li> | ||
+ | <li>pDSE4</li> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>58ºC for 30s</li> | ||
+ | <li>2min 30s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 40 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p> The samples were stored under refrigeration and analysed on August 18th.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 972: | Line 1,491: | ||
<h1>16</h1> | <h1>16</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 981: | Line 1,499: | ||
<h1>17</h1> | <h1>17</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 992: | Line 1,509: | ||
<h1>18</h1> | <h1>18</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Diagnostic gel</li> |
- | <li> | + | <li>PCR purification</li> |
+ | <li>Plasmid restriction</li> | ||
+ | <li>Gel extraction</li> | ||
</ul> | </ul> | ||
- | <span class="hidden">This | + | <span class="hidden"> |
+ | <h2>Diagnostic gel</h2> | ||
+ | <p>A gelGreen was run to evaluate the PCR products from the 15th. The fragments showed the expected band sizes.<br> | ||
+ | <h2>PCR purification</h2> | ||
+ | <p>The purification of the successfully amplified part was done using a PCR Purification Kit from GenJet following the instructions | ||
+ | of the manufacture's manual but with no addition of isopropanol and elution was done with 30UL of sterile water. <br> | ||
+ | <h2>Plasmid restriction</h2> | ||
+ | <p>Cleaved the plasmids p413TEF, p414TEF, p416TEF and the registry cas9 plasmid by using the enzymes SpeI and XbaI (for the resgistry plasmid) and SacI and XhoI (for the others). <br> | ||
+ | <p>Approximately 500ng of each plasmid was mixed with o.5UL of each enzyme, 2UL of FastDigest buffer, 1UL of FastAP | ||
+ | (alkaline phosphatase) and up to 20 UL of deionized sterile water.<br> | ||
+ | <p>This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC.<br> | ||
+ | <p> A diagnostic gelGreen was performed and the sizes of all the resulting fragments match the expected except p415TEF.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,001: | Line 1,535: | ||
<h1>19</h1> | <h1>19</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Gibson Assembly</li> |
- | <li> | + | <li>Yeast transformation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Gibson Assembly</h2> | ||
+ | <p> Attempted to transform the following constructs into E. coli following the Gibson Assembly protocol from New England Biolab: | ||
+ | <li>Daughter Resetter construct (pDSE4,YFP,D-tag and Counter 1 synthetic part) </li> | ||
+ | <li>Cas9 construct (pHO, Sic1 and dCas9)</li> | ||
+ | <li>Counter 2 construct (D-tag, CFP, pCYC1 and Counter 2 synthetic part)</li> | ||
+ | <p> The cells were inoculated in LB-Amp medium and let to grow overnight.<br> | ||
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413</li> | ||
+ | <li>Csy4 construct: Sic1, pCLN1 and Csy4 fragments into p415 plasmid</li> | ||
+ | <p> The cells were inoculated in LB-Amp medium and let to grow overnight at 30ºC.<br> | ||
+ | <h2>E. coli transformation</h2> | ||
+ | <p>Added 10UL of the registry Cas9 plasmid (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared.<br> | ||
+ | <p>The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min.<br> | ||
+ | <p>250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking.<br> | ||
+ | <p>After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,010: | Line 1,563: | ||
<h1>20</h1> | <h1>20</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Colony PCR</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Colony PCR</h2> | ||
+ | <p>Ran colony PCR on the colonies obtained so far (from different transformation attempts and both in E.coli and yeast). A single colony from each plate was suspended in 100mL LiAc, 1% SD solution and incubated at 70ºC for 5min. | ||
+ | Then 300mL of 96% ethanol were added and the solution was centrifuged at 15000g for 3min.<br> | ||
+ | <p>The pellet obtained was washed with 70% ethanol and dissolved in 100mL of water and then centrifuged at 15000g for 15s. 1mL of the obtained supernatant was used for the PCR.<br>> | ||
+ | <p>The PCR program used was: <br> | ||
+ | <ol> | ||
+ | <li>10 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>Gradient from 50 to 59ºC for 30s </li> | ||
+ | <li>2 min at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and correct band sizes were observed for counter 1 and counter 2 transformations done in 18/8.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,019: | Line 1,588: | ||
<h1>21</h1> | <h1>21</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,028: | Line 1,596: | ||
<h1>22</h1> | <h1>22</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Plasmid Purification</li> |
<li>Title two</li> | <li>Title two</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Plasmid Purification</h2> | ||
+ | <p> Performed plasmid purification on E. coli cells containing the plasmid containing the Cas9 part improvement (from 19/8) via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by | ||
+ | water on the last step. <br> | ||
+ | instructions were followed, except the elution buffer was substituted by water on the last step. | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of the obtained plasmids was measured via a NanoDrop. The samples were measured in four replicates. The results ranged from 35.4 ng of DNA per UL to 289ng/UL.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,037: | Line 1,613: | ||
<h1>23</h1> | <h1>23</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Fluorescence microscopy</li> |
- | + | <li>PCR amplification</li> | |
+ | <li>Gel extraction</li> | ||
+ | |||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Fluorescence microscopy</h2> | ||
+ | <p> Checked cells transformed with the Daughter Resetter construct under a fluorescent microscope and fluorescent yellow cells were observed, as well as dead cells under the green and yellow filter.<br> | ||
+ | <h2>PCR amplification</h2> | ||
+ | <p><p>Performed a PCR to amplify Csy4 cconstruct, dCas9, pHO, Sic1 and pCLN1.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>Gradient from 50 to 55ºC for 30s</li> | ||
+ | <li>30s at 60ºC</li> | ||
+ | <li>2min 15s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>10 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed. The bands match the expected size for all samples except one of the replicates of dCas9.<br> | ||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully amplified constructs with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,046: | Line 1,643: | ||
<h1>24</h1> | <h1>24</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>PCR amplification</li> |
- | <li> | + | <li>Concentration determination</li> |
+ | <li>Yeast plasmid extraction</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>PCR amplification</h2> | ||
+ | <p>Performed a PCR to amplify the D-tag of the intended part submission.<br> | ||
+ | <p>The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was: <br> | ||
+ | <ol> | ||
+ | <li>3 min at 98ºC </li> | ||
+ | <li>10s at 98ºC</li> | ||
+ | <li>Gradient from 50 to 60ºC for 10s</li> | ||
+ | <li>7s at 72ºC</li> | ||
+ | <li>Go to step 2 (repeat 39 times)</li> | ||
+ | <li>5 min at 72ºC.</li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions | ||
+ | of the manufacture's manual but with no addition of isopropanol. <br> | ||
+ | |||
+ | <h2>Yeast plasmid extraction<h2> | ||
+ | <p>Extracted plasmids from yeast cells transformed with the Daughter Resetter and Counter 2 constructs via a Zymoprep Yeast plasmid Miniprep II, following the instructions on the kit. <br> | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of the D-tag and plasmid samples was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 17.1 ng of DNA per UL to 54.6ng/UL.<br> | ||
+ | </span> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,057: | Line 1,674: | ||
<h1>25</h1> | <h1>25</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Restriction digestion</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Restriction digestion</h2> | ||
+ | <p>Using a FastDigest kit with enzymes XbaI and SpeI, attempted to cleave p413, p415, D-tag and D-tag-CFP and linearized psB1C3 backbone. <br> | ||
+ | <p> A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes.<br> | ||
+ | |||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,066: | Line 1,689: | ||
<h1>26</h1> | <h1>26</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | <li>Restriction digestion</li> | |
- | <li> | + | <li>Gel extraction</li> |
+ | <li>Concentration determination</li> | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Restriction digestion</h2> | ||
+ | <p>Repeated the cleavage of p413, p415, D-tag and D-tag-CFP and linearized psB1C3 backbone, using a FastDigest kit with enzymes EcoRI and PstI.<br> <p> A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes.<br> | ||
+ | <p> A diagnostic gelGreen was performed and the obtained fragments match the expected sizes.<br> | ||
+ | |||
+ | <h2>Gel extraction</h2> | ||
+ | <p>Extracted the successfully restricted constructs with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. | ||
+ | <h2>Concentration determination</h2> | ||
+ | <p>The concentration of the restricted constructs was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 1.9 ng of DNA per UL to 39.15ng/UL.<br> | ||
+ | |||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,075: | Line 1,710: | ||
<h1>27</h1> | <h1>27</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Yeast Transformation</li> |
- | <li> | + | <li>E. coli transformation</li> |
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Yeast Transformation</h2> | ||
+ | <p> Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation".<br> | ||
+ | <p> Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: | ||
+ | <li>Cas9 construct: pHO, Sic1 and Cas9 fragments into the plasmid p413 (Histidine marker)</li> | ||
+ | <li>Csy4 construct: Sic1, pCLN1 and Csy4 fragments into p415 plasmid (Leucine marker)</li> | ||
+ | |||
+ | <h2>E. coli transformation</h2> | ||
+ | <p>Added 3UL of the linearize biobrick backbone and 0.5UL of D-tag to competent E.coli cells. A control with only the linearized backbone was also prepared.<br> | ||
+ | <p>The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min.<br> | ||
+ | <p>250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking.<br> | ||
+ | <p>After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,084: | Line 1,732: | ||
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Inoculation of plates</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Inoculation of plates</h2> | ||
+ | <p>Replated transformed yeast cells that showed growth (constructs Csy4 and dCas9 from August 8th and 14th, respectively), as well as E.coli cells transformed with the D-tag part submission.<br> | ||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,093: | Line 1,745: | ||
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Colony PCR</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Colony PCR</h2> | ||
+ | <p>Ran colony PCR on the replated plates from the day before. A single colony from each plate was suspended in 100mL LiAc, 1% SD solution and incubated at 70ºC for 5min. | ||
+ | Then 300mL of 96% ethanol were added and the solution was centrifuged at 15000g for 3min.<br> | ||
+ | <p>The pellet obtained was washed with 70% ethanol and dissolved in 100mL of water and then centrifuged at 15000g for 15s. 1mL of the obtained supernatant was used for the PCR.<br>> | ||
+ | <p>The PCR program used was: <br> | ||
+ | <ol> | ||
+ | <li>10 min at 98ºC </li> | ||
+ | <li>10s at 98ºC </li> | ||
+ | <li>Gradient from 50 to 59ºC for 30s </li> | ||
+ | <li>2 min at 72ºC </li> | ||
+ | <li>Go to step 2 (repeat 39 times) </li> | ||
+ | <li>10 min at 72ºC. </li> | ||
+ | </ol> | ||
+ | <p>A diagnostic gel was performed and correct band sizes were not observed for Csy4 and dCas9. Degradadion and difused bands were observed for the D-tag.<br> | ||
+ | |||
+ | |||
+ | </span> | ||
</td> | </td> | ||
Line 1,102: | Line 1,771: | ||
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,111: | Line 1,779: | ||
<h1>31</h1> | <h1>31</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,120: | Line 1,787: | ||
<table id="september"> | <table id="september"> | ||
+ | <h1>September</h1> | ||
<tr class="week"> | <tr class="week"> | ||
<td id="2014-09-01" class="date"> | <td id="2014-09-01" class="date"> | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | <li> | + | <li>Restriction digestion</li> |
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"> |
+ | <h2>Restriction digestion</h2> | ||
+ | <p>Restriction of possible fully constructed Csy4 construct from the 22nd of August using a FastDigest kit with enzymes XhoI and SpeI.<br> <p> A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes.<br> | ||
+ | <p> A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes.<br> | ||
+ | </span> | ||
</td> | </td> | ||
Line 1,133: | Line 1,805: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,142: | Line 1,813: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,151: | Line 1,821: | ||
<h1>4</h1> | <h1>4</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,160: | Line 1,829: | ||
<h1>5</h1> | <h1>5</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,169: | Line 1,837: | ||
<h1>6</h1> | <h1>6</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,178: | Line 1,846: | ||
<h1>7</h1> | <h1>7</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,189: | Line 1,856: | ||
<h1>8</h1> | <h1>8</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,198: | Line 1,864: | ||
<h1>9</h1> | <h1>9</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,207: | Line 1,872: | ||
<h1>10</h1> | <h1>10</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,216: | Line 1,880: | ||
<h1>11</h1> | <h1>11</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,225: | Line 1,888: | ||
<h1>12</h1> | <h1>12</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,234: | Line 1,896: | ||
<h1>13</h1> | <h1>13</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,243: | Line 1,904: | ||
<h1>14</h1> | <h1>14</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,254: | Line 1,915: | ||
<h1>15</h1> | <h1>15</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,263: | Line 1,923: | ||
<h1>16</h1> | <h1>16</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,272: | Line 1,931: | ||
<h1>17</h1> | <h1>17</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,281: | Line 1,939: | ||
<h1>18</h1> | <h1>18</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,290: | Line 1,947: | ||
<h1>19</h1> | <h1>19</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,299: | Line 1,955: | ||
<h1>20</h1> | <h1>20</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,308: | Line 1,963: | ||
<h1>21</h1> | <h1>21</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,319: | Line 1,973: | ||
<h1>22</h1> | <h1>22</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,328: | Line 1,981: | ||
<h1>23</h1> | <h1>23</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,337: | Line 1,989: | ||
<h1>24</h1> | <h1>24</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,346: | Line 1,997: | ||
<h1>25</h1> | <h1>25</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,355: | Line 2,005: | ||
<h1>26</h1> | <h1>26</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,364: | Line 2,013: | ||
<h1>27</h1> | <h1>27</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,373: | Line 2,021: | ||
<h1>28</h1> | <h1>28</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,384: | Line 2,031: | ||
<h1>29</h1> | <h1>29</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,393: | Line 2,039: | ||
<h1>30</h1> | <h1>30</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,402: | Line 2,047: | ||
<h1>1</h1> | <h1>1</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,411: | Line 2,055: | ||
<h1>2</h1> | <h1>2</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | <span class="hidden"></span> | |
- | + | ||
- | <span class="hidden"> | + | |
</td> | </td> | ||
Line 1,420: | Line 2,062: | ||
<h1>3</h1> | <h1>3</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,429: | Line 2,070: | ||
<h1>4</h1> | <h1>4</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
Line 1,438: | Line 2,078: | ||
<h1>5</h1> | <h1>5</h1> | ||
<ul class="titles"> | <ul class="titles"> | ||
- | + | ||
- | + | ||
</ul> | </ul> | ||
- | <span class="hidden"> | + | <span class="hidden"></span> |
</td> | </td> | ||
</tr> | </tr> | ||
Line 1,447: | Line 2,086: | ||
</section> | </section> | ||
+ | <script type="text/javascript"> | ||
+ | var box = jQuery( "#contentDialog" ); | ||
+ | |||
+ | /*hide popup*/ | ||
+ | jQuery(document).click(function(event) { | ||
+ | |||
+ | if (!jQuery(event.target).closest('.date').length) { //should have more cases | ||
+ | box.fadeOut(); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | /*jQuery( ".date" ).click(function() { | ||
+ | |||
+ | showContentOf(this.id); | ||
+ | |||
+ | });*/ | ||
+ | |||
+ | $( ".date" ).click(function(event) { | ||
+ | var currMonth = $(event.target).parentsUntil("#calendar").last().attr('id'); | ||
+ | var _currDate = $(event.target).parentsUntil(".week"); | ||
+ | |||
+ | /*sets currDate to the object of the current date, even if a children is clicked*/ | ||
+ | if(_currDate.length){ | ||
+ | var currDate = $(event.target).parents().eq(_currDate.length - 1); | ||
+ | } else { | ||
+ | var currDate = $(event.target); | ||
+ | } | ||
+ | |||
+ | if ( currDate.hasClass( "prev-month" ) ) { | ||
+ | goToMonth(currMonth, 'prev'); | ||
+ | } else if ( currDate.hasClass( "next-month" ) ) { | ||
+ | goToMonth(currMonth, 'next'); | ||
+ | } else { | ||
+ | showContentOf(this.id); | ||
+ | } | ||
+ | |||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | function showContentOf(dateId) { /*pass parameter with quotes like '2014-06-28'*/ | ||
+ | |||
+ | var selectedContent = jQuery( "#" + dateId + ">span").html(); | ||
+ | |||
+ | box.html( selectedContent ); | ||
+ | box.attr('title', dateId); | ||
+ | box.fadeIn(); | ||
+ | |||
+ | } | ||
+ | |||
+ | function goToMonth(currMonth, targetMonth) { | ||
+ | if (targetMonth == 'prev') { | ||
+ | |||
+ | if (currMonth == 'july') { | ||
+ | location.href = "#june"; | ||
+ | } else if (currMonth == 'august') { | ||
+ | location.href = "#july"; | ||
+ | } else if (currMonth == 'september') { | ||
+ | location.href = "#august"; | ||
+ | } | ||
+ | |||
+ | } else { | ||
+ | |||
+ | if (currMonth == 'june') { | ||
+ | location.href = "#july"; | ||
+ | } else if (currMonth == 'july') { | ||
+ | location.href = "#august"; | ||
+ | } else if (currMonth == 'august') { | ||
+ | location.href = "#september"; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | } | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:01, 14 October 2014
26 |
27 |
28 |
29 |
30 |
31 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10
The team received mandatory safety training and general lab routine information.
A really cool video about Chalmers' chemical safety routine (recorded at our very own lab!) can be seen in http://www.chalmers.se/insidan/EN/about-chalmers/environmental-work/policies/chemical-safety-routine |
11 |
12 |
13 |
14 |
15 |
16 |
17
As a part of the mandatory training required by the SysBio group, the team received instructions on how to operate the centrifuges
and autoclaves of the labs.
We also worked on our risk declaration; a mandatory document containing our experiments descriptions and information about the chemicals we are going to use, their handling, storage and associated risk, as well as waste handling. |
18 |
19 |
20
Our Risk Declaration was approved by the lab manager and our supervisors. We also sign a safety certificate stating that we are aware of the safety instructions and with that, completed the mandatory "check-in list for new incomers" of the lab. |
21 |
22 |
23
On the first day of laboration, we prepared LB, YPD and SC-Ura/His/Trp-Leu and YPD media. |
24 |
25
Succesfully PCR amplified five out of the seven parts from yeast genome via a Phusion High-Fidelity DNA Polymerase. The PCR program used was:
A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions
of the manufacture's manual but with no addition of isopropanol. |
26
Plasmid Purification Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416, p2055 and a plasmid containig our Cas9 sequence
(pTPG1-dCas9-UPGP)via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by
water on the last step. Amplification and purification of partsPerformed a PCR amplification of the non-synthetic parts that failed on the day before and on the dCas9 sequence and the three fluorescent proteins
-Yellow, Cyano and Red (YFP, CFP and RFP, respectively). The PCR was done using the Phusion High-Fidelity DNA Polymerase (see protocol here) and the program used was:
A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions
of the manufacture's manual but with no addition of isopropanol. |
27
Gel extractionExtracted the fluorecent proteins amplified on the day before with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. PCR amplification and mergingPerformed a PCR to fuse the pDSE4, pHO and dCas9 parts together. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed. The bands did not seem correct, so this PCR was repeated on the next day. |
28
PCR amplification and mergingRepeated the PCR to fuse the pDSE4, pHO and dCas9 parts together. The PCR was done using the Phusion High-Fidelity DNA Polymerase (see protocol here) and the program used was:
A diagnostic gel was performed and this did not seemed to work either. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. |
29 |
30
PCR amplification and mergingRepeated the PCR to fuse the pDSE4, pHO and dCas9 parts together.The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. Samples were loaded into a gelGreen, that showed p413, p415 and p416 approximately in the 5000bp size band, while p414 presented two bands, one around 4000bp and another at 2000bp. this indicates that the 5000bp band corresponds to the uncut plasmid, while the 4000bp and 2000bp are probably contaminations. |
1
Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. PCR amplificationAmplified the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. |
2
PCR amplificationRepeated the amplification of the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and the sizes of the fragments matched for the pDSE4 and pHO, but not for the Cas9. Gel extractionExtracted the DNA fragments previously amplified with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Concentration determinationThe concentration of all the fragments obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 8.5 ng of DNA per UL to 42ng/UL. |
3 |
4
Plasmid purificationPerformed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416 and p2055 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Each plasmid was purified in duplicates. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and showed that the cleavage of plasmids p413, p415 and p416 was successful. Gel extractionExtracted the cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
5
Concentration determinationThe concentration of the circular and linear plasmids obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 6.55 ng of DNA per UL to 543.4ng/UL. |
6 |
PCR amplification and mergingRepeated the PCR to fuse the pDSE4, pHO and dCas9 parts together.The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. Samples were loaded into a gelGreen, that showed p413, p415 and p416 approximately in the 5000bp size band, while p414 presented two bands, one around 4000bp and another at 2000bp. this indicates that the 5000bp band corresponds to the uncut plasmid, while the 4000bp and 2000bp are probably contaminations. |
1
Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. PCR amplificationAmplified the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed, however the sizes of the resulting fragments did not match the expected. |
2
PCR amplificationRepeated the amplification of the parts pDSE4, cas9 and pHO. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and the sizes of the fragments matched for the pDSE4 and pHO, but not for the Cas9. Gel extractionExtracted the DNA fragments previously amplified with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Concentration determinationThe concentration of all the fragments obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 8.5 ng of DNA per UL to 42ng/UL. |
3 |
4
Plasmid purificationPerformed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416 and p2055 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Each plasmid was purified in duplicates. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XbaI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and showed that the cleavage of plasmids p413, p415 and p416 was successful. Gel extractionExtracted the cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
5
Concentration determinationThe concentration of the circular and linear plasmids obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 6.55 ng of DNA per UL to 543.4ng/UL. |
6 |
7
Plasmid restrictionCleaved the plasmids p414TEF with the enzymes SacI and XbaI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and showed multiple size bands for the samples treated with XbaI. Consultation to the literature showed that this enzyme has not an unique restriction site for p414. Therefore the restriction was repeated with the enzyme SpeI, that has an unique cleavage site in p414 located 6bp away from the XbaI's desirable cleavage site. The same procedure described above was used, substituting XbaI for SpeI. The disgnostic gel performed on this second cleavage showed correct band sizes, but with too low lines. This indicates low concentration of the plasmid, therefore it was not extracted. |
8
Plasmid restrictionCleaved the plasmids p414TEF with the enzymes SacI and SpeI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and showed again too light bands or no bands at all. |
9
Plasmid restrictionRepeated the cleavage the plasmids p414TEF with the enzymes SacI and SpeI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and SacI seemed to be leaving an excessive amount of uncut plasmid while SpeI apparently degrades the sample. |
10
Plasmid restrictionRepeated the cleavage the plasmids p414TEF with the enzymes SacI with SpeI or BamHI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of SpeI or BamHI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each and without phosphatase were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 20 minutes and then enzymatic inactivation was performed for 5min in a heating block at 75ºC for samples containing BamHI and at 65ºC for samples containing SpeI. A diagnostic gelGreen was performed and SacI again seemed to be leaving an excessive amount of uncut plasmid. However, samples treated with SacI and SpeI with and without phosphatase and one of the samples treated with SacI, BamHI and phosphatase seemed to work and were extracted. Gel extractionExtracted the succesfully cleaved plasmids with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
11 |
12 |
13 |
14 |
15 |
16 |
17
PCR amplification and mergingPerformed a PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gelRed was performed and revealed the expected band sizes for the merging of D-tag with CFP and pHO with Sic1. Gel extractionExtracted the successfully merged fragments with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
18
PCR amplification and mergingPerformed a PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gelRed was performed and revealed the expected band sizes for the merging of D-tag with YFP. Gel extractionExtracted the successfully merged fragments with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Dissolution of synthetic partsThe received synthetic parts (g-blocks) were centrifuged at 3000g for 3min and then dissolved with 10UL of sterile water. The solution was transferred to 10UL of TE buffer, resulting in a final concentration of 10ng/UL. |
19 |
20 |
21 |
22
Amplification and purification of synthetic partsPerformed a PCR amplification of the synthetic parts previously diluted. Namely The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and showed the expected band sizes for all the fragments except pCYC1. Gel extractionExtracted the successfully merged parts with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Preparation of competent cellsFollowing the instructions of the protocol "Frozen-EZ Yeast Transformation II" by ZymoResearch, Saccaromyces cerevisiae competent cells were prepared and stored at -80ºC. |
23
Amplification and purification of synthetic partsRepeated the PCR amplification of the synthetic part pCYC1 m1. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and showed the expected band sizes. Gel extractionExtracted the successfully merged part with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: |
24
Plasmid restrictionCleaved the plasmids p413TEF and p416TEF with the enzymes SacI and XbaI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC. A diagnostic gelGreen was performed and showed fragments with the correct sizes. Gel extractionExtracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
25
Dissolution of synthetic partsThe received synthetic part pCYC1 m2 was centrifuged at 3000g for 3min and then dissolved with 10UL of sterile water. The solution was transferred to 10UL of TE buffer, resulting in a final concentration of 10ng/UL. Amplification of synthetic partsPerformed PCR amplification of the synthetic part pCYC1 m2. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and showed the expected band sizes. PCR purificationThe purification of the succesfully amplified part was done using a PCR Purification Kit from GenJet following the instructions
of the manufacture's manual but with no addition of isopropanol and elution was done with 30UL of sterile water. Concentration determinationThe concentration of the pCYC1 m2 samples obtained was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 15.1 ng of DNA per UL to 34.2ng/UL. |
26 |
27 |
28
Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: |
29 |
30
Observation of the previously transformed cellsOne of the plates with cells transformed on the 28th showed growth, but with contamination by filamentous fungi, while the other presented no growth at all. A single yeast colony from the contaminated plate was replated on a YPD-agar plate. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF and p416TEF with the enzymes SacI and XbaI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC. A diagnostic gelGreen was performed and showed fragments with the correct sizes. Gel extractionExtracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Preparation of Competent cellsCompetent E.coli cells were prepared according to the protocol described by Hanahan(1983) and stored at -80ºC. |
31
Inoculation of cellsThe single colony replated on the day before was inoculated in 4mL YPD medium as an overnight culture for transformation. |
1
Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: Inoculation of cellsCells transformed on the 28th that showed growth after 3 days were plated on new adequate selective media. |
2 |
3 |
28
Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: |
29 |
30
Observation of the previously transformed cellsOne of the plates with cells transformed on the 28th showed growth, but with contamination by filamentous fungi, while the other presented no growth at all. A single yeast colony from the contaminated plate was replated on a YPD-agar plate. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF and p416TEF with the enzymes SacI and XbaI. Approximately 500ng of the plasmid was mixed with o.5UL of SacI, 0.5UL of XbaI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. Control tubes containing just one of the enzymes each were also prepared. This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC. A diagnostic gelGreen was performed and showed fragments with the correct sizes. Gel extractionExtracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Preparation of Competent cellsCompetent E.coli cells were prepared according to the protocol described by Hanahan(1983) and stored at -80ºC. |
31
Inoculation of cellsThe single colony replated on the day before was inoculated in 4mL YPD medium as an overnight culture for transformation. |
1
Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: Inoculation of cellsCells transformed on the 28th that showed growth after 3 days were plated on new adequate selective media. |
2 |
3 |
4
PCR amplification and mergingPerformed PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gelGreen was performed and the sizes of all the resulting fragments match the expected. Gel extractionExtracted the successfully merged parts with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Plasmid restrictionWhile reviewing primer design documents, the team realized we were using the wrong enzyme to cleave the plasmids: it should be SacI with XhoI instead of XbaI. Therefore, our plasmids did not have the correct overlap with the constructs. Cleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and the cleavage showed to be unsuccessful. |
5
Plasmid restrictionRepeated the cleavage of the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and the expected band sizes were observed. Gel extractionExtracted the successfully cleaved plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Concentration determinationUsed a NanoDrop spectrometer to determinate the concentration of the previously extracted plasmids. The concentrations ranged from 5.95 to 7.75ng/UL. PCR amplification and mergingPerformed PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gelGreen was performed and the sizes of all the resulting fragments did not match the expected. |
6
PCR amplification and mergingRepeated the PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gelGreen was performed and the sizes of all the resulting fragments were smaller than expected and the bands were difuse. Gibson AssemblyAttempted to transform the Daughter Resetter construct (pDSE4,YFP,D-tag and Counter 1) into E. coli following the Gibson Assembly protocol from New England Biolab. The cells were inoculated in LB-Amp medium and let to grow overnight. |
7
Plasmid Purification Performed plasmid purification on E. coli cells containing plasmids p413, p414, p415, p416, p2055 and a plasmid containig our Cas9 sequence
(pTPG1-dCas9-UPGP)via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by
water on the last step. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p415TEF and p416TEF by using the enzymes SacI and XhoI. Approximately 500ng of each plasmid was mixed with o.5UL of SacI, 0.5UL of XhoI, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 10 minutes and then enzymatic inactivation was performed for 5min in a heating block at 60ºC. A diagnostic gelGreen was performed and the expected band sizes were observed. Gel extractionExtracted the successfully cleaved plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Gibson AssemblyContinued with the Gibson Assembly protocol (New England Biolab) and used p414 in the cells with the assembly poducts. A positive control with cells and the circular plasmid was also prepared. All the inoculated cultures were placed at 37ºC. |
8
Observed results from the Gibson AssemblyThe positive control showed several monoclonal colonies. However, the plate with the actual construct showed only one colony which is unlikely to contain the construct. Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Frozen-EZ Yeast Transformation II". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: |
9 |
10 |
11
PCR amplification and mergingPerformed PCR to fuse the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
The samples were stored under refrigeration and analysed on the next day. E. coli transformationAdded 10UL of the registry Cas9 plasmid (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared. The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min. 250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking. After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC. |
12
Diagnostic gel and gel extractionA gelRed was run to evaluate the PCR products from the day before. The fragments of dCas9, YFP-Counter 1, D-tag-pCYC1 and D-tag-CFP presented the expected band sizes. The successfully merged and amplified were extracted fragments with a GeneJet gel extraction kit.The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. E. coli transformationThe succesfully transformed colonies from the day before were replated on new LB medium. The transormation procedure was repeated for dCas9 and p413TEF. Added 10UL of the registry Cas9 and p413TEF plasmids (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared. The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min. 250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking. After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC. |
13
Concentration determinationThe concentration of the fragments obtained on the day before was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 15.3 ng of DNA per UL to 101.6ng/UL. Yeast ElectroporationPrepared an overnight culture according to the "Yeast electroporation" protocol. |
14
Yeast ElectroporationFollowing the "Yeast Electroporation" protocol, Saccaromyces cerevisiae were transformed with the Daughter Resetter construct (D-tag, YFP, pDSE4 and Counter 1 synthetic part fragments into p414 plasmid),
the Cas9 construct (pHO, Sic1 and Cas9 fragments into the plasmid p413) and the Counter 2 construct (D-tag, CFP, pCYC1 and Counter 2 synthetic part fragments into p416 plasmid). Cells were plated in the adequate restrictive media. |
15
Plasmid Purification Performed plasmid purification on the overnight culture of E. coli cells containing the registry Cas9 via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by
water on the last step. PCR amplification and mergingPerformed PCR to fuse and amplify the following fragments: The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
The samples were stored under refrigeration and analysed on August 18th. |
16 |
17 |
18
Diagnostic gelA gelGreen was run to evaluate the PCR products from the 15th. The fragments showed the expected band sizes. PCR purificationThe purification of the successfully amplified part was done using a PCR Purification Kit from GenJet following the instructions
of the manufacture's manual but with no addition of isopropanol and elution was done with 30UL of sterile water. Plasmid restrictionCleaved the plasmids p413TEF, p414TEF, p416TEF and the registry cas9 plasmid by using the enzymes SpeI and XbaI (for the resgistry plasmid) and SacI and XhoI (for the others). Approximately 500ng of each plasmid was mixed with o.5UL of each enzyme, 2UL of FastDigest buffer, 1UL of FastAP
(alkaline phosphatase) and up to 20 UL of deionized sterile water. This reaction mixture was incubated at in a water bath at 37ºC for 30 minutes and then enzymatic inactivation was performed for 5min in a heating block at 65ºC. A diagnostic gelGreen was performed and the sizes of all the resulting fragments match the expected except p415TEF. Gel extractionExtracted the successfully restricted plasmids with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
19
Gibson AssemblyAttempted to transform the following constructs into E. coli following the Gibson Assembly protocol from New England Biolab: The cells were inoculated in LB-Amp medium and let to grow overnight. Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: The cells were inoculated in LB-Amp medium and let to grow overnight at 30ºC. E. coli transformationAdded 10UL of the registry Cas9 plasmid (after a 1:10 dilution) to competent E.coli cells. A control with no DNA addition was also prepared. The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min. 250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking. After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC. |
20
Colony PCRRan colony PCR on the colonies obtained so far (from different transformation attempts and both in E.coli and yeast). A single colony from each plate was suspended in 100mL LiAc, 1% SD solution and incubated at 70ºC for 5min.
Then 300mL of 96% ethanol were added and the solution was centrifuged at 15000g for 3min. The pellet obtained was washed with 70% ethanol and dissolved in 100mL of water and then centrifuged at 15000g for 15s. 1mL of the obtained supernatant was used for the PCR. The PCR program used was:
A diagnostic gel was performed and correct band sizes were observed for counter 1 and counter 2 transformations done in 18/8. |
21 |
22
Plasmid Purification Performed plasmid purification on E. coli cells containing the plasmid containing the Cas9 part improvement (from 19/8) via a GenJet Plasmid Purification Kit. The manufacter's instructions were followed, except the elution buffer was subtituted by
water on the last step. Concentration determinationThe concentration of the obtained plasmids was measured via a NanoDrop. The samples were measured in four replicates. The results ranged from 35.4 ng of DNA per UL to 289ng/UL. |
23
Fluorescence microscopy Checked cells transformed with the Daughter Resetter construct under a fluorescent microscope and fluorescent yellow cells were observed, as well as dead cells under the green and yellow filter. PCR amplificationPerformed a PCR to amplify Csy4 cconstruct, dCas9, pHO, Sic1 and pCLN1. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed. The bands match the expected size for all samples except one of the replicates of dCas9. Gel extractionExtracted the successfully amplified constructs with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. |
24
PCR amplificationPerformed a PCR to amplify the D-tag of the intended part submission. The PCR was done using the Phusion High-Fidelity DNA Polymerase and the program used was:
A diagnostic gel was performed and the purification of the succesfully amplified parts was done using a PCR Purification Kit from GenJet following the instructions
of the manufacture's manual but with no addition of isopropanol. Yeast plasmid extractionExtracted plasmids from yeast cells transformed with the Daughter Resetter and Counter 2 constructs via a Zymoprep Yeast plasmid Miniprep II, following the instructions on the kit. Concentration determinationThe concentration of the D-tag and plasmid samples was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 17.1 ng of DNA per UL to 54.6ng/UL. |
25
Restriction digestionUsing a FastDigest kit with enzymes XbaI and SpeI, attempted to cleave p413, p415, D-tag and D-tag-CFP and linearized psB1C3 backbone. A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes. |
26
Restriction digestionRepeated the cleavage of p413, p415, D-tag and D-tag-CFP and linearized psB1C3 backbone, using a FastDigest kit with enzymes EcoRI and PstI. A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes. A diagnostic gelGreen was performed and the obtained fragments match the expected sizes. Gel extractionExtracted the successfully restricted constructs with a GeneJet gel extraction kit. The manufacter's instructions were followed, except the elution buffer was subtituted by water on the last step. Concentration determinationThe concentration of the restricted constructs was measured via a NanoDrop. The samples were measured in duplicates. The results ranged from 1.9 ng of DNA per UL to 39.15ng/UL. |
27
Yeast Transformation Performed transformation on the competent cells previously prepared according to the protocol "Yeast Transformation". Equimollar quantities of the fragments were added to plasmids with different markers. More specifically: E. coli transformationAdded 3UL of the linearize biobrick backbone and 0.5UL of D-tag to competent E.coli cells. A control with only the linearized backbone was also prepared. The cells were kept on ice for 30min and then heat shocked at 42ºC for 60s and then kept on ice again for 3min. 250mL of LB medium were then added and cells were incubated at 37ºC for 90min, under 200rpm shaking. After incubation, the cells were centrifuged at 9000rpm for 1min and the supernatant was discarded. The pellet was plated in LB+chlorophenicol plates and let to grow overnight at 37ºC. |
28
Inoculation of platesReplated transformed yeast cells that showed growth (constructs Csy4 and dCas9 from August 8th and 14th, respectively), as well as E.coli cells transformed with the D-tag part submission. |
29
Colony PCRRan colony PCR on the replated plates from the day before. A single colony from each plate was suspended in 100mL LiAc, 1% SD solution and incubated at 70ºC for 5min.
Then 300mL of 96% ethanol were added and the solution was centrifuged at 15000g for 3min. The pellet obtained was washed with 70% ethanol and dissolved in 100mL of water and then centrifuged at 15000g for 15s. 1mL of the obtained supernatant was used for the PCR. The PCR program used was:
A diagnostic gel was performed and correct band sizes were not observed for Csy4 and dCas9. Degradadion and difused bands were observed for the D-tag. |
30 |
31 |
1
Restriction digestionRestriction of possible fully constructed Csy4 construct from the 22nd of August using a FastDigest kit with enzymes XhoI and SpeI. A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes. A diagnostic gelGreen was performed and the obtained fragments did not match the expected sizes. |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
1 |
2 |
3 |
4 |
5 |