gs_remove_redundant_channels.RdRemoving these redundant channels can help standardize the channels across different GatingSet objects and make them mergable.
gs_remove_redundant_channels(gs, ...)
| gs | a |
|---|---|
| ... | other arugments passed to gs_get_pop_paths method |
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.
if (FALSE) { gs_new <- gs_remove_redundant_channels(gs) }