← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 2-206146971-AATG-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=206146971&ref=AATG&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM1",
            "PM2",
            "PM4_Supporting",
            "PP5"
          ],
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "gene_symbol": "NDUFS1",
          "hgnc_id": 7707,
          "hgvs_c": "c.708_710delCAT",
          "hgvs_p": "p.Ile237del",
          "inheritance_mode": "AR",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "NM_001199984.2",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM4_Supporting,PP5",
      "acmg_score": 6,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "2",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": " nuclear type 5,Mitochondrial complex I deficiency",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11660,
          "cdna_start": 776,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_005006.7",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000233190.11",
          "protein_coding": true,
          "protein_id": "NP_004997.4",
          "strand": false,
          "transcript": "NM_005006.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 11660,
          "cdna_start": 776,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000233190.11",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005006.7",
          "protein_coding": true,
          "protein_id": "ENSP00000233190.5",
          "strand": false,
          "transcript": "ENST00000233190.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 741,
          "aa_ref": "II",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11670,
          "cdna_start": 786,
          "cds_end": null,
          "cds_length": 2226,
          "cds_start": 708,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001199984.2",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.708_710delCAT",
          "hgvs_p": "p.Ile237del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186913.1",
          "strand": false,
          "transcript": "NM_001199984.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 730,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2556,
          "cdna_start": 755,
          "cds_end": null,
          "cds_length": 2193,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903706.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573765.1",
          "strand": false,
          "transcript": "ENST00000903706.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2371,
          "cdna_start": 771,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000449699.5",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399912.1",
          "strand": false,
          "transcript": "ENST00000449699.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2661,
          "cdna_start": 869,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 20,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000903708.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573767.1",
          "strand": false,
          "transcript": "ENST00000903708.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3444,
          "cdna_start": 1458,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000903709.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573768.1",
          "strand": false,
          "transcript": "ENST00000903709.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2912,
          "cdna_start": 920,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 20,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000938122.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608181.1",
          "strand": false,
          "transcript": "ENST00000938122.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3132,
          "cdna_start": 1337,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000938124.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608183.1",
          "strand": false,
          "transcript": "ENST00000938124.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2603,
          "cdna_start": 809,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948901.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618960.1",
          "strand": false,
          "transcript": "ENST00000948901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 727,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3609,
          "cdna_start": 1745,
          "cds_end": null,
          "cds_length": 2184,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948907.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618966.1",
          "strand": false,
          "transcript": "ENST00000948907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 725,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2642,
          "cdna_start": 854,
          "cds_end": null,
          "cds_length": 2178,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903702.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573761.1",
          "strand": false,
          "transcript": "ENST00000903702.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 724,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3458,
          "cdna_start": 805,
          "cds_end": null,
          "cds_length": 2175,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948898.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618957.1",
          "strand": false,
          "transcript": "ENST00000948898.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 717,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2532,
          "cdna_start": 770,
          "cds_end": null,
          "cds_length": 2154,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948903.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618962.1",
          "strand": false,
          "transcript": "ENST00000948903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 711,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2515,
          "cdna_start": 770,
          "cds_end": null,
          "cds_length": 2136,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903704.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573763.1",
          "strand": false,
          "transcript": "ENST00000903704.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 707,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2520,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 2124,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948900.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618959.1",
          "strand": false,
          "transcript": "ENST00000948900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 706,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2708,
          "cdna_start": 779,
          "cds_end": null,
          "cds_length": 2121,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903701.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573760.1",
          "strand": false,
          "transcript": "ENST00000903701.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 704,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2370,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 2115,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948906.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618965.1",
          "strand": false,
          "transcript": "ENST00000948906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 691,
          "aa_ref": "II",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11552,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 2076,
          "cds_start": 558,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001199981.2",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.558_560delCAT",
          "hgvs_p": "p.Ile187del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186910.1",
          "strand": false,
          "transcript": "NM_001199981.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 691,
          "aa_ref": "II",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2394,
          "cdna_start": 649,
          "cds_end": null,
          "cds_length": 2076,
          "cds_start": 558,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000440274.5",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.558_560delCAT",
          "hgvs_p": "p.Ile187del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000409766.1",
          "strand": false,
          "transcript": "ENST00000440274.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3329,
          "cdna_start": 854,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903700.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573759.1",
          "strand": false,
          "transcript": "ENST00000903700.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 682,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2425,
          "cdna_start": 770,
          "cds_end": null,
          "cds_length": 2049,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903705.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573764.1",
          "strand": false,
          "transcript": "ENST00000903705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 682,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2222,
          "cdna_start": 748,
          "cds_end": null,
          "cds_length": 2049,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000903707.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573766.1",
          "strand": false,
          "transcript": "ENST00000903707.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2422,
          "cdna_start": 779,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948902.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618961.1",
          "strand": false,
          "transcript": "ENST00000948902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": "II",
          "aa_start": 165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11568,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": 495,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001199983.2",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.495_497delCAT",
          "hgvs_p": "p.Ile166del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186912.1",
          "strand": false,
          "transcript": "NM_001199983.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": "II",
          "aa_start": 165,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2631,
          "cdna_start": 749,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": 495,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000423725.5",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.495_497delCAT",
          "hgvs_p": "p.Ile166del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000397760.1",
          "strand": false,
          "transcript": "ENST00000423725.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2411,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948899.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618958.1",
          "strand": false,
          "transcript": "ENST00000948899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2287,
          "cdna_start": 757,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948904.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618963.1",
          "strand": false,
          "transcript": "ENST00000948904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 630,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2113,
          "cdna_start": 806,
          "cds_end": null,
          "cds_length": 1893,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948908.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618967.1",
          "strand": false,
          "transcript": "ENST00000948908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": "II",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11383,
          "cdna_start": 499,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": 333,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001199982.2",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.333_335delCAT",
          "hgvs_p": "p.Ile112del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001186911.1",
          "strand": false,
          "transcript": "NM_001199982.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": "II",
          "aa_start": 111,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2080,
          "cdna_start": 480,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": 333,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000432169.5",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.333_335delCAT",
          "hgvs_p": "p.Ile112del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000409689.1",
          "strand": false,
          "transcript": "ENST00000432169.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "II",
          "aa_start": 106,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 415,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 318,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000457011.5",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.318_320delCAT",
          "hgvs_p": "p.Ile107del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400976.1",
          "strand": false,
          "transcript": "ENST00000457011.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "I",
          "aa_end": null,
          "aa_length": 587,
          "aa_ref": "II",
          "aa_start": 222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2109,
          "cdna_start": 739,
          "cds_end": null,
          "cds_length": 1764,
          "cds_start": 666,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000948905.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.666_668delCAT",
          "hgvs_p": "p.Ile223del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618964.1",
          "strand": false,
          "transcript": "ENST00000948905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2379,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000903703.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.551+557_551+559delCAT",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000573762.1",
          "strand": false,
          "transcript": "ENST00000903703.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 50,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 745,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 153,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000938123.1",
          "gene_hgnc_id": 7707,
          "gene_symbol": "NDUFS1",
          "hgvs_c": "c.61+6644_61+6646delCAT",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608182.1",
          "strand": false,
          "transcript": "ENST00000938123.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs397515383",
      "effect": "disruptive_inframe_deletion",
      "frequency_reference_population": null,
      "gene_hgnc_id": 7707,
      "gene_symbol": "NDUFS1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Pathogenic",
      "phenotype_combined": "Mitochondrial complex I deficiency, nuclear type 5",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.325,
      "pos": 206146971,
      "ref": "AATG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001199984.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.