-
Notifications
You must be signed in to change notification settings - Fork 58
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
Is there a way to run k-means only clustering inside scimap module? #571
Comments
Hi @emir-radkevich, Looking at the code, it doesn't look like it. Seems the wrapper purposefully runs all four clustering methods. @ajitjohnson: Would it be possible to expose |
exposed a parameter called
let me know if it works. I can then rebuild the docker for mcmicro. |
Thanks so much, @ajitjohnson. I would say let's go ahead and build the container. We will want to test it in a containerized workflow anyway. Based on this CI script, I think it will automatically |
Thanks. As a follow-up question, what is the difference between scanpy and scimap steps? |
They are just different toolboxes developed by different people. Scimap exposes clustering to MCMICRO, but the toolbox itself is standalone and has a lot of other functionality for doing downstream analysis of spatial data: https://scimap.xyz/ "scanpy" is one of three clustering modules that were developed to have standardized i/o interface, with the other two being:
|
Hi.
I would like to have k-means and leiden clustering outputs only. Is there a way to specify that behaviour in
params.yml
?Thanks.
The text was updated successfully, but these errors were encountered: