writeQpcr {qpcrNorm} | R Documentation |
This function writes a qpcrBatch
out to a tab-delimited text file.
writeQpcr
can be used to write out the normalized qPCR data out
to an external file.
writeQpcr(qBatch, fileName, ...)
qBatch |
A qpcrBatch object. |
fileName |
Character string specifying name of the output file. |
... |
Extra arguments to be passed to write.table . |
Function creates a tab-delimited text file with three columns,
1st column = names denoting genes or primer pairs
2nd column = plate index
3rd column = normalized Ct value
Jess Mar jess@jimmy.harvard.edu
Mar J et al. Data-driven Normalization Strategies for qPCR Data. Technical Report, 2008.
## writeQpcr(qpcrBatch.object, "output1.txt")