Description Usage Arguments Value Author(s) References See Also Examples
Writes the GenePixData object to a file with the GenePix file format GPR (GenePix Results Format).
1 2 |
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. |
overwrite |
If |
... |
Arguments passed to |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
GenePix File Formats, http://www.axon.com/GN_GenePix_File_Formats.html
To read one or more GenePix Results files
see *read()
.
For more information see GenePixData
.
1 2 3 4 5 6 7 | gpr <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
# Writes the GenePix Results Data to a file named "temp.gpr". Note
# that this file won't be exactly the same since a few lines,
# specifying for instance the creator of the file, will be added.
write(gpr, "temp.gpr", overwrite=TRUE)
file.show("temp.gpr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.