View source: R/merge_GatingSet.R
gs_remove_redundant_channels | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.