Skip to content

Commit

Permalink
Update limiric_core.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Sep 12, 2024
1 parent 7d0917f commit 51ee94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/limiric_core.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ limiric_core <- function(
)

# Label barcodes if they are likely RBCs or have hemoglobin contamination
# WANT TO EDIT TO INTRODUCE A RANGE
Seurat[['RBC']] <- ifelse(Seurat$hemo.percent != 0, "RBC", "non-RBC")

# Calculate the number of RBCs (account for none)
Expand Down

0 comments on commit 51ee94a

Please sign in to comment.