Get Gate Type from Saved Gate.
gate_type(gates)
gates | an object of class |
---|
vector of gate type names for supplied gates.
#>#>#>#>#># Apply compensation gs <- compensate(gs, fs[[1]]@description$SPILL) # Transform fluorescent channels trans <- estimateLogicle(gs[[4]], cyto_fluor_channels(gs)) gs <- transform(gs, trans) # Gate using gate_draw gt <- Activation_gatingTemplate gating(gt, gs)#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#># Get gate type used for T Cells gate gate_type(getGate(gs, "Cells")[[1]])#> [1] "polygon"gate_type(getGate(gs, "T Cells")[[1]])#> [1] "ellipse"gate_type(getGate(gs, "CD69+ CD4 T Cells")[[1]])#> [1] "interval"