Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCF files always contain N instead of any other IUPAC code #3

Open
Toromtomtom opened this issue Jan 9, 2024 · 0 comments
Open

VCF files always contain N instead of any other IUPAC code #3

Toromtomtom opened this issue Jan 9, 2024 · 0 comments

Comments

@Toromtomtom
Copy link

The variant 15163 has ALT 'YT', which is also correctly encoded in the XML file (note the last output line shown):

$ zgrep -A 12 Acc=\"VCV000015163\" ClinVarFullRelease_2024-0107.xml.gz
    <MeasureSet Type="Variant" ID="15163" Acc="VCV000015163" Version="2">
      <Measure Type="Indel" ID="30202">
        <Name>
          <ElementValue Type="Preferred">NM_000518.5(HBB):c.152_153delinsAR (p.Thr51Lys)</ElementValue>
        </Name>
        <Name>
          <ElementValue Type="Alternate">T50K</ElementValue>
          <XRef Type="Allelic variant" ID="141900.0073" DB="OMIM"/>
        </Name>
        <Name>
          <ElementValue Type="Alternate">Hb Edmonton</ElementValue>
        </Name>
        <CanonicalSPDI>NC_000011.10:5226738:AG:YT</CanonicalSPDI>

However, the corresponding VCF file contains the variant with ALT 'NT':

$ zgrep -P "\t15163\t" clinvar_20240107.vcf.gz
11      5247969 15163   AG      NT      .       .       ALLELEID=30202;CLNDISDB=.;CLNDN=HEMOGLOBIN_EDMONTON;CLNHGVS=NC_000011.9:g.5247969_5247970delinsYT;CLNREVSTAT=no_assertion_criteria_provided;CLNSIG=other;CLNVC=Indel;CLNVCSO=SO:1000032;CLNVI=HBVAR:331|LOVD_3:HBB_004062|OMIM:141900.0073;GENEINFO=HBB:3043|LOC106099062:106099062|LOC107133510:107133510;MC=SO:0001583|missense_variant;ORIGIN=1

This occurs also for multiple other variants in the VCF files. In fact, I have not observed any IUPAC code other than 'N' in the VCF files. Or is this intentional to follow the VCF specification?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
-