-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# HaploLimit | ||
Alleles and linkage information to estimate range of compatible haplotypes | ||
|
||
|
||
This is the minimal working example with the initial example from Nick sent in 2015. | ||
'./bin/testhaplo' simply gives bounds for all compatible haplotypes, and is being launched many times by the 'haploscanner.py' master script. | ||
|
||
Master script calculates haplo-boundaries for the original input data and then moves on the scanning procedure: fix haplotype frequency within the determined complatible range and recaluclate other boundaries accordingly. | ||
|
||
|
||
|
||
|