conc_calc: Summarize data and generate linear regression to fit...

Description Usage Arguments Value

View source: R/std_calculations.R

Description

Summarize data and generate linear regression to fit standards, report linear reg variables and the plot of the summarized data

Usage

1
conc_calc(data_table, yint, slope, avg_length, dilution_fact, kit)

Arguments

data_table

a tibble with unknown samples, 3 columns: sample_name, target_name, and ct

yint

a numeric, the y intercept of the regression line

slope

a numeric, the slope of the regression line

avg_length

a numeric, the avg length of the molecules in the library

dilution_fact

a numeric, the dilution factor used for quantification ie for 1:1000, you put 1000

kit

a string either KAPA or NEB

Value

a tibble with original library concentrations


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