DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
61 stars 13 forks source link

Custom gate track for cyto_plot_gating_scheme #60

Open Biomiha opened 4 years ago

Biomiha commented 4 years ago

Hi Dillon,

Would you be willing to support passing a vector of population paths as an argument to the cyto_plot_gating_scheme function? I've got a GatingSet parsed in from BD Diva that includes two boolean gates: a NOT gate and an OR gate, neither of which I am able to plot with cyto_plot_gating_scheme. Specifying just the gates that have coordinates as a vector to be passed to the plotting function would enable plotting without errors. I've also noticed that sometimes I wish to control the layout of the subplots in the gating scheme in order to be able to add arrows etc in presentations, which could also be done with a vector of paths. Just a thought.

Many thanks, Miha

DillonHammill commented 4 years ago

@Biomiha, I am working on this as we speak and I will report back soon.