RGLab / flowIncubator

Routines that don't belong to the core flow packages yet.
1 stars 3 forks source link

add 'force' option to .merge #14

Closed mikejiang closed 11 years ago

mikejiang commented 11 years ago

Currently .merge routine only drops the unstained channel (and also excluding FSC SSC 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.