write.beadData {BeadExplorer} | R Documentation |
Write intensity and detection (and annotation) data to a tab de-limited text file
write.beadData(beadData, verbose = TRUE,...)
beadData |
Object of class beadData-class |
verbose |
Logcial, specifying if confirmation should be given |
... |
Arguments passed to write.table |
Write beadData-class
to specified file. The name of the file is taken from the annotation slot of the beadData-class
object with the addition of 'results' suffix.
None
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
data(examplebeadData) ## Not run: write.beadData(examplebeadData) ## End(Not run)