Description Usage Arguments Value Author(s) See Also Examples
Reads an ImaGene result file. Currently ImaGene v4.1, v4.2, v5.0 files are supported. If the version is not recognized it will try to make a best guess and read it in anyway. However, it can not be guaranteed that all fields will be of the correct data type.
1 | ImaGeneData$read(filename, path=NULL, verbose=FALSE, ...)
|
filename |
The filename of the file to be read. |
path |
The path to the file. |
verbose |
If |
Returns an ImaGeneData
object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see ImaGeneData
.
1 2 3 | igG <- ImaGeneData$read("imagene234.cy3", path=system.file("data-ex", package="aroma"))
igR <- ImaGeneData$read("imagene234.cy5", path=system.file("data-ex", package="aroma"))
raw <- getRawData(igR, igG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.