affy-options: Options for the affy package

Description Note Examples

Description

Description of the options for the affy package.

Note

The affy package options are contained in the Bioconductor options. The options are:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

affy documentation built on Nov. 8, 2020, 8:18 p.m.