writeQC {BeadExplorer} | R Documentation |
Writes QC data from a beadData and corresponding beadQC object to a log file
writeQC(beadData, beadQC, file = "ArrayQuality.txt", verbose = TRUE, ...)
beadData |
beadData-class object to write |
beadQC |
corresponding beadQC-class object to write |
file |
Name of log file |
verbose |
Logcial specifying if confirmation should be included |
... |
Arguments passed to write.table |
Only writes QC data if the the annotation slot (i.e. the analysis name) of the beadData-class
object has not already
been written to the log file. If no log file can be found a new one is created.
A commentary of the data writing is provided if verbose.
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
data(examplebeadData) data(examplebeadQC) writeQC(examplebeadData, examplebeadQC)