Skip to content

Commit

Permalink
Update limiric_core.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning committed Sep 12, 2024
1 parent 6a2a0c4 commit 558bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/limiric_core.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ limiric_core <- function(
# Calculate the number of RBCs (account for none)
RBC_number <- NULL

if (all(Seurat$hemo.percent == 0)) {
if (all(Seurat$hemo.percent <= hemo_threshold)) {

# Say there were no RBCs
RBC_number = 0
Expand Down

0 comments on commit 558bcc9

Please sign in to comment.