Skip to content

Commit

Permalink
mod clustering plot [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebolo1993 committed May 14, 2024
1 parent efb9076 commit 2e23758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cosigt_smk/workflow/scripts/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def agglomerative(mtx,prefix):
leaf_label_func=lambda x: hgl[x],
leaf_rotation=45,
leaf_font_size=5,
show_contracted=True
show_contracted=False
)
plt.xlabel('haplotype group (# haplotypes)')
plt.ylabel('jaccard dissimilarity')
Expand All @@ -89,7 +89,6 @@ def agglomerative(mtx,prefix):
plt.close()



def LinkageMatrix(model):

'''
Expand Down

0 comments on commit 2e23758

Please sign in to comment.