-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up fitting process when including random effect with lme4
?
#130
Comments
|
Thanks! I'll try and report back later. As for your 4th comment, I have 3 conditions, 6 subjects each. This model includes all three conditions so 18 subjects in total. In the end, I want to perform the DE test pairwisely between the 3 disease conditions. I guess I can do this with |
OK it ran pretty fast when I set
But all the p-values turn out to be
|
Not sure. If you provide a reproducible example and output from |
I believe this is related to #143 and was fixed recently. |
Hi there!
I'm trying to fit a model with a random effect term following your tutorial on Bioconductor and this issue: #107
My
sca
object contains ~5k genes and ~3k cells. But this fitting process is taking forever to finish, even withoptions(mc.cores = 16)
.There are some discussions over the internet on this and the following seems to be one of the solutions:
https://cran.r-project.org/web/packages/lme4/vignettes/lmerperf.html
I was wondering how should I set these parameters in the
zlm
function. I've triedfitArgsC
andfitArgsD
like this but got errors:Any suggestions on this? Thanks in advance!
Junhao.
The text was updated successfully, but these errors were encountered: