macarthur-lab / gnomad_browser

gnomAD browser pre-ASHG 2018
MIT License
33 stars 16 forks source link

VCFs are only normalised in respect of one alt allele #47

Closed pdl closed 7 years ago

pdl commented 7 years ago

Consider the gnomAD genomes entry:

21 10910129 . CAAAT TAAAT,C,CAAT

This entry represents three variants. If they appeared as separate entries, the parsimonious left-aligned normalisation would be C/T, CAAAT/C and CA/C, which is how they are represented on the gnomAD website. Incidentally, this makes it more difficult for us to link back to gnomAD, because we would need to normalise each variant first.

Is there any rationale behind this consolidation?

mattsolo1 commented 7 years ago

https://github.com/macarthur-lab/gnomad_browser/issues/48