-
Notifications
You must be signed in to change notification settings - Fork 4
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
Whether or How to determine the number of signatures (K) automatically? #8
Comments
In the paper and in our experiments, we plot heldout log-likelihood to determine K. I'll add that script to the demo directory but feel free to poke around in the TCGA-BRCA experiment to see. |
Thank you @wir963 ! I went to the demo folder, and ran help for stm_heldout_likelihood.R.
But I'm still confused about a couple of fields:
|
The feature input file is required when you use covariates (it isn't necessary otherwise). I copy-pasted the help message for --heldout from --testf and forgot to fix it but it should be obvious now. If you look at the |
Dear @wir963 ,
run_stm.R requires me to provide the number of signatures (K) in a mutation count input file.
But in many cases, it would not be possible to know K in advance. So is there a function to determine K automatically? If not, is there a plotting script to give me a PDF plot for aiding the selection of K? Thanks!
The text was updated successfully, but these errors were encountered: