mcimport: Import BioRad qPCR Data

Description Usage Arguments Details Examples

View source: R/mcimport.R

Description

This function imports a meltcurve derivative .txt file from CFX manager and returns a dataframe.

Usage

1
mcimport(indir, cqimport = df, meltderivative = meltderivative)

Arguments

cqimport:

A cqimport object.

indir:

The path of the root directory containing the script.

meltderivative:

This is the file containing the meltcurve derivative data.

Details

First simply use the file name (without .txt) as input, assuming subfolder /input as source.

Examples

1
2
3
4
5
6
7
#The .txt files should be in: "parent_directory/input/example_file_name.txt"

setwd("parent_directory")
filename <- "example_file_name"
meltderivative <- "example_file_name"
df <- cqimport(filename)
mc <- mcimport(cqimport = df, meltderivative = meltderivative)

jrijn/Rsome documentation built on April 13, 2020, 7:52 p.m.