-
Notifications
You must be signed in to change notification settings - Fork 15
Estimating K #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
Comments
Hi, we actually put a certain value to "interpretation" in addition to the bootstrap standard errors and log-likelihood. You may want to see the article http://biorxiv.org/content/early/2015/06/01/019901 . |
Hi, I have read your paper and I am finding difficulty finding the section of the interpretation value. Do you have code to calculate the value or a specific section of the paper describing it? |
Hi, sorry for late response. I have not organized the code for choosing the K. Once, I have organized it, I may upload.... |
Hi Yuichi, thank you for your reply. I am looking forward to your K optimization code. I would be happy to test it. I am testing your script currently and I am wondering if your are interested in bench marking and profiling your code. |
Thanks. I'm happy if you could share about the benchmarking and profiling results. I feel there is still much room for further optimization. |
I was also confused about the criteria for correlated memberships for signatures. What is the cutoff line you use to define a high correlation? Thank you. |
Thanks for the question. Maybe we can use common statistical tests for measuring "correlation". But since the membership parameters are constrained to sum to 1, I'm not sure the validity for that... |
Hi,
I have a function that plots standard error and loglikelihood to visually decide on a K value. I am taking the mean standard error and I am wondering if this is the best way of getting the standard error value for each K. Is there a better way to do this? I'm thinking of extending the code to make it decide K automatically.
The text was updated successfully, but these errors were encountered: