extract_cluster_pop_name_from_node {flowWorkspace} | R Documentation |
Extract 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") #returns "pop1"