| GenoGAM-class {GenoGAM} | R Documentation |
This class is designed to represent the model object containing the estimate parameters, arguments and finals fits of the model on a basepair level.
designA mgcv-type formula object.
fitsA data.frame of the fits, the standard error and the first and second derivative of the fits for each experiment.
positionsA GPos object of the positions and seqnames corresponding to the rows in the 'fits' slot.
smoothsA data.frame of knot positions and base function coefficients, in order to reproduce the splines and compute derivatives.
vcovA list of covariance matrices for each tile fit.
experimentDesignThe design matrix according to which the fitting was performed.
fitparamsGlobal parameters 'lambda', 'theta', 'Coefficient of Variation' and the 'penalty order' used to compute the model.
familyThe distribution family.
cvparamsParameters used for cross validation.
settingsThe global and local settings that were used to compute the model.
tileSettingsA list of settings used to compute tiles.
Georg Stricker georg.stricker@in.tum.de