Team:Harvard/Template:NotebookData

From 2011.igem.org

(Difference between revisions)
 
(70 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Harvard/Template:PracticeBar}}
+
<div id="606" style="display:none">
 +
__NOTOC__
 +
==June 6th==
 +
First day of iGEM!</div>
 +
<div id="607" style="display:none">
-
<html>
+
== June 7th ==
-
<script>
+
'''Miniprep of pKD42 (lambda red)'''
-
function show(k)
+
-
{
+
-
elem = document.getElementById('kristin');
+
-
  elem.style.display = 'none';
+
-
if(k==1){
+
-
elem.style.display = 'block';
+
-
}
+
-
elem = document.getElementById('justin');
+
The lambda red plasmid is needed to enable the recombination used to insert the selection/expression systems into our E. coli cultures.
-
  elem.style.display = 'none';
+
-
if(k==2){
+
-
  elem.style.display = 'block';
+
-
}
+
-
elem = document.getElementById('sarah');
+
Procedure: followed Qiagen Kit instructions, each student (8) using 1 mL cell suspension
-
  elem.style.display = 'none';
+
-
if(k==3){
+
-
  elem.style.display = 'block';
+
-
}
+
-
elem = document.getElementById('will');
+
Results: DNA reasonably pure (260/280 between 1.8 and 2) and between 25 and 50 ng/µL</div>
-
  elem.style.display = 'none';
+
<div id="608" style="display:none">
-
if(k==4){
+
== June 8th ==
-
  elem.style.display = 'block';
+
'''PCR to connect ultramers into OZ052 (Zif268 F2 triplicate, GCCGATGTC)and OZ123 (Zif268 F2 triplicate, GAGTGGTTA):'''
-
}
+
-
elem = document.getElementById('naomi');
+
OZ052:
-
  elem.style.display = 'none';
+
*3µL OZ052_F (10µM stock)
-
if(k==5){
+
*3µL OZ052_R (10µM stock)
-
  elem.style.display = 'block';
+
*5µL 10x Pfx amplification buffer
-
}
+
*1.5µL dNTPs
 +
*1µL MgSO4
 +
*0.4µL DNA polymerase
 +
*36.1µL ddH2O
-
elem = document.getElementById('brandon');
+
OZ123:
-
  elem.style.display = 'none';
+
*3µL OZ123_F (10µM stock)
-
if(k==6){
+
*3µL OZ123_R (10µM stock)
-
  elem.style.display = 'block';
+
*5µL 10x Pfx amplification buffer
-
}
+
*1.5µL dNTPs
 +
*1µL MgSO4
 +
*0.4µL DNA polymerase
 +
*36.1µL ddH2O
-
elem = document.getElementById('mark');
+
Parameters:
-
  elem.style.display = 'none';
+
*1) 94⁰C for 5 min
-
if(k==7){
+
*2) 94⁰C for 15 sec
-
  elem.style.display = 'block';
+
*3) 60⁰C for 30 sec
-
}
+
*4) 68⁰C for 1 min
 +
*5) Repeat 2-4 for 25 cycles
 +
*6) 68⁰C for 5 min
 +
*7) 4⁰C forever</div>
 +
<div id="609" style="display:none">
 +
== June 9th - Wet Lab ==
 +
*Created cell culture with selection construct (contains ZFB, His3, pyrF on plasmid) and reporter RFP (this will be used to test positive control ZFs, cells fluoresce green when ZF binds)
 +
**Picked colonies, grew in LB/amp liquid media until mid-log
 +
***3 mL of LB, 1.5 µL of 2000x amp
 +
**Once mid-log reached, created glycerol stock, stored stock at -80⁰C.
 +
***<del>300 µL bacteria, 1200 µL 80% glycerol </del> '''This should have been 1200 µL bacteria media, 300 µL 80% glycerol ''(Corrected 6/14/2011)'' ''' (80% pure glycerol, 20% molecular grade water)
 +
**Spiked new tubes of media with 25 µL bacteria from the mid-log tube to leave overnight
-
elem = document.getElementById('matt');
+
NOTE: reporter RFP did not grow to mid-log by end of day, will let grow overnight to saturation and continue creating glycerol stock tomorrow.
-
  elem.style.display = 'none';
+
-
if(k==8){
+
-
  elem.style.display = 'block';
+
-
}
+
-
elem = document.getElementById('nida');
 
-
  elem.style.display = 'none';
 
-
if(k==9){
 
-
  elem.style.display = 'block';
 
-
}
 
-
}
+
*Plated selection strain from gel stab onto tet plate.
-
</script>
+
-
<div id="overhead">
+
*Began primer design for creating the kan/selection construct fusion.
-
<div id="besedilo">
+
==June 9th - Bioinformatics==
-
<div id="vse_students">
+
 +
Today we focused on reacquainting and familiarizing ourselves with Python. We completed the parsing (reading in) of the sequence and amino acid data so that it is easy to work with: by substituting each amino acid abbreviation (ex. A, N) with its numeric equivalent (ex. 1, 14), we can use a lot of nice math comparisons instead of messy letter/"string" comparisons.
-
<div id="levo_students">
+
After that, we worked on counting the number of times each amino acid appears in each of the 7 positions (unfortunately given by -1,1,2,3,5,6,7), and counting the number of times amino acids are next to each other (ex. ACTQRNF has AC, CT, TQ, etc pairings). Taken overall, we found that L is overwhelmingly in position 5.
-
<span id="student" onclick="show(1)">
+
<!--
-
Kristin Barclay
+
Acid    Position
-
</span >
+
-1 1 2 3 5 6 7
 +
A 77 140 210 197 0 312 85
 +
C 12 24 1 6 14 0 0
 +
D 413 16 694 258 0 142 14
 +
E 125 74 152 107 0 58 132
 +
F 0 0 22 0 10 0 0
 +
G 12 201 328 125 0 177 62
 +
H 93 144 232 652 0 51 17
 +
I 70 21 3 26 0 94 73
 +
K 108 372 46 169 6 321 52
 +
L 176 37 20 22 3325 75 55
 +
M 36 54 5 28 0 31 10
 +
N 23 150 129 940 0 182 61
 +
P 3 298 77 7 0 36 8
 +
Q 813 158 180 13 0 136 30
 +
R 870 539 137 55 3 428 2517
 +
S 99 970 859 278 0 140 12
 +
T 243 134 223 350 0 834 83
 +
V 166 26 27 115 0 341 146
 +
W 19 0 13 0 0 0 0
 +
Y 0 0 0 10 0 0 1
 +
-->
-
<span id="student" onclick="show(2)">
+
{|
-
Justin Chew
+
| align="center" style="background:#f0f0f0;"|'''Acid'''
-
</span >
+
| align="center" style="background:#f0f0f0;"|'''-1'''
-
<span id="student" onclick="show(3)">
+
| align="center" style="background:#f0f0f0;"|'''1'''
-
Sarah Choudhury
+
| align="center" style="background:#f0f0f0;"|'''2'''
-
</span >
+
| align="center" style="background:#f0f0f0;"|'''3'''
-
<span id="student" onclick="show(4)">
+
| align="center" style="background:#f0f0f0;"|'''5'''
-
William Clerx
+
| align="center" style="background:#f0f0f0;"|'''6'''
-
</span >
+
| align="center" style="background:#f0f0f0;"|'''7'''
-
<span id="student" onclick="show(5)">
+
|-
-
Naomi Genuth
+
| A||77||140||210||197||0||312||85
-
</span >
+
|-
-
<span id="student" onclick="show(6)">
+
| C||12||24||1||6||14||0||0
-
Brandon Gerberich
+
|-
-
</span >
+
| D||413||16||694||258||0||142||14
-
<span id="student" onclick="show(7)">
+
|-
-
Mark Kopelman
+
| E||125||74||152||107||0||58||132
-
</span >
+
|-
-
<span id="student" onclick="show(8)">
+
| F||0||0||22||0||10||0||0
-
Matt Lunati
+
|-
-
</span >
+
| G||12||201||328||125||0||177||62
-
<span id="student" onclick="show(9)">
+
|-
-
Nida Naushad
+
| H||93||144||232||652||0||51||17
-
</span >
+
|-
-
</div>
+
| I||70||21||3||26||0||94||73
 +
|-
 +
| K||108||372||46||169||6||321||52
 +
|-
 +
| L||176||37||20||22||3325||75||55
 +
|-
 +
| M||36||54||5||28||0||31||10
 +
|-
 +
| N||23||150||129||940||0||182||61
 +
|-
 +
| P||3||298||77||7||0||36||8
 +
|-
 +
| Q||813||158||180||13||0||136||30
 +
|-
 +
| R||870||539||137||55||3||428||2517
 +
|-
 +
| S||99||970||859||278||0||140||12
 +
|-
 +
| T||243||134||223||350||0||834||83
 +
|-
 +
| V||166||26||27||115||0||341||146
 +
|-
 +
| W||19||0||13||0||0||0||0
 +
|-
 +
| Y||0||0||0||10||0||0||1
 +
|-
 +
|
 +
|}
-
</div>
+
For pairings, we found patterns, but none as obvious as the L-in-position-5. Read this like a multiplication table: the intersection of L row and M column is how often that pairing was observed.
-
</div>
+
-
</div>
+
-
</html>
+
-
<div id="kristin" style="display:none">[[Image:Kristin_test.jpg|thumb]]<br> '''Name:'''   Kristin Barclay<br><br> '''Concentration''':   Physics and Astrophysics <br><br>'''Team Affiliation:''' <br>  Bioinformatics and Web Design <br><br>'''Other Hobbies:'''<br> Stargazing, ASOIAF, Battlestar Galactica <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=WGoi1MSGu64 <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Strike a heroic pose while staring dreamily into the distance.  <br></div>
+
{|
 +
| align="center" style="background:#f0f0f0;"|''''''
 +
| align="center" style="background:#f0f0f0;"|'''A'''
 +
| align="center" style="background:#f0f0f0;"|'''C'''
 +
| align="center" style="background:#f0f0f0;"|'''D'''
 +
| align="center" style="background:#f0f0f0;"|'''E'''
 +
| align="center" style="background:#f0f0f0;"|'''F'''
 +
| align="center" style="background:#f0f0f0;"|'''G'''
 +
| align="center" style="background:#f0f0f0;"|'''H'''
 +
| align="center" style="background:#f0f0f0;"|'''I'''
 +
| align="center" style="background:#f0f0f0;"|'''K'''
 +
| align="center" style="background:#f0f0f0;"|'''L'''
 +
| align="center" style="background:#f0f0f0;"|'''M'''
 +
| align="center" style="background:#f0f0f0;"|'''N'''
 +
| align="center" style="background:#f0f0f0;"|'''P'''
 +
| align="center" style="background:#f0f0f0;"|'''Q'''
 +
| align="center" style="background:#f0f0f0;"|'''R'''
 +
| align="center" style="background:#f0f0f0;"|'''S'''
 +
| align="center" style="background:#f0f0f0;"|'''T'''
 +
| align="center" style="background:#f0f0f0;"|'''V'''
 +
| align="center" style="background:#f0f0f0;"|'''W'''
 +
| align="center" style="background:#f0f0f0;"|'''Y'''
 +
|-
 +
| A||10||0||99||55||0||29||122||20||32||332||2||59||55||63||255||87||24||43||0||0
 +
|-
 +
| C||0||0||15||0||0||3||0||0||0||5||0||0||6||0||31||6||14||0||0||0
 +
|-
 +
| D||99||15||94||92||0||39||62||6||84||342||15||120||55||42||277||290||87||21||0||8
 +
|-
 +
| E||55||0||92||42||0||34||77||1||38||141||2||39||4||29||134||28||90||26||0||1
 +
|-
 +
| F||0||0||0||0||0||0||0||10||0||0||0||22||4||0||2||4||6||0||0||0
 +
|-
 +
| G||29||3||39||34||0||38||56||0||14||126||1||95||28||47||119||125||38||7||0||0
 +
|-
 +
| H||122||0||62||77||0||56||118||9||103||498||4||88||24||26||87||159||70||2||0||0
 +
|-
 +
| I||20||0||6||1||10||0||9||6||8||95||3||5||17||3||62||16||17||4||0||0
 +
|-
 +
| K||32||0||84||38||0||14||103||8||84||386||24||44||19||102||269||163||113||22||1||0
 +
|-
 +
| L||332||5||342||141||0||126||498||95||386||174||32||686||16||112||362||276||875||360||0||8
 +
|-
 +
| M||2||0||15||2||0||1||4||3||24||32||0||7||2||11||39||14||3||1||0||0
 +
|-
 +
| N||59||0||120||39||22||95||88||5||44||686||7||8||36||28||120||254||84||34||1||0
 +
|-
 +
| P||55||6||55||4||4||28||24||17||19||16||2||36||0||3||29||150||21||13||11||0
 +
|-
 +
| Q||63||0||42||29||0||47||26||3||102||112||11||28||3||100||261||314||125||19||0||0
 +
|-
 +
| R||255||31||277||134||2||119||87||62||269||362||39||120||29||261||618||343||504||281||0||0
 +
|-
 +
| S||87||6||290||28||4||125||159||16||163||276||14||254||150||314||343||592||173||91||0||0
 +
|-
 +
| T||24||14||87||90||6||38||70||17||113||875||3||84||21||125||504||173||154||28||0||0
 +
|-
 +
| V||43||0||21||26||0||7||2||4||22||360||1||34||13||19||281||91||28||12||0||0
 +
|-
 +
| W||0||0||0||0||0||0||0||0||1||0||0||1||11||0||0||0||0||0||0||0
 +
|-
 +
| Y||0||0||8||1||0||0||0||0||0||8||0||0||0||0||0||0||0||0||0||0
 +
|-
 +
|
 +
|}
-
<div id="justin" style="display:none">[[Image:HARVJustin.png|thumb]]<br> '''Name:'''  Justin Chew<br><br> '''Concentration''':  Folklore and Mythology <br><br>'''Team Affiliation:''' <br>  Bioinformatics, ZF <br><br>'''Other Hobbies:'''<br> Odin worship, lightning bolts, swordfighting, and carving art out of bones  <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=nRoVIpczcrY <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Sacrifice a gel to Thor  <br></div>
+
Follow up work on this will be to convert this table to frequencies instead of values: values are less meaningful. </div>
 +
<div id="610" style="display:none">
 +
== June 10th - Wet Lab ==
 +
*What we learned today: don't put E. coli plates in the -20C freezer!
-
<div id="sarah" style="display:none">[[Image:HARVSarah.png|thumb]]<br> '''Name:'''  Sarah Choudhury<br><br> '''Concentration''':  Linguistics  <br><br>'''Team Affiliation:''' <br>  Wet Lamb, ToIc <br><br>'''Other Hobbies:'''<br> Studies of Latin, Greek, Ancient Greek, Russian, Swedish, Swahilli, and !Kung, among many others <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=0Kx9NVVOU88 <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Tell it to go faster - I speak DNA (both template and amplify dialects)  <br><br></div>
+
*Observed a well populated selection strain plate and placed it in the 4C refrigerator
-
<div id="will" style="display:none">[[Image:HARVWill.jpg|thumb]]<br> '''Name:'''  William Clerx<br><br> '''Concentration''':  Molecular & Cellular/Organismic & Evolutionary Biology <br><br>'''Team Affiliation:''' <br>  Bioinformatics; Web Design; Miscellaneous Wet Lab <br><br>'''Other Hobbies:'''<br> Cross Country, Track, Music, Playing with Zinc Fingers <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=MahTKZDHXaA <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Do another PCR. Or, write an iGEM song. <br><br></div>
+
*Took the selection construct culture and extracted the plasmid through miniprep
 +
**Observed 260/280 ratio of 1.90 and 1.88 through Nanodrop
 +
**Observed concentrations of 87.7 and 100.6 ng/µL through Nanodrop
-
<div id="naomi" style="display:none">[[Image:HARVnaomi.jpg|thumb]]<br> '''Name:''' Naomi Genuth<br><br> '''Concentration''':  Molecular and Cellular Biology/Organismic and Evolutionary Biology <br><br>'''Team Affiliation:''' <br>  Wet Lab, Wolfe <br><br>'''Other Hobbies:'''<br> Reading, running, hiking, piano <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=E6h1KsWNU-A <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Set up another reaction. Or two. Or three.  <br>  <br></div>
+
*Made 10 new agar plates with LB and amp
-
<div id="brandon" style="display:none">[[Image:HARVBrandon.jpg|thumb]]<br> '''Name:''' Brandon Gerberich<br><br> '''Concentration''':  Chemistry <br><br>'''Team Affiliation:''' <br>  Bioinformatics, Wolfe <br><br>'''Other Hobbies:'''<br> Trumpet, Board Games, Wind Surfing <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=JkxieS-6WuA <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> 1) Just use the 6th dimension for instant PCR results, or 2) Remain in the 3rd dimension and build ice snowmen. <br>  <br></div>
+
==June 10th - Bioinformatics ==
 +
===Visualizations===
 +
We spent the first few hours today making cool visualizations and graphs of the data we found on the 9th: heatmaps turned out to be an annoying limitation of Python, so a Python/R hybrid was used, and bar charts were made exclusively in Python. See the dropbox for our pretty (and hopefully informative compared to spreadsheets) charts/graphs.
-
<div id="mark" style="display:none">[[Image:HARVMark.png|thumb]]<br> '''Name:'''  Mark Kopelman<br><br> '''Concentration''':  Human Evolutionary Biology <br><br>'''Team Affiliation:''' <br>  Team TolC and Web Design <br><br>'''Other Hobbies:'''<br> Winning <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=WGoi1MSGu64 <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> ...Run another PCR, duh. <br>  <br></div>
+
{|
 +
| [[File:HARVHeatmap_pairing.png|thumb|left|A heatmap of the pairing data. The darker the blues indicate that the pairing occurs more often.]]
 +
|}
-
<div id="matt" style="display:none">[[Image:HARVMatt.png|thumb]]<br> '''Name:'''  Matt Lunati<br><br>
+
We then started work on TNN and GNN properties specifically (essentially repeating the June 9th work, but confined to smaller data sets). There are some differences between TNN and GNN: see graphs in dropbox. We decided that there was not enough data for fingers that bind to ANN and CNN triplets to perform significant analysis on it.  
-
'''Concentration''':  Studies of Women, Gender, and Sexuality <br><br>'''Team Affiliation:''' <br> Wet Lab and ToIc <br><br>'''Other Hobbies:'''<br> Picket lines, making signs, bumper stickers <br><br>'''Favourite YouTube Video:'''<br>  http://www.youtube.com/watch?v=wVTrgz09qas <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Standing up for rights everywhere <br>  <br></div>
+
-
<div id="nida" style="display:none">[[Image:HARVNida.jpg|thumb]]<br> '''Name:'''   Nida Naushad<br><br>
+
{|
-
'''Concentration''':   Mathematics and Philosophy <br><br>'''Team Affiliation:''' <br>  Wet Lab, ToIc <br><br>'''Other Hobbies:'''<br> Marx, Einstein, assorted dead Russian authors <br><br>'''Favourite YouTube Video:'''<br> http://www.youtube.com/watch?v=R_w4HYXuo9M <br><br>'''Way to Pass Time While Waiting for PCR:'''<br> Contemplate the possibility of sentient bacteria in all possible worlds  <br>  <br></div>
+
| [[File:HARVGnn_pairing_heatmap.png|thumb|left|A heatmap of the GNN pairing data.]]
 +
| [[File:HARVTnn_pairing_heatmap.png|thumb|left|A heatmap of the TNN pairing data.]]
 +
|}
 +
 
 +
*Overall, similar color clusters are found in the heatmaps. In all cases, L and N are often placed consecutively on the helix. There are fewer clusters of high frequency when looking at TNN binders.
 +
 
 +
 
 +
We then, using the theorized framework from a paper (2011 Persikov [http://iopscience.iop.org.ezp-prod1.hul.harvard.edu/1478-3975/8/3/035010/]), tried to match amino acid binding to each base pair to see if there was a pattern. See dropbox document .../bioinformatics/Binding Frequency for that data. There's a lot of it.
 +
 
 +
===Properties of amino acids===
 +
We then worked on finding properties of the each position (hydrophobic/phillic, non/polar):
 +
 
 +
'''Hydrophilic vs Hydrophobic'''
 +
 
 +
{|
 +
| align="center" style="background:#f0f0f0;"|'''Position'''
 +
| align="center" style="background:#f0f0f0;"|'''Very Phobic'''
 +
| align="center" style="background:#f0f0f0;"|'''Hydrophobic'''
 +
| align="center" style="background:#f0f0f0;"|'''Neutral'''
 +
| align="center" style="background:#f0f0f0;"|'''Hydrophillic'''
 +
|-
 +
| 6||285||85||204||2782
 +
|-
 +
| 5||542||312||1334||1169
 +
|-
 +
| 4||3334||14||0||9
 +
|-
 +
| 3||191||203||1417||1536
 +
|-
 +
| 2||91||211||1819||1236
 +
|-
 +
| 1||138||164||1604||1451
 +
|-
 +
| -1||468||90||1257||1542
 +
|-
 +
|
 +
|}
 +
 
 +
'''Polar vs Nonpolar'''
 +
 
 +
{|
 +
| align="center" style="background:#f0f0f0;"|'''Position'''
 +
| align="center" style="background:#f0f0f0;"|'''Polar'''
 +
| align="center" style="background:#f0f0f0;"|'''Nonpolar'''
 +
|-
 +
| 6||2917||440
 +
|-
 +
| 5||2290||1067
 +
|-
 +
| 4||9||3348
 +
|-
 +
| 3||2830||527
 +
|-
 +
| 2||2652||705
 +
|-
 +
| 1||2555||802
 +
|-
 +
| -1||2784||573
 +
|-
 +
|
 +
|}
 +
 
 +
Follow up work here is to check more properties, and maybe try individual pairings (ex. phobic-philic, polar-phillic).</div>
 +
<div id="613" style="display:none">
 +
== June 13th - Wet Lab ==
 +
The control zinc fingers OZ052 and OZ123 were amplified with overhanging primers to allow its insertion into the Wolfe plasmid:
 +
 
 +
'''Overhang PCR for ultramers:''' the template was the product of the ultramer PCR (see 6/8/11), and several concentrations were used
 +
 
 +
In all the tubes:
 +
*5 µL Pfx amplification buffer
 +
*1.5 µL dNTPs
 +
*1 µL MgSO4
 +
*0.4 µL polymerase
 +
*38.1 µL ddH2O
 +
*1.5 µL OZ052_up and 1.5 µL OZ052_down OR 1.5 µL OZ123_up and 1.5 µL OZ123_down
 +
 
 +
In OZ052 (1) and OZ123 (1):
 +
*1 µL of ultramer PCR product
 +
 
 +
In OZ052 (1:10) and OZ123 (1:10):
 +
*1 µL of a 1 in 10 dilution of ultramer PCR product
 +
 
 +
In OZ052 (1:100) and OZ123 (1:100):
 +
*1 µL of a 1 in 100 dilution of ultramer PCR product
 +
 
 +
Parameters:
 +
*94⁰C for 5 min
 +
*94⁰C for 15 sec
 +
*55⁰C for 30 sec
 +
*68⁰C for 30 sec
 +
*Repeat steps 2-4 for 25 cycles
 +
*68⁰C for 5 min
 +
*4⁰C forever
 +
 
 +
Gel to verify proper amplification (1% agarose gel, 10 µL 1 kb ladder, 120 V):
 +
 
 +
The OZ052 lanes (1-3) had bands at the proper length (328 bp) at all three concentrations, although there were several fainter bands likely from side products. Only the undiluted OZ123 lane showed any bands, and from the faint band at 328 and the stronger band around 250 it appears that the PCR did not work well, and the majority of the product was the ultramer from the first PCR.
 +
 
 +
 
 +
'''PCR around vector:''' the template used was the Wolfe selection construct plasmid miniprepped 6/10/11 (100.6 ng/µL stock)
 +
Reagents the same as above except:
 +
*1.5 µL of Wolfe_F and 1.5 µL of Wolfe_R primers to each tube
 +
*plasmid tube (1 ng) given 1 ng of template (1 µL of a 1 in 100 dilution)
 +
*plasmid tube (10 ng) given 10 ng of template (1 µL of a 1 in 10 dilution)
 +
 
 +
Parameters same as above except:
 +
*elongation (step 4) 5 minutes (vector approximately 5 kb)
 +
 
 +
Gel to verify proper amplification (1% agarose, 10 µL 1 kb ladder, 170V)
 +
 
 +
There were no bands of the correct size in the lanes. The only band that appeared was a faint, short band in one lane that likely was a primer.  Since the DNA ladder worked, the problem likely was not with the electrophoresis but with the PCR reaction, perhaps due to issues with the primers.
 +
 
 +
===Gel images===
 +
 
 +
[[File:HARV2011.06.13.ultrameroverhang052,123gel1(labeled).png|thumb|left|Ultramer Overhang 6/13/11]]
 +
[[File:HARV2011.06.13.wolfebackbonegel1(labeled).png|thumb|none|Backbone plasmid 6/13/11]]
 +
 
 +
== June 13th - Bioinformatics ==
 +
Today we started work on a program to statistically generate possible sequences.
 +
 
 +
The four functions needed to do this are:
 +
 
 +
* generate(matrix, pseudocounts (lambda), dependency tuples)
 +
:: takes a matrix of zinc-finger AA position counts, a list of dependent amino acid pairs, and a pseudocount multiplier and generates a list of potential amino acid sequences weighted by independent and dependent probabilities
 +
 
 +
* add_pseudo(dependent matrix row,independent matrix row)
 +
:: given a matrix row of dependent counts (i.e. how many times 'a' occurs at position n when 'b' is set to some AA at position m) and a row of independent matrix counts (how many times 'a' occurs at n regardless of b's AA) return an adjusted matrix row, based on the dependent matrix row, that has pseudocounts added to the values that are empty in the dependent matrix row but filled in the independent matrix row.
 +
 
 +
* generate_indep(matrix)
 +
:: randomly pick an amino acid, given a matrix row, from a weighted random distribution based on the values in the row
 +
 
 +
* generate_dep(indep_row, dep_row, lambda)
 +
:: add pseudo counts (call add_pseudo) and generate a dependent random call for a position (using generate_indep on the adjusted matrix)
 +
 
 +
We finished generate_indep, generate_dep, and add_pseudo today, along with creating a 140x140 matrix of needed values.</div>

Latest revision as of 14:52, 12 August 2011