Description Usage Arguments Value Author(s) See Also Examples
Writes the ImaGeneData object to a file using ImaGene 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 an ImaGene result data file see *read()
.
For more information see ImaGeneData
.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.