A simple calculator for use in the Biochemistry Lab
Two everyday problems I and my colleagues encounter in the laboratory are:
- How much of X do I need to weigh out to make a solution of concentration Y ?
- How much of solution A do I need to dilute to make a soluton of concentration B ?
This is straightforward, but often requires converting units between different
scales.
So I have created a simple Shiny app to do these two calculations and convert the units,
making things quicker and easier than pen and paper.
The app is at: BioChem Calculator
The R code for the app is at: BioChem Calculator GitHub Repo

