Learn R Programming

perfectphyloR (version 0.2.1)

makeDend: Recursive partitioning of sequences at a focal point.

Description

This function recursively partitions a hapMat object with SNVs ordered by ancestry, and records the partitioning in a phylo object.

Usage

makeDend(hapmat, sep = "-")

Arguments

hapmat

A hapMat object with ordered columns according to the ancestry of SNVs.

sep

A separator for haplotype names in the same clade. See the arguments in reconstructPP

Value

An object of class phylo.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab