generate_probe_node_matrix: Fully generate probe-node matrix with available data...

Description Usage Arguments Value Examples

View source: R/reconstructTree.R

Description

This function fully generates the probe-node matrix with a given tree

Usage

1
generate_probe_node_matrix(consensus_vector, tree)

Arguments

consensus_vector

consensus vector data frame for each cell in group names

tree

ape::phylo tree

Value

probe_node_matrix

Examples

1
2
3
4
5
tree_info <- generate_probe_node_matrix(consensus_vector, 
upgma_tree(consensus_vector))
tree <- tree_info[1]
probe_node_matrix <- tree_info[2]
... some visualization 

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