-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow distance matrix input #30
Comments
Can you elaborate a little more on what you mean? |
In some situations, we might have just distance matrices and not original data matrix. Visualizing heatmap of distance matrices and dendograms might be a good idea. Here is one illustration:
produces: I find |
I see what you're suggesting. At some point I might add this functionality, but at the moment doing this would only require one extra line converting the distance matrix to an actual matrix:
|
You are missing the point: Hierarchical clustering of the
produces: |
Ah I see - so you want to provide the original dendrogram but plot the distance matrix. I'll add this to my list of features to add... it might be a while before I get to it though. I have other priorities at the moment unfortunately. |
Hi Rebecca,
Thanks for the handy package!
Would it be a good idea to allow a distance matrix input?
The text was updated successfully, but these errors were encountered: