Description Usage Arguments Value
View source: R/wrangling_fun_std_curve.R
Read in qPCR files, clean them and report on controls
1 2 3 4 5 6 | std_curve_file_clean(
file_location,
file_name,
undetermined = "set40",
std_undetermined = "remove"
)
|
file_location |
a character, path to the file, name not included, must have trailing / |
file_name |
a character, file name with extension |
undetermined |
a character, "set40" or "remove"; set40 takes undetermined values and sets them to 40, otherwise they are removed. default is set40 |
a list; (tibble with cleaned data, tibble with standards),plus printed output on controls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.