DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

formal class GatingSet to base R vectors or lists #173

Closed avdvloet closed 1 year ago

avdvloet commented 1 year ago

I would like to convert (gated) data to base R datatypes such as vectors or lists. I find to be quite limited in the number of operations I can perform on GatingSet. I would like to have some channels or extracted data by means of gates converted to lists or vectors, so that I can create custom datasets of my own to plug into packages such as ggplot or use for further statistical analyses.

Is this possible, and if so, how?