PBS Buffer Calculator

Yvonne Beirne FitzGerald
April 26, 2015

Use: Who & Why

Who:

Scientist working in laboratories

Why:

  • Need to make buffers at various stock concentrations and volumes

  • Standardizes and makes dynamic the buffer receipe cookbook

How

All inputs are on the left side panel.
Getting your custom recipe is simple as 1, 2, 3….

  1. Select the stock concentration (X) need from the list
  2. Select the volume (mL) of buffer needed
  3. Click the submit button

Example Code

  • 8 gram of Sodium Cloride (NaCL) is the needed to make 1000 mL 1X Stock Buffer

  • The calcualation right calculates how many grams of Sodium Chloride (NaCl) is needed to make 100 ml (Volume) of a 10 X Stock (Concentration)

  • 8 / 1000 = the requirement of NaCl in the base receipe

Conc= 10
mL = 100
concNaCl <- Conc*mL*8/1000
concNaCl
[1] 8

Next Steps

  • Create a dynamic receipe for each buffer in the lab
  • Create an index page to link all the buffers to one URL