# NOT RUN {
data(ex_hapMatSmall_data)
# Reconstruct partitions across the region of ex_hapMatSmall_data.
rdends <- reconstructPPregion(hapMat = ex_hapMatSmall_data,
minWindow = 1)
# Reconstruct partitions between a given range SNV positions.
rdends_range <- reconstructPPregion(hapMat = ex_hapMatSmall_data, minWindow = 1,
posn.lb = 2000, posn.ub = 7000)
# }
Run the code above in your browser using DataLab