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.
@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 expectsdims
to be supplied in a concatenated comma-separated string (i.e. "FSC-A,SSC-A") rather than the conventionalc("FSC-A", "SSC-A")
- both inputs will be supported after this change.