Skip to content

Commit

Permalink
Merge branch 'optimise_pcr' of github.com:theislab/scib into optimise…
Browse files Browse the repository at this point in the history
…_pcr
  • Loading branch information
mumichae committed Dec 20, 2024
2 parents e56c641 + 65ad588 commit c54ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scib/metrics/cell_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_pcr_before_after(
covariate = raw_sub.obs[["S_score", "G2M_score"]]

# PCR on adata before integration
if recompute_pcr: # TODO: does this work for precomputed values?
if recompute_pcr:
before = pc_regression(
raw_sub.X,
covariate,
Expand Down

0 comments on commit c54ad5c

Please sign in to comment.