Calculate dilution from known concentrations
Usage
dilute(c1, c2 = min(c1), v2, round_for_pipettes = TRUE)
Arguments
- c1
Numeric. Initial concentration of sample.
- c2
Numeric. Target concentration of sample.
- v2
Numeric. Target final volume of sample. If
round_for_pipettes = TRUE
, assumes volume is uL.- round_for_pipettes
Logical. If TRUE, rounds values to the accuracy of standard pipettes using
make_pipette_vol
.