writeQC {BeadExplorer}R Documentation

Writes QC data to a log file

Description

Writes QC data from a beadData and corresponding beadQC object to a log file

Usage

writeQC(beadData, beadQC, file = "ArrayQuality.txt", verbose = TRUE, ...)

Arguments

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

Details

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.

Value

A commentary of the data writing is provided if verbose.

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

Examples

data(examplebeadData)
data(examplebeadQC)
writeQC(examplebeadData, examplebeadQC)

[Package BeadExplorer version 1.2.0 Index]