Skip to content

Commit

Permalink
Update scib/metrics/cell_cycle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae authored Dec 20, 2024
1 parent 504885e commit 65ad588
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 65ad588

Please sign in to comment.