write.beadData {BeadExplorer}R Documentation

Write beadData to a file

Description

Write intensity and detection (and annotation) data to a tab de-limited text file

Usage

write.beadData(beadData, verbose = TRUE,...)

Arguments

beadData Object of class beadData-class
verbose Logcial, specifying if confirmation should be given
... Arguments passed to write.table

Details

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.

Value

None

Author(s)

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

Examples


data(examplebeadData)
## Not run: 
write.beadData(examplebeadData)
## End(Not run)

[Package BeadExplorer version 1.2.0 Index]