tidy_qPCR: Initial tidying of raw qPCR data from QuantStudio

Description Usage Arguments Value Examples

View source: R/tidy_qPCR.R

Description

Applies R friendly names to variables, creates grouping index based on number of samples per target

Usage

1
tidy_qPCR(df_raw, group_size, ref_tgt, exp_tgt)

Arguments

df_raw

raw excel output from QuantStudio instrument

group_size

numeric: number of rows that have a common target gene

ref_tgt

character: name identifier of housekeeping/reference gene

exp_tgt

character: name identifier of experimental target gene

Value

data frame

Examples

1
tidy_df <- tidy_qPCR()

rhecht95/qPCR documentation built on Dec. 25, 2021, 9:41 a.m.