RGLab / openCyto

A package that provides data analysis pipeline for flow cytometry.
GNU Affero General Public License v3.0
75 stars 29 forks source link

Handle multiple alias in GatingSet check. #251

Open djhammill opened 11 months ago

djhammill commented 11 months ago

@mikejiang, just making sure that this check (alias versus current descendant nodes in GatingSet) runs with multiple populations (e.g. quadrant gates). Currently, we get an error as it returns a logical with multiple values (one value per popAlias) which throws an error for latest version of R.