Skip to content

Commit

Permalink
sl index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesOpz committed May 26, 2023
1 parent fc7b77a commit 8daea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sce_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ label_sce_data <- function(sce_split,
cocat_well_pos <- paste(rt_well_position, r2_well_position, r3_well_position, sep = "_")

# Well pos with sublib_id
pcr_bc4 <- paste0("sl", i)
pcr_bc4 <- paste0("sl", sl_index)
full_bc <- paste(cocat_well_pos, pcr_bc4, sep = "_")

# Add new colData
Expand Down

0 comments on commit 8daea2f

Please sign in to comment.