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_remove_redundant_channels(gs, ...)

Arguments

...

other arugments passed to gs_get_pop_paths method

gs

a GatingSet

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 <- gs_remove_redundant_channels(gs)

## End(Not run)

[Package flowWorkspace version 3.34.1 Index]