How are ambiguous alleles matched? #221
-
Could you provide more detail about the strategies used for matching variants with ambiguous alleles. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for your question, currently we just match the alleles as-is (basically assuming the scoring file and target genomes are the same orientation). By default we drop ambiguous variants from the scoring files, as being the same orientation is likely too strong an assumption (although may be correct when they do match). You can see some of the options to adjust the behaviour of the matching here: https://pgsc-calc.readthedocs.io/en/latest/reference/params.html#matching-options. We have considered doing allele-frequency based matching/harmonization; however, we didn't implement it because a minority of scoring files in the PGS Catalog contain effect allele frequencies. |
Beta Was this translation helpful? Give feedback.
Thanks for your question, currently we just match the alleles as-is (basically assuming the scoring file and target genomes are the same orientation). By default we drop ambiguous variants from the scoring files, as being the same orientation is likely too strong an assumption (although may be correct when they do match). You can see some of the options to adjust the behaviour of the matching here: https://pgsc-calc.readthedocs.io/en/latest/reference/params.html#matching-options.
We have considered doing allele-frequency based matching/harmonization; however, we didn't implement it because a minority of scoring files in the PGS Catalog contain effect allele frequencies.