-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to calculate likehood (Unknown number of mixed samples split) #217
Comments
Its in one of the .out files (clusters.out maybe). Its on the final line of that file. |
It will say something like best total log likelihood is blah |
And it is the total marginal log likelihood across all cells and marginalized across clusters as shown in the supplement of the paper |
As from before, it is the number on the final line. The highest (least negative) value is the best and final result. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm a graduate student. Recently, I encountered some problems when using your new algorithm to split mixed sample data. My single cell data comes from embryos, which number of embryos is unknown.
What I want to consult is,how to calculate the total log-likelihood value in your article? According to the cluster_temp file or the cluster file? Do all the data add up directly, or each cell only calculate the log-likelihood value of its own cluster?
The text was updated successfully, but these errors were encountered: