-
Notifications
You must be signed in to change notification settings - Fork 78
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
Missing value OptimizeALS #263
Comments
Hi @mtegtmey , Sorry about the late reply. Have you resolved this issue yet? If not, do you mind sharing a code snippet where you ran into this issue? Best, |
Hello, I am running into this issue as well. I just ran
|
Hi @vivianlu63 , NAs in the ligerObject@scale.data can cause the error reported above. Best, |
Hello, I ran into the same issue reported above. Thanks, best |
I use LIGER pretty regularly for integrating in vitro datasets with brain atlas data but came across this error I've not previously seen before. Any thoughts would be greatly appreciated! I don't have any missing values in my metadata, so the error is confusing me a bit.
Error in if (trim > 0 && n) {: missing value where TRUE/FALSE needed
Traceback:
. thresh = thresh, max.iters = max.iters, nrep = nrep, H.init = H.init,
. W.init = W.init, V.init = V.init, rand.seed = rand.seed,
. print.obj = print.obj)
. thresh = thresh, max.iters = max.iters, nrep = nrep, H.init = H.init,
. W.init = W.init, V.init = V.init, rand.seed = rand.seed,
. print.obj = print.obj)
The text was updated successfully, but these errors were encountered: