Template:Team:UC Berkeley/Notebook/BX calculator
From 2008.igem.org
(Difference between revisions)
m |
|||
Line 19: | Line 19: | ||
} | } | ||
document.write(num_rxns); | document.write(num_rxns); | ||
+ | |||
+ | function nPCR_calc() { | ||
+ | new popUp(); | ||
} | } | ||
</script> | </script> | ||
Line 42: | Line 45: | ||
</form> | </form> | ||
- | <input type="button" onclick="disp_calcs()" value="Calculate" /> | + | <input type="button" onclick="disp_calcs()" value="Calculate" /> <br /> |
+ | <input type="button" onclick="nPCR_calc()" value="Normal PCR MM Calculator" /> <br /> | ||
+ | <input type="button" onclick="wPCR_calc()" value="Wobble PCR MM Calculator" /> <br /> | ||
+ | <input type="button" onclick="dig_calc()" value="Digestion MM Calculator" /> <br /> | ||
+ | <input type="button" onclick="lig_calc()" value="Ligation MM Calculator" /> <br /> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:04, 13 June 2008
Bing's PCR/Digestion Master Mix Calculator