ncborcherding / scRepertoire

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

drop all NA rows from loadContigs output & clean up imports #442

Closed Qile0317 closed 2 weeks ago

Qile0317 commented 2 weeks ago

adresses concern in #430 about redundant rows in the output of loadContigs. Only significant changes are in R/loadContigs.R, the rest is just some cleanup of redundant import statements

Qile0317 commented 2 weeks ago

@ncborcherding Please confirm: I don't think this will break anything? To my knowledge the contig combination with single cell objects would be a full join so any possibly NA rows would probably be re-added anyway after combination?