batchAnalysis {BeadExplorer} | R Documentation |
Batch analysis of Illumina BeadStudio output files
batchAnalysis()
This is a wrapper function that looks for all files within the current working directory that end in
'gene profile.csv' and analyses them in series. The corresponding 'qcinfo.csv' files
are also required within the working directory. The function basically repeats the default beadAnalysis
function for every file in the directory.
None
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
## Not run: batchAnalysis() ## End(Not run)