Team:UC Berkeley/Resources/MMCalculator
From 2008.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
==Bing's Master Mix Calcualtor Version 0.1a== | ==Bing's Master Mix Calcualtor Version 0.1a== | ||
- | '''All volumes are given in uL''' | + | '''All volumes are given in uL. The calculator will give you enough master mix for one extra reaction.''' |
<html> | <html> | ||
Line 13: | Line 13: | ||
{ | { | ||
case 0: | case 0: | ||
- | out.value += "Regular PCR w/o DMSO Master Mix for " + num + " reactions:\n"; | + | out.value += "Regular PCR w/o DMSO Master Mix for " + num + " reactions (25 uL scale):\n"; |
out.value += "Water: " + (20.375*num) + "\n"; | out.value += "Water: " + (20.375*num) + "\n"; | ||
out.value += "10 mM dNTP: " + (.5*num) + "\n"; | out.value += "10 mM dNTP: " + (.5*num) + "\n"; |
Revision as of 07:52, 26 June 2008
Bing's Master Mix Calcualtor Version 0.1a
All volumes are given in uL. The calculator will give you enough master mix for one extra reaction.