Skip to content

Commit 8454689

Browse files
committed
More informative logging after filter
1 parent 5c1a4e4 commit 8454689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/CommonFilters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ for (datasetId in names(seuratObjects)) {
101101
seuratObj <- NULL
102102
} else {
103103
seuratObj <- subset(seuratObj, cells = cells)
104-
print(paste0('Cells after subset: ', ncol(seuratObj)))
104+
print(paste0('After removing cells without hashing: ', ncol(seuratObj)))
105105
}
106106
}, error = function(e){
107107
if (!is.null(e) && e$message == 'Cannot find cells provided') {

0 commit comments

Comments
 (0)