Skip to content

Commit fa69c4b

Browse files
committed
Bugfix to TCR filtering
1 parent b52803a commit fa69c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/TcrFilter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for (datasetId in names(seuratObjects)) {
2222
return(FALSE)
2323
}
2424

25-
values <- unlist(strsplit(x, split = ','))
25+
values <- unlist(strsplit(as.character(x), split = ','))
2626
return(length(intersect(values, cdr3ForLocus)) != 0)
2727
})
2828

0 commit comments

Comments
 (0)