get_all_ancestors: Return all ancestors from a set of nodes in a tree

Description Usage Arguments

View source: R/flowR.R

Description

Return all ancestors from a set of nodes in a tree

Usage

1
get_all_ancestors(named_list, names)

Arguments

named_list

a list representing a tree. It must be named according to tree node names and each of its element must have a field 'parent' containing the name of its parent node.

names

Names of the nodes for which all ancestors must be returned


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.