read.ExperimentalSetup: Reads a file specifying the setup of a microarray experiment

Description Usage Arguments Value Author(s) See Also Examples

Description

Static method that read a experiment setup file describing a cDNA microarray experiment.

Usage

1
ExperimentalSetup$read(filename, path=NULL, ...)

Arguments

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.

Value

Returns an ExperimentalSetup object.

Author(s)

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

See Also

For more information see ExperimentalSetup.

Examples

1
2
   setup <- ExperimentalSetup$read("ScanAlyze.setup", path=system.file("misc", package="aroma"))
   print(setup)

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