Disease and inheritance
- Main gene
- FGFR3
- Inheritance
- Autosomal dominant
Small variants and CNVs on GRCh38
Generated: 2026-07-20T12:35:50
A reproducible, container-based workflow was developed for the annotation of small variants and copy-number variants in four synthetic rare-disease datasets: Achondroplasia, Klippel–Trénaunay syndrome, McCune–Albright syndrome and Pompe disease.
The small-variant branch uses bcftools, Ensembl VEP 115, SnpEff, ClinVar, SpliceAI and cached gnomAD fields. The CNV branch uses AnnotSV, ClassifyCNV and ISV-CNV with SHAP values.
All four pipelines completed successfully. Every final small-variant VCF retained all 20 input records. The GPT/manual synthetic baseline and pipeline outputs matched for both small variants and CNVs in all four diseases.
Raw VCF → bcftools normalization → VEP → SnpEff → ClinVar → SpliceAI → cached gnomAD → final VCF.gz + index
Raw CNV VCF → BED conversion → AnnotSV → ClassifyCNV → ISV-CNV probabilities and SHAP values
| Container | Purpose |
|---|---|
| core_tools.sif | bcftools, samtools, bgzip, tabix and bedtools |
| vep.sif | Ensembl VEP 115 annotation |
| snpeff.sif | SnpEff consequence annotation |
| spliceai.sif | Splice-effect prediction |
| annotsv.sif | Structural-variant annotation and ranking |
| classifycnv.sif | ACMG-style CNV classification |
| isvcnv.sif | Machine-learning CNV prioritization and SHAP values |
| Disease | Gene | ClinVar | AnnotSV | ClassifyCNV | ISV probability | SNV comparison | CNV comparison |
|---|---|---|---|---|---|---|---|
| Achondroplasia | FGFR3 | Pathogenic | 3 | Uncertain significance | 0.006764889229089022 | MATCH | MATCH |
| Klippel–Trénaunay syndrome | PIK3CA | Pathogenic | 3 | Uncertain significance | 0.013497603125870228 | MATCH | MATCH |
| McCune–Albright syndrome | GNAS | Pathogenic/Likely pathogenic | 5 | Likely pathogenic | 0.8791712522506714 | MATCH | MATCH |
| Pompe disease | GAA | Pathogenic | 5 | Likely pathogenic | 0.3094403147697449 | MATCH | MATCH |
The activating FGFR3 small variant matches the established Achondroplasia mechanism more directly than the synthetic duplication.
Mechanism-fit summary: SNV: High; CNV: Low
The mosaic activating PIK3CA small variant matches the usual disease mechanism more directly than the synthetic duplication.
Mechanism-fit summary: SNV: High; CNV: Low
The activating mosaic GNAS small variant matches McCune–Albright syndrome. The deletion may be pathogenic through dosage but is not the typical mechanism of this named disease.
Mechanism-fit summary: SNV: High; CNV: Low for named disease
The homozygous small-variant and deletion designs both fit a recessive GAA loss-of-function testing model.
Mechanism-fit summary: SNV: High; CNV: High
All four small-variant files contained 20 GPT/manual baseline records and 20 pipeline records. All variant identities matched.
The expected main-variant classifications agreed with the relevant pipeline fields. CNV expected classifications also agreed with AnnotSV and ClassifyCNV for every disease.
The GPT/manual files are transparent manually curated synthetic baselines. They are not presented as literal output from an independent clinical annotation engine.
A complete two-branch GRCh38 annotation pipeline was successfully built, containerized and validated. The pipeline preserved all background variants and produced complementary small-variant and CNV results for all four diseases.
The final repository includes synthetic inputs, automated pipeline scripts, selected annotated outputs, GPT/manual baseline files, comparison reports and an integrated clinical-style summary.