affy (version 1.50.0)

.setAffyOptions: ~~function to set options ~~

Description

~~ Set the options for the package

Usage

.setAffyOptions(affy.opt = NA)

Arguments

affy.opt
A list structure of options. If NA, the default options are set.

Value

The function is used for its side effect. Nothing is returned.

Details

See the vignettes to know more. This function could disappear in favor of a more general one the package Biobase.

Examples

Run this code
affy.opt <- getOption("BioC")$affy

.setAffyOptions(affy.opt)

Run the code above in your browser using DataCamp Workspace