std_curve_file_clean: Read in qPCR files, clean them and report on controls

Description Usage Arguments Value

View source: R/wrangling_fun_std_curve.R

Description

Read in qPCR files, clean them and report on controls

Usage

1
2
3
4
5
6
std_curve_file_clean(
  file_location,
  file_name,
  undetermined = "set40",
  std_undetermined = "remove"
)

Arguments

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

Value

a list; (tibble with cleaned data, tibble with standards),plus printed output on controls


JaclynSmith/qPCRr documentation built on Aug. 20, 2020, 1:40 p.m.