Dillon Hammill

Results 75 comments of Dillon Hammill

@Biomiha, looks like `cyto_plot()` is getting confused as to which layer it is labelling. If you look closely you will see that the statistic is in a separate label to...

Are you able to include the image generated by `cyto_plot()` with all the overlays? It will help to track down where things have gone wrong. Sorry just realised I omitted...

Similarly, an image generated by `cyto_plot_gating_scheme()` with `back_gate = FALSE` would be equally useful.

Thanks @Biomiha, this is very helpful. Unfortunately it looks like I was right and `cyto_plot()` is getting the layers mixed up when overlays are present. I will take a closer...

@Biomiha, I managed to track down the bug. I have just pushed the fix to the master branch for you: ```{r} devtools::install_github("DillonHammill/CytoExploreR") ``` Note to self: This bug is not...

@Biomiha, looks like you have added a `boolean` gate to your gating scheme, the plotting of which is not currently supported by `cyto_plot_gating_scheme()`.

Closing as I believe the original issue has been resolved.

@Biomiha, if you send through your gatingTemplate I can take a closer look. There must be an entry in there without defined channels.

Thanks @Biomiha, looks like your gates are OK. Are you able to send through the output of: ```{r} gt

Thanks @Biomiha, not sure what is going on here - back gating shouldn't influence the channels in any way. This is very old code and I will be re-writing `cyto_plot_gating_scheme()`...