matchPath: Given the leaf node, try to find out if a collection of nodes...

View source: R/read.gatingML.cytobank.R

matchPathR Documentation

Given the leaf node, try to find out if a collection of nodes can be matched to a path in a graph(tree) by the bottom-up searching

Description

Given the leaf node, try to find out if a collection of nodes can be matched to a path in a graph(tree) by the bottom-up searching

Usage

matchPath(g, leaf, nodeSet)

Arguments

g

graphNEL

leaf

the name of leaf(terminal) node

nodeSet

a set of node names

Value

TRUE if path is found, FALSE if not path is matched.


RGLab/CytoML documentation built on Feb. 1, 2024, 12:34 a.m.