# NOT RUN {
data(ex_hapMatSmall_data)
rdend <- reconstructPP(hapMat = ex_hapMatSmall_data,
focalSNV = 10,
minWindow = 1,
sep = "-")
# Plot the reconstructed perfect phylogeney.
plotDend(rdend, direction = "down")
# Extract the positions of the lower and upper limits of a window of SNVs in hapMat object
# to reconstruct the partition, rdend.
ex_hapMatSmall_data$posns[rdend$snvWinIndices]
# }
Run the code above in your browser using DataLab