gs_remove_redundant_channels: Remove the channels from flow data that are not used by gates

Description Usage Arguments Value Examples

View source: R/merge_GatingSet.R

Description

Removing these redundant channels can help standardize the channels across different GatingSet objects and make them mergable.

Usage

1

Arguments

gs

a GatingSet

...

other arugments passed to gs_get_pop_paths method

Value

a new GatingSet object that has redundant channels removed. Please note that this new object shares the same reference (or external pointers) with the original GatingSets.

Examples

1
2
3
4
## Not run: 
gs_new <- gs_remove_redundant_channels(gs)

## End(Not run)

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