path <- system.file("exData", package = "ReadqPCR")
# read 1 file
taqman.example <- file.path(path, "example.txt")
qPCRBatch.taq <- read.taqman(taqman.example)
# read 2 files
taqman.example.second.file <- file.path(path, "example2.txt")
qPCRBatch.taq.two.files <- read.taqman(taqman.example,
taqman.example.second.file)
Run the code above in your browser using DataLab