gs_remove_redundant_channels {flowWorkspace} | R Documentation |
Removing 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.
## Not run: gs_new <- gs_remove_redundant_channels(gs) ## End(Not run)