Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Aug 1, 2024
1 parent d16be87 commit f107376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ subsetSeuObjByIdent <- function(
identGroupKeep
}
message(
"ident: ", ident, " | ", length(identGroupKeep), " ID-groups selected: ", paste(head(identGroupKeep)),
"ident: ", ident, " | ", length(identGroupKeep), " ID-groups selected: ", kppc(head(identGroupKeep)),
"... | invert: ", invert, "\n"
)

Expand Down

0 comments on commit f107376

Please sign in to comment.