Fit a glmer model for an individual gene
glmerApply(
geneList,
fullFormula,
data,
control,
modelData,
designMatrix,
offset,
...
)
List with gene expression and dispersion
the model formula. For more information of formula
structure see lme4::glmer()
The sample data or metadata.
the glmer control (default=glmerControl(optimizer="bobyqa")).
For more information see
lme4::glmerControl()
.
Expanded design matrix
The design matrix
this can be used to specify an a priori known component to be
included in the linear predictor during fitting. For more information see
lme4::glmer()
.
Other parameters to pass to
lme4::glmer()
Returns a GlmmSeq object with results for gene-wise general linear mixed models