Implement transformation rules for VCF Variants in C++
Opened this issue · 0 comments
imedina commented
VCF format specification allows to combine in a single line different type of a variants and alleles. This makes hard the analysis and the interpretation of data.
A set of transformations to theses variants must be applied either when string lines are parsed or afterwards.