Description Usage Arguments Value Examples
View source: R/calculate_reagents.R
FUNCTION_DESCRIPTION
1 2 3 4 5 |
buffers.df |
dataframe containing your buffer recipes |
Experiment |
string to filter by experiment. ex: "PCR" |
Buffer |
string to filter by buffer. ex: "6x loading dye" |
amount_per_value |
a numeric value as part of the base recipe for 1 ml/sample. ex: 5, ex: df$amount.per.ml |
amount_per_unit |
a string as part of the base recipe for 1 ml/sample. ex: "ul, ex: df$amount.unit |
amount_needed |
a numeric value for how much of the buffer is needed. |
amount_type |
the unit, as a string, for the amount needed |
Experiment_col |
number of experiment col, if custom |
Buffer_col |
number of buffer col, if custom |
Reagent_col |
number of reagent col, if custom |
Stock_conc_col |
number of stock concentration col, if custom |
Stock_unit_col |
number of stock unit col, if custom |
Final_conc_col |
number of final concentration col, if custom |
Final_unit_col |
number of final unit col, if custom |
a dataframe with the calculations.
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.