relabel_node_matrix: Relabel node in probe-node matrix

Description Usage Arguments Value Examples

View source: R/editTree.R

Description

Relabel node label n_old with node label n_new in either probe-node matrix (depending on the matrix parameter).

Usage

1
relabel_node_matrix(icceTree, n_old, n_new, matrix = 2)

Arguments

icceTree

icceTree data structure

n_old

node number

n_new

node number

matrix

numerical value indicating which probe-node matrix to add data to (0 == methyl states, 1 == p-values)

Value

relabeled probe_node_matrix with node label n_old with node label n_new

Examples

1
probe_node_matrix <- relabel_node_matrix(icceTree, 7, 15, matrix=2)

ethanmoyer/ICCE documentation built on Aug. 25, 2020, 5:18 p.m.