ga4gh / quality-control-wgs

Home for the GA4GH Quality Control of Whole Genome Sequencing metrics and reference implementations
https://www.ga4gh.org/product/wgs-quality-control-standards/
Apache License 2.0
12 stars 3 forks source link

Post Variant Calling Metrics pertaining to insertion and deletion metrics #29

Closed justinjj24 closed 4 weeks ago

justinjj24 commented 5 months ago

Lets have two sets of indel metrics

justinjj24 commented 4 months ago

Insertions: https://github.com/ga4gh/quality-control-wgs/blob/390020fb1bb5aff77b96acfa84690b2c04c102cb/metrics_definitions/metrics_definitions.md?plain=1#L110

Deletions: https://github.com/ga4gh/quality-control-wgs/blob/390020fb1bb5aff77b96acfa84690b2c04c102cb/metrics_definitions/metrics_definitions.md?plain=1#L118

justinjj24 commented 4 months ago

Latest VCF version 4.4 Section 3(https://samtools.github.io/hts-specs/VCFv4.4.pdf)

##INFO=<ID=SVTYPE,Number=1,Type=String,Description="Type of structural variant">

This field has been deprecated due to redundancy with ALT. Refer to section 1.4.5 for the set of valid ALT field symbolic structural variant alleles.

##INFO=<ID=SVLEN,Number=A,Type=Integer,Description="Length of structural variant">

One value for each ALT allele. SVLEN must be specified for symbolic structural variant alleles. SVLEN is defined for INS, DUP, INV , and DEL symbolic alleles as the number of the inserted, duplicated, inverted, and deleted bases respectively.

mhebrard commented 4 weeks ago

current metric definition specify that we consider only indels, less than 50bp