Currently .merge routine only drops the unstained channel (and also excluding FSCSSC from the drop list).
@gfinak encountered the use case where the extra stained channel needs to be dropped.
And I also have the use case where the extra SSC-H(unused) in one batch failed the merging.
We can add force = FALSE option to enable dropping any channels if needed.
Currently
.merge
routine only drops theunstained
channel (and also excludingFSC
SSC
from the drop list). @gfinak encountered the use case where the extrastained
channel needs to be dropped. And I also have the use case where the extraSSC-H
(unused) in onebatch
failed the merging.We can add
force = FALSE
option to enable dropping any channels if needed.