Description Usage Arguments Value Author(s) Examples
Static method that reads microarray data generated by another software package into a MicroarrayData object. If the a filename pattern is used, the files are guaranteed to be read in lexical (alphabetic) order.
1  | MicroarrayData$read(..., verbose=FALSE)
 | 
... | 
 Any arguments accepted by the read() methods of the subclasses. Such arguments are commonly: filename, pattern and path.  | 
verbose | 
 If   | 
Returns a MicroarrayData object.
Henrik Bengtsson (http://www.braju.com/R/)
1 2 3 4 5 6 7 8 9 10  |   ## Not run: 
  # Due to a bug in R CMD check (R v1.7.1) the MicroarrayData$read() call
  # below will call getKnownSubclasses(), which will generate
  #   "Error in exists(objectName, mode = "function") :
  #	   [2003-07-07 23:32:41] Exception: F used instead of FALSE"
  # Note that the example still work, just not in R CMD check
  sa <- MicroarrayData$read(pattern="group.*.dat", path=system.file("data-ex", package="aroma"))
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.