reconstruct_internal_nodes: Reconstruct internal nodes VALIDATED

Description Usage Arguments Value Examples

View source: R/reconstructTree.R

Description

This function will recursively walk through a given tree and reconstruct all of its internal states using Fitch's algorithm

Usage

1
reconstruct_internal_nodes(root, node_matrix, i)

Arguments

root

root of non-proper subtree

node_matrix

matrix obtained from create_node_matrix function

i

row in node matrix, start at 1

Value

None

Examples

1
2
reconstruct_internal_nodes(get_root(tree), node_matrix, 1)
... some visualization 

ethanmoyer/MethylConstruct documentation built on July 10, 2020, 12:28 a.m.