How pgs-calc identify multialelic variants? #102
-
Hi! my vcf report this variant like this: But this SNP appears as a mismatch and the multialelic field is shown as false in the output, however I set --keep_multiallelic parameter as true. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for your question and sorry for the late reply. The GitHub notification got lost in my emails 👻 If I understand correctly you want to use a custom scoring file (not published in the PGS Catalog) that contains a variant with multiple other alleles. We have some documentation about creating custom scoring files. The data structure is different to the example you described: https://pgsc-calc.readthedocs.io/en/latest/how-to/calculate_custom.html#scorefile-setup However, in One potential workaround would be to test making a custom scoring file using only Thanks for your interest in |
Beta Was this translation helpful? Give feedback.
Thanks for your question and sorry for the late reply. The GitHub notification got lost in my emails 👻
If I understand correctly you want to use a custom scoring file (not published in the PGS Catalog) that contains a variant with multiple other alleles.
We have some documentation about creating custom scoring files. The data structure is different to the example you described:
https://pgsc-calc.readthedocs.io/en/latest/how-to/calculate_custom.html#scorefile-setup
However, in
v1.3.2
we don't support variants with multipleother alleles
encoded. These variants are removed internally during quality control steps. This is why the variant is labelled as not multi-allelic. Correctly handling m…