extract_cluster_pop_name_from_node.RdExtract the population name from the node path It strips the parent path and cluster method name.
extract_cluster_pop_name_from_node(node, cluster_method_name)
| node | population node path |
|---|---|
| cluster_method_name | the name of the clustering method |
extract_cluster_pop_name_from_node("cd3/flowClust_pop1", "flowClust")#> [1] "pop1"#returns "pop1"