write.QuantArrayData: Write a QuantArray result data file

Description Usage Arguments Value Author(s) See Also Examples

Description

Writes the QuantArrayData object to a file using QuantArray file format.

Usage

1
2
## S3 method for class 'QuantArrayData'
write(this, filename, path=NULL, slide=1, overwrite=FALSE, ..., digits=9, verbose=FALSE)

Arguments

filename

The filename of the file to be written.

path

The path to the file.

slide

An integer specifying which slide to be written to file. Currently, only one slide at the time can be written.

...

Arguments passed to write.table.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

To read a QuantArray result data file see *read(). For more information see QuantArrayData.

Examples

 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)

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.