glSeq | R Documentation |
This function is an LME4 wrapper for dosage analysis.
glSeq(dm, model, ...)
dm |
The dm data. Generally a reformatted object from se.DM. |
model |
The model. Expressed using standard LME4 syntax, see vignette. |
... |
passthrough arguments. |
This function is an lme4 wrapper.
Returns LME4 output.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
data(hmel.se)
f_se <- quantFilter(se, lo.bound = 0.4, hi.bound = 0.5)
dm <- se.DM(f_se)
glSeq(dm, "-1 + replicate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.