Learn R Programming

qpcrNorm (version 1.30.0)

writeQpcr: Writes qpcrBatch object out to a File.

Description

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.

Usage

writeQpcr(qBatch, fileName, ...)

Arguments

qBatch
A qpcrBatch object.
fileName
Character string specifying name of the output file.
...
Extra arguments to be passed to write.table.

Details

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

References

Mar J et al. Data-driven Normalization Strategies for qPCR Data. Technical Report, 2008.

See Also

write.table

Examples

Run this code
	## writeQpcr(qpcrBatch.object, "output1.txt")

Run the code above in your browser using DataLab