gs_split_by_channels: split GatingSets into groups based on their flow channels

Description Usage Arguments Examples

View source: R/merge_GatingSet.R

Description

Sometime it is gates are defined on the different dimensions across different GatingSets, (e.g. 'FSC-W' or 'SSC-H' may be used for Y axis for cytokines) These difference in dimensions may not be critical since they are usually just used for visualization(istead of thresholding events) But this prevents the gs from merging because they may not be collected across batces Thus we have to separate them if we want to visualize the gates.

Usage

1

Arguments

x

a list of GatingSets

Examples

1
2
3
4
5
## Not run: 
gslist <- list(gs1, gs2, gs3, gs4, gs5)
gs_groups <- gs_split_by_channels(gslist)

## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.