Skip to content
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

[ENH] Hierarchical Clustering: Annotate variables with clusters #5514

Merged
merged 2 commits into from
Aug 9, 2021

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Jul 4, 2021

Issue

Fixes #5467.

Description of changes

Add attribute "cluster" to variables when clustering by columns.

Includes
  • Code changes
  • Tests
  • Documentation

@janezd janezd changed the title Hierarchical Clustering: Annotate variables with cluseters [ENH] Hierarchical Clustering: Annotate variables with clusters Jul 4, 2021
@janezd janezd force-pushed the hierarchical-annotate-vars branch from 5bb8c78 to d65d981 Compare July 16, 2021 17:24
@codecov
Copy link

codecov bot commented Jul 16, 2021

Codecov Report

Merging #5514 (72e2451) into master (f9d78d6) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5514      +/-   ##
==========================================
+ Coverage   86.38%   86.40%   +0.02%     
==========================================
  Files         304      304              
  Lines       61753    61826      +73     
==========================================
+ Hits        53344    53421      +77     
+ Misses       8409     8405       -4     

@markotoplak
Copy link
Member

Thanks. I added a test.

@markotoplak markotoplak merged commit 1d3c728 into biolab:master Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hierarchical Clustering by Column Does not Output Cluster Numbers
2 participants