get_best_factor | R Documentation |
If the volume of RNA to add is < 1uL, it must be diluted. Dilutions are easy to calculate in one's head only if they are integers (divisible by 5 preferred). Further, this dilution should be as small as reasonably possible, otherwise it will become too dilute.
get_best_factor(vol_to_add)
vol_to_add |
numeric. 'Naive' volume to add, before dilution. |
an integer, either 1 (no dilution) or something divisible by 5.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.