readQC {BeadExplorer}R Documentation

Reads log file data

Description

Read data contained within a log file

Usage

readQC(file = "ArrayQuality.txt")

Arguments

file File path of the log file

Details

Reads log file data into a data.frame

Value

A data.frame of QC data

Author(s)

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

See Also

writeQC

Examples

## Not run: 
QC<-readQC()
## End(Not run)

[Package BeadExplorer version 1.2.0 Index]