We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52803a commit fa69c4bCopy full SHA for fa69c4b
singlecell/resources/chunks/TcrFilter.R
@@ -22,7 +22,7 @@ for (datasetId in names(seuratObjects)) {
22
return(FALSE)
23
}
24
25
- values <- unlist(strsplit(x, split = ','))
+ values <- unlist(strsplit(as.character(x), split = ','))
26
return(length(intersect(values, cdr3ForLocus)) != 0)
27
})
28
0 commit comments