# NOT RUN {
data(exampleRAD)
# change a haplotype for this example
exampleRAD$alleleNucleotides[5] <- "GC"
nAlleles(exampleRAD)
exampleRAD <- MergeIdenticalHaplotypes(exampleRAD)
nAlleles(exampleRAD)
# }
Run the code above in your browser using DataLab