|
14 | 14 |
|
15 | 15 | 
|
16 | 16 |
|
| 17 | +## Framework Overview |
| 18 | + |
| 19 | +## Variant Filtering (VF) |
| 20 | +VF is a prototype software implementation of our algorithms for variant filtering in variation graphs for the problems 1 to 4. |
| 21 | + |
| 22 | +## VF_Experiments |
| 23 | +VF_Experiments is a framework to establish a benchmark for datasets and tools needed to evaluate the VF experiments and the impact of read-to-graph mappers. |
| 24 | + |
| 25 | +## Havg (Haplotype-annotated Variation Graph) |
| 26 | +Havg is used to create a variation graph that corresponds to each chromosome, annotated with a list of haplotypes per edge when the graph only contains SNP variants. This annotated graph is then used in solving problems 5 and 6. |
| 27 | + |
| 28 | +## hg (Haplotype-aware Graphs) |
| 29 | +This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 5 and 6. |
| 30 | + |
| 31 | +## hged (Haplotype-aware Edit Distance) |
| 32 | +This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 7 and 8. |
| 33 | + |
| 34 | + |
17 | 35 | ```
|
18 | 36 | The project has the following folder structure:
|
19 | 37 | ```
|
@@ -103,19 +121,3 @@ The project has the following folder structure:
|
103 | 121 |
|
104 | 122 | ```
|
105 | 123 |
|
106 |
| -## Framework Overview |
107 |
| - |
108 |
| -## Variant Filtering (VF) |
109 |
| -VF is a prototype software implementation of our algorithms for variant filtering in variation graphs for the problems 1 to 4. |
110 |
| - |
111 |
| -## VF_Experiments |
112 |
| -VF_Experiments is a framework to establish a benchmark for datasets and tools needed to evaluate the VF experiments and the impact of read-to-graph mappers. |
113 |
| - |
114 |
| -## Havg (Haplotype-annotated Variation Graph) |
115 |
| -Havg is used to create a variation graph that corresponds to each chromosome, annotated with a list of haplotypes per edge when the graph only contains SNP variants. This annotated graph is then used in solving problems 5 and 6. |
116 |
| - |
117 |
| -## hg (Haplotype-aware Graphs) |
118 |
| -This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 5 and 6. |
119 |
| - |
120 |
| -## hged (Haplotype-aware Edit Distance) |
121 |
| -This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 7 and 8. |
|
0 commit comments