formatRawFluorescenceFile: Format raw qPCR fluorescence file data for results_Table or...

Description Usage Arguments Value

View source: R/qPCRFileTransformation.R

Description

Function formats raw qPCR fluoresence file data from MIC, StepOnePlus or Biomeme two3/Franklin machines into table that includes well location names and fluorescence data for each reaction cycle. The table is written to the local machine directory as a CSV file. The formatted data can be copied and pasted into the results_Table or standardCurveResults_Table, which are used in the MDMAPR 2.0 MySQL database.

Usage

1
formatRawFluorescenceFile(rawFluorescenceFile, platform, outputFileName)

Arguments

rawFluorescenceFile

defines raw qPCR fluorescence file to read in.

platform

defines platform fluorescence file was generated from.

outputFileName

defines output name for CSV file that data will be written to.

Value

Writes CSV file to local directory.


MDMAPR documentation built on June 23, 2021, 9:08 a.m.