gh_copy_gate | R Documentation |
Copy a node along with all of its descendant nodes to the given ancestor
gh_copy_gate(gh, node, to)
gh |
GatingHierarchy |
node |
the node to be copied |
to |
the new parent node under which the |
library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
suppressMessages(gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE)))
gh <- gs[[1]]
old.parent <- gs_pop_get_parent(gh, "CD4")
new.parent <- "singlets"
gh_copy_gate(gh, "CD4", new.parent)
gs_get_pop_paths(gh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.