# Load example data and germlines
data(samples_db)
# Selecting a single individual
clip_db = samples_db[samples_db$subject=='I5', ]
# Infering haplotype
del_binom_df = deletionsByBinom(clip_db)
head(del_binom_df)
Run the code above in your browser using DataLab