ladderCreate: ladderCreate

Description Usage Arguments Value

View source: R/OGA.R

Description

Function to create calibration ladder used by OGA. The output of this function is a 3rd order polynomial which is the best fit of the data. This function expects to find a CSV file called ladder.csv (or user defined name) in the current working directory; this should be a user generated file. See included Example file for format of ladder.csv

Usage

1
ladderCreate(laddername = "ladder.csv", repladder = 3)

Arguments

laddername

Name of the csv file that contains your calibration ladder data.

repladder

number of technical replicates in your calibration ladder

Value

Returns a calibration ladder for OGA() analysis.


labmccormick/SPOCK documentation built on May 25, 2021, 5:25 p.m.