dropRedundantChannels {flowWorkspace}R Documentation

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

Description

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

Usage

dropRedundantChannels(gs, ...)

Arguments

gs

a GatingSet

...

other arugments passed to getNodes 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

## Not run: 
gs_new <- dropRedundantChannels(gs)

## End(Not run)

[Package flowWorkspace version 3.32.0 Index]