Constructor for a pcr object
new_pcr.Rd
Constructor for a pcr object
Arguments
- data
data.frame
orgp
, no restrictions on form.- raw_data
raw
, read in from the provided file withreadr::read_file_raw()
- header
data.frame
, the upper portion of the data before the body of the data. Usually contains run information.data.frame
, the lower portion of the data after the body of the data. Usually contains analysis information. May not exist.- date
lubridate::Date
object- experiment_type
character
. Could- wells
Number of wells in plate
- is_tidy
logical
. Is thedata.frame
provided tidy?