-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Kmeans clustering when using ClusterMapPlotter function #24
Comments
This is a good suggestion. |
I am interested in this as well, in the R package I used cluster_columns= cluster_within_group(), it is great not only for grouping by kmeans or any other clustering annotation but also for clinical metadata such as maturation stage of the tumor, etc. Looking forward to seeing this implemented in PyComplexHeatmap. |
I am not quite sure what you mean, could you please make it more specific? |
I see. I will work on it when I have time. |
Would you like to contribute to this package by implementing this function? @ftamiro |
I am already trying to replicate this function in Python. This could require more skills than what I have now, but if I manage to get something useful, I would like to contribute |
Please let me know if you have any questions during the development. |
Hello Francesco, I have already implemented the |
Will the Pycomplexheatmap support Kmeans clustering when using ClusterMapPlotter function. I just mean that first use Kmeans to form different goups, then run hierarchical clustering within each group, finally hierarchically cluster different groups. The R package complexheatmap support the process.
Thanks!
The text was updated successfully, but these errors were encountered: