addThresholdCq {MDMAPR}R Documentation

Add systemCalculatedThresholdValue, systemCalculatedCqValue, and userProvidedCqValue to results_Table or standardCurveResults_Table files.

Description

Function adds systemCalculatedThresholdValue and systemCalculatedCqValue to results_Table or standardCurveResults_Table files. User can also add userProvidedCqValue to file by setting calculateUserProvidedCq parameter to "Yes". If user wants system to calculate userProvidedCqValue they must provide userProvidedThresholdValue's.

Usage

addThresholdCq(file, calculateUserProvidedCq)

Arguments

file

results_Table or standardCurveResults_Table file that is read in.

calculateUserProvidedCq

defines if user wants UserProvidedCq value to be calculated and added to file. Update variable to "Yes" to have value added or "No" if not.

Value

Writes updated CSV file to local directory.


[Package MDMAPR version 0.2.3 Index]