writeQpcr: Writes qpcrBatch object out to a File.

Description Usage Arguments Details Author(s) References See Also Examples

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

1
  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

Author(s)

Jess Mar jess@jimmy.harvard.edu

References

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

See Also

write.table

Examples

1
	## writeQpcr(qpcrBatch.object, "output1.txt")

qpcrNorm documentation built on Nov. 8, 2020, 4:54 p.m.