Learn R Programming

aroma.affymetrix (version 3.2.2)

setupExampleData.AromaAffymetrix: Setups example data in the current directory

Description

Setups example data in the current directory.

Usage

# S3 method for AromaAffymetrix
setupExampleData(pkg, dataset=NULL, chipType=NULL, dirs=c("annotationData", "rawData"),
  mustWork=TRUE, validate=FALSE, ...)

Value

Returns (invisibly) TRUE if all requested data was installed, otherwise FALSE.

Arguments

dataset, chipType

character strings specifying the data set and the chip type to install.

dirs

A character vector specifying which directories to setup.

mustWork

If TRUE, an error is thrown if the requested data set could not be installed, otherwise not.

validate

If TRUE, the installed files are also validated, otherwise not.

...

Not used.

Author

Henrik Bengtsson