- more robust csv parsing
- register wrapper function for quadGate.seq
- parse 'subSample' argument from 'gating_args' column in csv template to allow subsampling the data prior to gating.
- pass ... from quantileGate to quantile function
- add method for multipleFitlerResult
- support multi-dimensions in framework by deprecating x,y with channels.
- fix the bug that stop.at argument to gating doesn't recognize partial or full path
- New API: add_pop function allows users to apply a single gating method to GatingSet without writing the compelete csv template
(Bioconductor version 3.10)
gate_flowClust_1d
->gate_flowclust_1d
gate_flowClust_2d
->gate_flowclust_2d
tautStringGate
->gate_tautstring
templateGen
->gh_generate_template
add_pop_init
->gs_add_gating_method_init
add_pop
->gs_add_gating_method
remove_pop
->gs_remove_gating_method
get.helperGates
->gs_get_helpergates
toggle.helperGates
->gt_toggle_helpergates
delete.helperGates
->gs_delete_helpergates
getNodes
->gt_get_nodes
getParent
->gt_get_parent
getChildren
->gt_get_children
getGate
->gt_get_gate
gating
->gt_gating
registerPlugins
->register_plugins
registerGatingFunction
gtMethod
gtPopulation
polyFunctions
ppMethod
- Some minor fixes to
gt_toggle_helpergates
- Fix "positive" argument to
gate_mindensity
to match doc
(Bioconductor version 3.11)
- Allow control of mininum number of events for each step of
GatingTemplate
#298
- Handle a few more edge cases in
.improvedMinDensity
- Added a fix to the density estimate used by
gate_tautstring