We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1a4e4 commit 8454689Copy full SHA for 8454689
singlecell/resources/chunks/CommonFilters.R
@@ -101,7 +101,7 @@ for (datasetId in names(seuratObjects)) {
101
seuratObj <- NULL
102
} else {
103
seuratObj <- subset(seuratObj, cells = cells)
104
- print(paste0('Cells after subset: ', ncol(seuratObj)))
+ print(paste0('After removing cells without hashing: ', ncol(seuratObj)))
105
}
106
}, error = function(e){
107
if (!is.null(e) && e$message == 'Cannot find cells provided') {
0 commit comments