-
Notifications
You must be signed in to change notification settings - Fork 9
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
get_start.R function #8
Comments
I have a similar problem. I cannot get get_start to run. Hopefully the developers can address this. |
+1 |
1 similar comment
+1 |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I noticed that the get_start.R function calls the get_hmm_order function at line 17 and in line 18 it needs an output from get_hmm_order (re$p). However, when looking at get_hmm.R I cannot seem to find 'p' as a component of the output (rr). From what I understand this is used for comparing the likelihoods computed from applying the Viterbi algorithm on different rotations of the cell order indices. It seemed to work fine when I added that component to the end of get_hmm.R. Is this what it is meant to do?
The text was updated successfully, but these errors were encountered: