ncborcherding / scRepertoire

A toolkit for single-cell immune profiling
https://www.borch.dev/uploads/screpertoire/
MIT License
311 stars 54 forks source link

Minor combineTCR fix & force `samples` argument in `combineBCR` #450

Open Qile0317 opened 19 hours ago

Qile0317 commented 19 hours ago

Switched back to using the $barcode syntx for selecting the barcode column instead of assuming its in the first position. Encountered this issue when working with a custom version of the data I manipulated.

Also slightly refactored combineBCR - only change is that the sample argument was disallowed to be null and the stop call was removed when it is. If this was a bad idea let me know @ncborcherding