← 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: 20-63278940-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ARFGAP1",
          "hgnc_id": 15852,
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "NM_175609.3",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_score": -2,
      "allele_count_reference_population": 59,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0629,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.45,
      "chr": "20",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.07519057393074036,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_018209.4",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000370283.9",
          "protein_coding": true,
          "protein_id": "NP_060679.1",
          "strand": true,
          "transcript": "NM_018209.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000370283.9",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_018209.4",
          "protein_coding": true,
          "protein_id": "ENSP00000359306.4",
          "strand": true,
          "transcript": "ENST00000370283.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2776,
          "cdna_start": 632,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000353546.7",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000314615.3",
          "strand": true,
          "transcript": "ENST00000353546.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3467,
          "cdna_start": 664,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000370275.8",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000359298.4",
          "strand": true,
          "transcript": "ENST00000370275.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3405,
          "cdna_start": 683,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000946863.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616922.1",
          "strand": true,
          "transcript": "ENST00000946863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3366,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906865.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576924.1",
          "strand": true,
          "transcript": "ENST00000906865.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "P",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3365,
          "cdna_start": 801,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 689,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000906867.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.689C>T",
          "hgvs_p": "p.Pro230Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576926.1",
          "strand": true,
          "transcript": "ENST00000906867.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 435,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3363,
          "cdna_start": 712,
          "cds_end": null,
          "cds_length": 1308,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906860.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576919.1",
          "strand": true,
          "transcript": "ENST00000906860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 434,
          "aa_ref": "P",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3331,
          "cdna_start": 800,
          "cds_end": null,
          "cds_length": 1305,
          "cds_start": 689,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000946862.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.689C>T",
          "hgvs_p": "p.Pro230Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000616921.1",
          "strand": true,
          "transcript": "ENST00000946862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 433,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3330,
          "cdna_start": 683,
          "cds_end": null,
          "cds_length": 1302,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000940139.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610198.1",
          "strand": true,
          "transcript": "ENST00000940139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 417,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3281,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1254,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906866.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576925.1",
          "strand": true,
          "transcript": "ENST00000906866.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3278,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906868.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576927.1",
          "strand": true,
          "transcript": "ENST00000906868.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3274,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_175609.3",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_783202.1",
          "strand": true,
          "transcript": "NM_175609.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3460,
          "cdna_start": 894,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000906863.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576922.1",
          "strand": true,
          "transcript": "ENST00000906863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3497,
          "cdna_start": 934,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000906869.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576928.1",
          "strand": true,
          "transcript": "ENST00000906869.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3440,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000940141.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610200.1",
          "strand": true,
          "transcript": "ENST00000940141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": 1087,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000940142.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610201.1",
          "strand": true,
          "transcript": "ENST00000940142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 403,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3489,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1212,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001281482.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001268411.1",
          "strand": true,
          "transcript": "NM_001281482.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3228,
          "cdna_start": 695,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906862.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576921.1",
          "strand": true,
          "transcript": "ENST00000906862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 394,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3230,
          "cdna_start": 700,
          "cds_end": null,
          "cds_length": 1185,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000906861.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576920.1",
          "strand": true,
          "transcript": "ENST00000906861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3222,
          "cdna_start": 695,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000940137.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610196.1",
          "strand": true,
          "transcript": "ENST00000940137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 386,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3188,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1161,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000940140.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610199.1",
          "strand": true,
          "transcript": "ENST00000940140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 367,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3133,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1104,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000940138.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610197.1",
          "strand": true,
          "transcript": "ENST00000940138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "P",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3164,
          "cdna_start": 574,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 413,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001281483.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.413C>T",
          "hgvs_p": "p.Pro138Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001268412.1",
          "strand": true,
          "transcript": "NM_001281483.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 361,
          "aa_ref": "P",
          "aa_start": 138,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3191,
          "cdna_start": 602,
          "cds_end": null,
          "cds_length": 1086,
          "cds_start": 413,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000519604.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.413C>T",
          "hgvs_p": "p.Pro138Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430500.1",
          "strand": true,
          "transcript": "ENST00000519604.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 356,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3096,
          "cdna_start": 682,
          "cds_end": null,
          "cds_length": 1071,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000940143.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610202.1",
          "strand": true,
          "transcript": "ENST00000940143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 340,
          "aa_ref": "P",
          "aa_start": 117,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1327,
          "cdna_start": 590,
          "cds_end": null,
          "cds_length": 1023,
          "cds_start": 350,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000547204.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.350C>T",
          "hgvs_p": "p.Pro117Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449800.1",
          "strand": true,
          "transcript": "ENST00000547204.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": "P",
          "aa_start": 100,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2977,
          "cdna_start": 411,
          "cds_end": null,
          "cds_length": 948,
          "cds_start": 299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000906864.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.299C>T",
          "hgvs_p": "p.Pro100Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576923.1",
          "strand": true,
          "transcript": "ENST00000906864.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "P",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3149,
          "cdna_start": 583,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001281484.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Pro78Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001268413.1",
          "strand": true,
          "transcript": "NM_001281484.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "P",
          "aa_start": 78,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3176,
          "cdna_start": 611,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000519273.6",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Pro78Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000443716.1",
          "strand": true,
          "transcript": "ENST00000519273.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 270,
          "aa_ref": "P",
          "aa_start": 117,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1040,
          "cdna_start": 576,
          "cds_end": null,
          "cds_length": 814,
          "cds_start": 350,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000549047.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.350C>T",
          "hgvs_p": "p.Pro117Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000447037.1",
          "strand": true,
          "transcript": "ENST00000549047.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 995,
          "cdna_start": 783,
          "cds_end": null,
          "cds_length": 784,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000522403.6",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430929.2",
          "strand": true,
          "transcript": "ENST00000522403.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": "P",
          "aa_start": 117,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 905,
          "cdna_start": 523,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": 350,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000518601.6",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.350C>T",
          "hgvs_p": "p.Pro117Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429674.2",
          "strand": true,
          "transcript": "ENST00000518601.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3280,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011528901.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011527203.1",
          "strand": true,
          "transcript": "XM_011528901.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 416,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3299,
          "cdna_start": 703,
          "cds_end": null,
          "cds_length": 1251,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_017027950.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883439.1",
          "strand": true,
          "transcript": "XM_017027950.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 406,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3740,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 1221,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440287.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296243.1",
          "strand": true,
          "transcript": "XM_047440287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 404,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3244,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1215,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_006723823.3",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006723886.1",
          "strand": true,
          "transcript": "XM_006723823.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 404,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 1215,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440288.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296244.1",
          "strand": true,
          "transcript": "XM_047440288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 345,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1264,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1038,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440289.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296245.1",
          "strand": true,
          "transcript": "XM_047440289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 345,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1258,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1038,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440290.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296246.1",
          "strand": true,
          "transcript": "XM_047440290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1234,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440291.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.572C>T",
          "hgvs_p": "p.Pro191Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296247.1",
          "strand": true,
          "transcript": "XM_047440291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 152,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 460,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000523460.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "c.42+3318C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000429770.1",
          "strand": true,
          "transcript": "ENST00000523460.5",
          "transcript_support_level": 4
        },
        {
          "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": 1490,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000519531.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.668C>T",
          "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": "ENST00000519531.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1548,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000520485.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.*78C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000427717.1",
          "strand": true,
          "transcript": "ENST00000520485.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": 3099,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XR_001754329.2",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.684C>T",
          "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": "XR_001754329.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3069,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XR_007067465.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.684C>T",
          "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": "XR_007067465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3088,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XR_007067466.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.703C>T",
          "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": "XR_007067466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XR_007067467.1",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.684C>T",
          "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": "XR_007067467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1548,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000520485.5",
          "gene_hgnc_id": 15852,
          "gene_symbol": "ARFGAP1",
          "hgvs_c": "n.*78C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000427717.1",
          "strand": true,
          "transcript": "ENST00000520485.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs748362337",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000036555142,
      "gene_hgnc_id": 15852,
      "gene_symbol": "ARFGAP1",
      "gnomad_exomes_ac": 56,
      "gnomad_exomes_af": 0.000038309,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197104,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.372,
      "pos": 63278940,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.059,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_175609.3"
    }
  ]
}
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.