Fit an lmer model for an individual gene
lmerApply(
geneList,
fullFormula,
data,
control,
modelData,
designMatrix,
offset,
...
)
Returns a list of results for gene-wise linear mixed models
List with gene expression and dispersion
the model formula. For more information of formula
structure see lme4::glmer()
The sample metadata.
the lmer control (default = lmerControl()). For more information see
lme4::lmerControl()
.
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::lmer()
.
Other parameters to pass to
lme4::lmer()