Description Usage Arguments Value Author(s) See Also Examples
Writes the QuantArrayData object to a file using QuantArray file format.
1 2  | 
filename | 
 The filename of the file to be written.  | 
path | 
 The path to the file.  | 
slide | 
 An   | 
... | 
 Arguments passed to   | 
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
To read a QuantArray result data file see *read().
For more information see QuantArrayData.
1 2 3 4 5 6 7 8 9 10 11  |  ## Not run: 
  # At the moment there is no QuantArray sample files in the package...
  # qa <- QuantArrayData$read("quantarray123.txt", path=system.file("data-ex", package="aroma"))
  # ...will use a GenePix sample file instead.
  qa <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
  # Writes the QuantArrayData object to a file named "temp.txt" in a format
  # that is as close as possible to the original format.
  write(qa, "temp.txt", overwrite=TRUE)
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.