-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
EnhancementImprovement to an already-existing feature.Improvement to an already-existing feature.
Description
We currently have quite a few of these and it's not clear what the differences between them are. These include:
- The kwarg
cluster_colinshowPerturbResponse, which does nothing except affect the xlabel - The kwarg
clusterinshowAtomicMatrix, which likewise does nothing - The function
clusterMatrixin utilities/catchall.py, which reorders a matrix using scipy.cluster.hierarchy - The function
reorderMatrixin utilities/catchall.py, which reorders a matrix using a precalculated tree - The function
findSubgroupsin utilities/catchall.py, which finds subgroups from a tree and optionally uses scipy.cluster.hierarchy.fcluster on a linkage matrix - The incoming function
clusterSubfamiliesin pull request Added calcModeClusters method to utilities/catchall.py #1098
There are probably more too. For example, the function calcTree likely has some other redundant relatives.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementImprovement to an already-existing feature.Improvement to an already-existing feature.