Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Jan 14, 2025
1 parent 626b174 commit 013fd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyses/hello-clusters/02_compare-clustering-parameters.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ cell_metric_list <- cluster_results_list |>
# calculate silhouette width
silhouette_df <- rOpenScPCA::calculate_silhouette(pca_matrix, cluster_df)
# calculate neighbhorhood purity
purity_df <- rOpenScPCA::calculate_purity(pca_matrix, silhouette_df)
# calculate neighbhorhood purity, starting from silhouette_df
OpenScPCA::calculate_purity(pca_matrix, silhouette_df)
}
)
Expand Down

0 comments on commit 013fd7c

Please sign in to comment.