.setAffyOptions {affy} | R Documentation |
~~ Set the options for the package
.setAffyOptions(affy.opt = NA)
affy.opt |
A list structure of options. If NA , the
default options are set. |
See the vignettes to know more. This function could disappear in favor of a more general one the package Biobase
The function is used for its side effect. Nothing is returned.
Laurent
affy.opt <- getOption("BioC")$affy .setAffyOptions(affy.opt)