affy (version 1.50.0)

affy-options: Options for the affy package

Description

Description of the options for the affy package.

Arguments

Examples

Run this code
## get the options
opt <- getOption("BioC")
affy.opt <- opt$affy

## list their names
names(affy.opt)

## set the option compress.cel
affy.opt$compress.cel <- TRUE
options(BioC=opt)

Run the code above in your browser using DataLab