RGLab / openCyto

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

ODC-184 support split and duplicated dims in gs_add_gating_method(). #262

Open djhammill opened 3 weeks ago

djhammill commented 3 weeks ago

@amcdavid adding PR here to implement features or fixes required by CytoExploreR please see https://ozette.atlassian.net/jira/software/c/projects/ODC/issues/ODC-184

This PR just makes it easier for users to interact with the gs_add_gating_method() API which currently expects dims to be supplied in a concatenated comma-separated string (i.e. "FSC-A,SSC-A") rather than the conventional c("FSC-A", "SSC-A") - both inputs will be supported after this change.