Description Usage Arguments Value Examples
View source: R/merge_GatingSet.R
Removing these redundant channels can help standardize the channels across different GatingSet objects and make them mergable.
1 |
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.
1 2 3 4 | ## 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.