Description Usage Arguments Value Author(s) See Also Examples
Static method that read a experiment setup file describing a cDNA microarray experiment.
1 | ExperimentalSetup$read(filename, path=NULL, ...)
|
filename |
The filename of the setup file to be read. |
path |
Optional path to the setup file. |
verbose |
If \codeTRUE, information will printed out during the file reading/parsing. |
Returns an ExperimentalSetup
object.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see ExperimentalSetup
.
1 2 | setup <- ExperimentalSetup$read("ScanAlyze.setup", path=system.file("misc", package="aroma"))
print(setup)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.