Clustering does not work

Issue #75 closed
Anastasia Baryshnikova created an issue

Hierarchical clustering (all default parameters) gets stuck at 100% of Column clustering and doesn't progress further. The used file is attached.

Comments (3)

  1. Christopher Keil repo owner

    Figured out what's going on with this. Returns wrong row or column index in HierarchicalCluster when it tries to find the current minimum value in the distance matrix, as needed to define the two genes that are closest to each other. Working on a fix.

  2. Christopher Keil repo owner

    Code that caused this issue has been completely replaced in commit 4200dfe. Has been successfully tested on Windows 8.1 machine with the specific file attached to this issue.

  3. Log in to comment