@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.
@mikejiang, we need to be able to pass
emptyValue = FALSE
throughflowSet_to_cytoset()
but this is not currently supported. I have added support by adding...
argument toflowSet_to_cytoset()
and passing those arguments toload_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 formultiRangeGate
to the NAMESPACE. Happy to remove this change if you are not yet ready to export it.