Clustering rows only, columns only, then both results in scrambled tree

Issue #356 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Cluster both axes after having clustered each axis individually.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open a cdt file that only have clustered rows (only the gtr file exists next to it)
  2. Cluster columns only (select "Do not cluster" for rows)
  3. Cluster both rows & columns

CURRENT BEHAVIOR

Row tree is a mess:

clusterrows_clustercols_clusterall.png

EXPECTED BEHAVIOR

Row tree should look like this:

expectedclusterresult.png

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Unsure. Clustering should not be dependent on starting state - whether trees present or not individually.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

I started with a cdt and gtr file (no atr file). I've attached a zip file of the files that resulted in the image above.

Comments (4)

  1. Log in to comment