Skip to content
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

Error in if (abs(loglik[i] - loglik[i - 1]) < 0.1 || loglik[i] < loglik[i - : missing values where TRUE/FALSE values are required #58

Open
wqy399 opened this issue Apr 14, 2021 · 4 comments

Comments

@wqy399
Copy link

wqy399 commented Apr 14, 2021

When runCasper, I got this erro: Error in if (abs(loglik[i] - loglik[i - 1]) < 0.1 || loglik[i] < loglik[i - : missing values where TRUE/FALSE values are required.
Would you please help me to fugure out?

@wqy399
Copy link
Author

wqy399 commented Apr 14, 2021

10 genomics data was used.

@Troyee13
Copy link

Yes I 'm also facing this same problem. Please suggest.

@Gonysh
Copy link

Gonysh commented Apr 12, 2022

Me too

@hongjianjin
Copy link

hongjianjin commented Aug 19, 2022

I used bulk data. Had exact same error. But able to run toy example successfully. After checking my code, I found that colnames(data) don't match loh.name.mapping$loh.name . That solved my problem like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants