Skip to content

Commit

Permalink
docs(scar): refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed Aug 10, 2024
1 parent d44f3a3 commit 78f8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scar/main/_scar.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class model:
sorted_native_counts = citeseq.native_signals[citeseq.celltype.argsort()][
:, citeseq.ambient_profile.argsort()
] # native counts
sorted_denoised_counts = citeseq_denoised.native_counts[citeseq.celltype.argsort()][
sorted_denoised_counts = citeseq_denoised.native_counts.toarray()[citeseq.celltype.argsort()][
:, citeseq.ambient_profile.argsort()
] # denoised counts
Expand Down

0 comments on commit 78f8f76

Please sign in to comment.