write.SpotPosition: Write a SpotPosition object to file

Description Usage Arguments Value Author(s) See Also

Description

Write a SpotPosition object to file. By default, if not overridden by a method in a subclass, it writes the data to a tab-delimited file. Note that subclasses like GenePixData, ScanAlyzeData and SpotData do write files in their special file formats. To force such object of such classes to be written as tab-delimited file, do write.MicroarrayData(object, ...) instead.

Usage

1
2
## S3 method for class 'SpotPosition'
write(this, filename, path=NULL, slides=NULL, overwrite=FALSE, row.names=FALSE, sep="	", ..., verbose=FALSE)

Arguments

filename

The filename of the GPR file to be written.

path

The path to the GPR file.

overwrite

If TRUE, an existing file is overwritten. Otherwise an exception is thrown.

row.names

If TRUE, row names are written, otherwise not.

sep

The separator between the cells.

...

Other arguments accepted by subclasses or which are passed to write.table.

Value

Returns nothing.

Author(s)

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

See Also

*read(). For more information see SpotPosition.


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