RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
44 stars 21 forks source link

Pass additional load_cytoset_from_fcs() arguments through flowSet_to_cytoset() #389

Closed djhammill closed 1 year ago

djhammill commented 1 year ago

@mikejiang, we need to be able to pass emptyValue = FALSE through flowSet_to_cytoset() but this is not currently supported. I have added support by adding ... argument to flowSet_to_cytoset() and passing those arguments to load_cytoset_from_fcs().

I have also fixed some minor typos in the docs that I came across and added the missing filter_to_list() method export for multiRangeGate to the NAMESPACE. Happy to remove this change if you are not yet ready to export it.

djhammill commented 1 year ago

@mikejiang, are you able to merge in these changes?

djhammill commented 1 year ago

Thanks @mikejiang.