We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b786ebe commit 811f2afCopy full SHA for 811f2af
singlecell/resources/chunks/CommonFilters.R
@@ -96,7 +96,7 @@ for (datasetId in names(seuratObjects)) {
96
}
97
98
tryCatch({
99
- cells <- Seurat::WhichCells(seuratObj, expression = HTO.Classification!='ND' & HTO.Classification!='Discordant' & HTO.Classification!='Doublet')
+ cells <- Seurat::WhichCells(seuratObj, expression = HTO.Classification!='ND' & HTO.Classification!='Discordant' & HTO.Classification!='Doublet' & HTO.Classification!='Low Counts')
100
if (length(cells) == 0) {
101
print(paste0('There were no cells remaining after dropping cells without hashing'))
102
seuratObj <- NULL
0 commit comments