Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
 smoothing notebook
  • Loading branch information
Gibbsdavidl committed Sep 25, 2024
1 parent 136fac0 commit ec1c943
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 978 deletions.
2 changes: 1 addition & 1 deletion gssnng/score_cells.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _build_data_list(
# then for each group
qi = adata[adata.obs['gssnng_groupby'] == ci]
if recompute_neighbors > 0:
print("RECOMPUTING KNN")
print("RECOMPUTING KNN for " + ci)
sc.pp.neighbors(qi, n_neighbors=recompute_neighbors)
# smooth and make an adata, and add to the list
qi_smoothed = _smooth_out(qi, samp_neighbors, smooth_mode)
Expand Down
Loading

0 comments on commit ec1c943

Please sign in to comment.