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

View source: R/merge_GatingSet.R

gs_remove_redundant_channelsR 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

gs_remove_redundant_channels(gs, ...)

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

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

## End(Not run)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.