| GenoGAMSettings-class {GenoGAM} | R Documentation |
This class is designed to store settings for the computation of the GenoGAM package
Center can have three values: TRUE, FALSE, NULL. TRUE will trigger the center function, FALSE will trigger the use of the entire fragment. NULL should be used in case a custom process function is used.
centerA logical or NULL value to specify if the raw data should be centered, i.e. only the midpoint of the fragment will be used to represent its coverage. See details.
chromosomeListA character vector of chromosomes to be used. NULL for all chromosomes.
bamParamsAn object of class ScanBamParam. See ?Rsamtools::ScanBamParam.
parallelA parallel backend of the respective class. See BiocParalell for the options
processFunctionA custom function on how to process raw data. Not used if center is TRUE/FALSE.
optimMethodThe optiomisation method to be used in cross validation.
optimControlSettings for the optim() function.
Georg Stricker georg.stricker@in.tum.de