Description Usage Arguments Value Examples
Relabel node label n_old with node label n_new in either probe-node matrix (depending on the matrix parameter).
1 | relabel_node_matrix(icceTree, n_old, n_new, matrix = 2)
|
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) |
relabeled probe_node_matrix with node label n_old with node label n_new
1 | probe_node_matrix <- relabel_node_matrix(icceTree, 7, 15, matrix=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.