Skip to content

Commit

Permalink
change productive to productivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Yu10 committed Nov 20, 2024
1 parent 4c3bd88 commit 57ac729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/setup_vdj_pseudobulk.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ setup_vdj_pseudobulk <- function(sce, mode_option = c("abT", "gdT", "B"), alread
if (!already.productive) {
if (is.null(mode_option)) {
if (!is.null(productive_cols)) {
message(paste("checking productive column(s) from", paste(productive_cols,
message(paste("checking productivity column(s) from", paste(productive_cols,
collapse = ", "), "..."), appendLF = FALSE)
cnumber0 <- dim(sce)[2]
sce <- Reduce(function(data, p_col) {
Expand Down

0 comments on commit 57ac729

Please sign in to comment.