readQpcr
.
Note: In order to qualify as a batch, it is assumed that the same set of primers
are being analyzed in each experiment.
readQpcrBatch(..., filenames = character(), header = FALSE, qc = FALSE)
qpcrBatch
object.
readQpcrBatch()
all the files in the working directory are
read and put into a qpcrBatch
object.
All files must conform to the following structure:
1st column = names denoting genes or primer pairs
2nd column = plate index of each gene or primer pair
remaining columns = (replicate) Ct values Note: the majority of arguments to readQpcr are identical to those supplied to read.table. These have been included to
give the user greater control over data input, should the data deviate from a standard tab-delimited file structure.
For a set of standard tab-delimited text files (without column headers), specifying the filenames
should be sufficient.
ctQc
, readQpcr
, setwd
## myBatch <- readQpcrBatch()
Run the code above in your browser using DataLab