upgma_tree: Get UPGMA tree construction

Description Usage Arguments Value Examples

View source: R/reconstructTree.R

Description

This function uses the UPGMA algorithm to construct a phylogenetic tree using methylation data.

Usage

1
upgma_tree(consensus_vector)

Arguments

consensus_vector

consensus vector data frame for each cell in group names

Value

ape::phylo tree constructed using UPGMA algorithm

Examples

1
tree <- upgma_tree(consensus_vector)

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