← 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-232847515-C-CCG (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 16,
          "criteria": [
            "PVS1",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "GIGYF2",
          "hgnc_id": 11960,
          "hgvs_c": "c.3692_3693insGC",
          "hgvs_p": "p.Gln1232fs",
          "inheritance_mode": "Unknown,AD",
          "pathogenic_score": 8,
          "score": -8,
          "transcript": "NM_001103147.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "PVS1,BP6_Very_Strong,BA1",
      "acmg_score": -8,
      "allele_count_reference_population": 51353,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CCG",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "2",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": " autosomal dominant, susceptibility to,Parkinson disease 11,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:1 B:2",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7816,
          "cdna_start": 3801,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "NM_001103146.3",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000373563.9",
          "protein_coding": true,
          "protein_id": "NP_001096616.1",
          "strand": true,
          "transcript": "NM_001103146.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7816,
          "cdna_start": 3801,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000373563.9",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001103146.3",
          "protein_coding": true,
          "protein_id": "ENSP00000362664.5",
          "strand": true,
          "transcript": "ENST00000373563.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1320,
          "aa_ref": "P",
          "aa_start": 1231,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5937,
          "cdna_start": 3919,
          "cds_end": null,
          "cds_length": 3963,
          "cds_start": 3693,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000409451.7",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3692_3693insGC",
          "hgvs_p": "p.Gln1232fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387170.3",
          "strand": true,
          "transcript": "ENST00000409451.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5978,
          "cdna_start": 3941,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000409547.5",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386537.1",
          "strand": true,
          "transcript": "ENST00000409547.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5747,
          "cdna_start": 3710,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000409196.7",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387070.3",
          "strand": true,
          "transcript": "ENST00000409196.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1321,
          "aa_ref": "P",
          "aa_start": 1232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5976,
          "cdna_start": 3958,
          "cds_end": null,
          "cds_length": 3966,
          "cds_start": 3696,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000409480.5",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3695_3696insGC",
          "hgvs_p": "p.Gln1233fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386765.1",
          "strand": true,
          "transcript": "ENST00000409480.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1321,
          "aa_ref": "P",
          "aa_start": 1232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7878,
          "cdna_start": 3893,
          "cds_end": null,
          "cds_length": 3966,
          "cds_start": 3696,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000629305.2",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3695_3696insGC",
          "hgvs_p": "p.Gln1233fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487548.1",
          "strand": true,
          "transcript": "ENST00000629305.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1320,
          "aa_ref": "P",
          "aa_start": 1231,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7921,
          "cdna_start": 3934,
          "cds_end": null,
          "cds_length": 3963,
          "cds_start": 3693,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "NM_001103147.2",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3692_3693insGC",
          "hgvs_p": "p.Gln1232fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001096617.1",
          "strand": true,
          "transcript": "NM_001103147.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7928,
          "cdna_start": 3941,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "NM_015575.4",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_056390.2",
          "strand": true,
          "transcript": "NM_015575.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6429,
          "cdna_start": 3807,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000869690.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539749.1",
          "strand": true,
          "transcript": "ENST00000869690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6412,
          "cdna_start": 4020,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000869691.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539750.1",
          "strand": true,
          "transcript": "ENST00000869691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5919,
          "cdna_start": 3897,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000869692.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539751.1",
          "strand": true,
          "transcript": "ENST00000869692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5910,
          "cdna_start": 3913,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000869693.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539752.1",
          "strand": true,
          "transcript": "ENST00000869693.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5275,
          "cdna_start": 4033,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000869695.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539754.1",
          "strand": true,
          "transcript": "ENST00000869695.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5355,
          "cdna_start": 4102,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000869696.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539755.1",
          "strand": true,
          "transcript": "ENST00000869696.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5097,
          "cdna_start": 4018,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000869697.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539756.1",
          "strand": true,
          "transcript": "ENST00000869697.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5966,
          "cdna_start": 3929,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000933239.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603298.1",
          "strand": true,
          "transcript": "ENST00000933239.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6027,
          "cdna_start": 3990,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000933241.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603300.1",
          "strand": true,
          "transcript": "ENST00000933241.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6068,
          "cdna_start": 4033,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000933242.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603301.1",
          "strand": true,
          "transcript": "ENST00000933242.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6273,
          "cdna_start": 4236,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 34,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000933246.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603305.1",
          "strand": true,
          "transcript": "ENST00000933246.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5909,
          "cdna_start": 4016,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000933247.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603306.1",
          "strand": true,
          "transcript": "ENST00000933247.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5362,
          "cdna_start": 4115,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000933249.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603308.1",
          "strand": true,
          "transcript": "ENST00000933249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7962,
          "cdna_start": 3984,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000961216.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631275.1",
          "strand": true,
          "transcript": "ENST00000961216.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6070,
          "cdna_start": 4048,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000961217.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631276.1",
          "strand": true,
          "transcript": "ENST00000961217.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6137,
          "cdna_start": 4129,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000961218.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631277.1",
          "strand": true,
          "transcript": "ENST00000961218.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "P",
          "aa_start": 1210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6053,
          "cdna_start": 4056,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 3630,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000961219.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3629_3630insGC",
          "hgvs_p": "p.Gln1211fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631278.1",
          "strand": true,
          "transcript": "ENST00000961219.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "P",
          "aa_start": 1209,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6147,
          "cdna_start": 4110,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3627,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000869694.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3626_3627insGC",
          "hgvs_p": "p.Gln1210fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000539753.1",
          "strand": true,
          "transcript": "ENST00000869694.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "P",
          "aa_start": 1209,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5758,
          "cdna_start": 3736,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3627,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000933243.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3626_3627insGC",
          "hgvs_p": "p.Gln1210fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603302.1",
          "strand": true,
          "transcript": "ENST00000933243.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "P",
          "aa_start": 1209,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5814,
          "cdna_start": 3792,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3627,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000933244.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3626_3627insGC",
          "hgvs_p": "p.Gln1210fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603303.1",
          "strand": true,
          "transcript": "ENST00000933244.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7704,
          "cdna_start": 3717,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001103148.2",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001096618.1",
          "strand": true,
          "transcript": "NM_001103148.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5911,
          "cdna_start": 3876,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000933240.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603299.1",
          "strand": true,
          "transcript": "ENST00000933240.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5980,
          "cdna_start": 3960,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "ENST00000933245.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603304.1",
          "strand": true,
          "transcript": "ENST00000933245.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5101,
          "cdna_start": 3853,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000933248.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603307.1",
          "strand": true,
          "transcript": "ENST00000933248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "P",
          "aa_start": 1204,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5056,
          "cdna_start": 3809,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3612,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000961222.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3611_3612insGC",
          "hgvs_p": "p.Gln1205fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631281.1",
          "strand": true,
          "transcript": "ENST00000961222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "P",
          "aa_start": 1203,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5766,
          "cdna_start": 3769,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 3609,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000961221.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3608_3609insGC",
          "hgvs_p": "p.Gln1204fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631280.1",
          "strand": true,
          "transcript": "ENST00000961221.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1289,
          "aa_ref": "P",
          "aa_start": 1200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6069,
          "cdna_start": 4072,
          "cds_end": null,
          "cds_length": 3870,
          "cds_start": 3600,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "ENST00000961220.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3599_3600insGC",
          "hgvs_p": "p.Gln1201fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631279.1",
          "strand": true,
          "transcript": "ENST00000961220.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": "P",
          "aa_start": 1169,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4919,
          "cdna_start": 3678,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": 3507,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000961223.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3506_3507insGC",
          "hgvs_p": "p.Gln1170fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000631282.1",
          "strand": true,
          "transcript": "ENST00000961223.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "P",
          "aa_start": 1041,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7338,
          "cdna_start": 3353,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 3123,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 23,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000678230.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3122_3123insGC",
          "hgvs_p": "p.Gln1042fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504272.1",
          "strand": true,
          "transcript": "ENST00000678230.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "P",
          "aa_start": 1037,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7390,
          "cdna_start": 3405,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 3111,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000677450.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.3110_3111insGC",
          "hgvs_p": "p.Gln1038fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503420.1",
          "strand": true,
          "transcript": "ENST00000677450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1081,
          "aa_ref": "P",
          "aa_start": 992,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7388,
          "cdna_start": 3403,
          "cds_end": null,
          "cds_length": 3246,
          "cds_start": 2976,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000676848.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.2975_2976insGC",
          "hgvs_p": "p.Gln993fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503313.1",
          "strand": true,
          "transcript": "ENST00000676848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "P",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7240,
          "cdna_start": 3255,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2886,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000677591.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.2885_2886insGC",
          "hgvs_p": "p.Gln963fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503061.1",
          "strand": true,
          "transcript": "ENST00000677591.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "P",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7232,
          "cdna_start": 3247,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2886,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000678339.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.2885_2886insGC",
          "hgvs_p": "p.Gln963fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503437.1",
          "strand": true,
          "transcript": "ENST00000678339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "P",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7241,
          "cdna_start": 3256,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2886,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000678466.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.2885_2886insGC",
          "hgvs_p": "p.Gln963fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000504219.1",
          "strand": true,
          "transcript": "ENST00000678466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P?",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "P",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7119,
          "cdna_start": 3134,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2886,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000678885.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "c.2885_2886insGC",
          "hgvs_p": "p.Gln963fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000503563.1",
          "strand": true,
          "transcript": "ENST00000678885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4687,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000474312.5",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "n.2664_2665insGC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000474312.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7575,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NR_103492.1",
          "gene_hgnc_id": 11960,
          "gene_symbol": "GIGYF2",
          "hgvs_c": "n.3587_3588insGC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_103492.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs371622656",
      "effect": "frameshift_variant",
      "frequency_reference_population": 0.037059195,
      "gene_hgnc_id": 11960,
      "gene_symbol": "GIGYF2",
      "gnomad_exomes_ac": 46337,
      "gnomad_exomes_af": 0.0356791,
      "gnomad_exomes_homalt": 1778,
      "gnomad_genomes_ac": 5016,
      "gnomad_genomes_af": 0.0576631,
      "gnomad_genomes_homalt": 236,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 2014,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|Parkinson disease 11, autosomal dominant, susceptibility to|not provided",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.044,
      "pos": 232847515,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001103147.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.