Skip to content

Commit

Permalink
Update heatcluster.py
Browse files Browse the repository at this point in the history
Added an indent for line 114.
  • Loading branch information
DrB-S authored Aug 6, 2024
1 parent 334093f commit c63716d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions heatcluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,8 @@ def determine_heatmap_size(df, SNPmatrix):

# Apply the function to each column in the DataFrame
for col in df.columns:
labels = df.with_column(df[col].apply(replace_large_values).alias(col))
labels = df.with_column(df[col].apply(replace_large_values).alias(col))


#labels = df.map_rows(lambda v: '10K+' if v > 10000 else v)
"""
Save sorted csv SNP matrix
"""
Expand Down

0 comments on commit c63716d

Please sign in to comment.