readQC {BeadExplorer} | R Documentation |
Read data contained within a log file
readQC(file = "ArrayQuality.txt")
file |
File path of the log file |
Reads log file data into a data.frame
A data.frame
of QC data
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
writeQC
## Not run: QC<-readQC() ## End(Not run)