write.ImaGeneData: Write an ImaGene result data file

Description Usage Arguments Value Author(s) See Also Examples

Description

Writes the ImaGeneData object to a file using ImaGene file format.

Usage

1
2
## S3 method for class 'ImaGeneData'
write(this, filename, path=NULL, slide=1, overwrite=FALSE, ..., digits=13, 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 an ImaGene result data file see *read(). For more information see ImaGeneData.

Examples

1
2
3
4
5
  ig <- ImaGeneData$read("imagene234.cy3", path=system.file("data-ex", package="aroma"))

  # Writes the ImaGeneData object to a file named "temp.cy3" in a format
  # that is as close as possible to the original format.
  write(ig, "temp.cy3", overwrite=TRUE)

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