← 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: X-63638180-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ARHGEF9",
          "hgnc_id": 14561,
          "hgvs_c": "c.1438T>C",
          "hgvs_p": "p.Ser480Pro",
          "inheritance_mode": "XL",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001353923.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0697,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.33,
      "chr": "X",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": " 8,Developmental and epileptic encephalopathy",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.15832164883613586,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 523,
          "aa_ref": "S",
          "aa_start": 474,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4702,
          "cdna_start": 1489,
          "cds_end": null,
          "cds_length": 1572,
          "cds_start": 1420,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001353921.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1420T>C",
          "hgvs_p": "p.Ser474Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000671741.2",
          "protein_coding": true,
          "protein_id": "NP_001340850.1",
          "strand": false,
          "transcript": "NM_001353921.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 523,
          "aa_ref": "S",
          "aa_start": 474,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4702,
          "cdna_start": 1489,
          "cds_end": null,
          "cds_length": 1572,
          "cds_start": 1420,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000671741.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1420T>C",
          "hgvs_p": "p.Ser474Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001353921.2",
          "protein_coding": true,
          "protein_id": "ENSP00000500715.1",
          "strand": false,
          "transcript": "ENST00000671741.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5413,
          "cdna_start": 2200,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000253401.10",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000253401.6",
          "strand": false,
          "transcript": "ENST00000253401.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "S",
          "aa_start": 365,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2154,
          "cdna_start": 1959,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 1093,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000624843.3",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1093T>C",
          "hgvs_p": "p.Ser365Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485626.1",
          "strand": false,
          "transcript": "ENST00000624843.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 487,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2217,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1464,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000374878.5",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1375-2772T>C",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364012.2",
          "strand": false,
          "transcript": "ENST00000374878.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 564,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4644,
          "cdna_start": 2176,
          "cds_end": null,
          "cds_length": 1695,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000374870.8",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364004.5",
          "strand": false,
          "transcript": "ENST00000374870.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "S",
          "aa_start": 480,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4662,
          "cdna_start": 1449,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 1438,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001353923.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1438T>C",
          "hgvs_p": "p.Ser480Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340852.1",
          "strand": false,
          "transcript": "NM_001353923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "S",
          "aa_start": 480,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1761,
          "cdna_start": 1449,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 1438,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000635729.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1438T>C",
          "hgvs_p": "p.Ser480Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490940.1",
          "strand": false,
          "transcript": "ENST00000635729.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 520,
          "aa_ref": "S",
          "aa_start": 471,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1958,
          "cdna_start": 1758,
          "cds_end": null,
          "cds_length": 1563,
          "cds_start": 1411,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000922913.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1411T>C",
          "hgvs_p": "p.Ser471Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592972.1",
          "strand": false,
          "transcript": "ENST00000922913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5179,
          "cdna_start": 1966,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001369030.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355959.1",
          "strand": false,
          "transcript": "NM_001369030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5175,
          "cdna_start": 1962,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001369031.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355960.1",
          "strand": false,
          "transcript": "NM_001369031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5419,
          "cdna_start": 2206,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369032.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355961.1",
          "strand": false,
          "transcript": "NM_001369032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5423,
          "cdna_start": 2210,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_015185.3",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_056000.1",
          "strand": false,
          "transcript": "NM_015185.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 516,
          "aa_ref": "S",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5117,
          "cdna_start": 1921,
          "cds_end": null,
          "cds_length": 1551,
          "cds_start": 1399,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000671907.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1399T>C",
          "hgvs_p": "p.Ser467Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000500829.1",
          "strand": false,
          "transcript": "ENST00000671907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 506,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3876,
          "cdna_start": 1831,
          "cds_end": null,
          "cds_length": 1521,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000638021.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490410.1",
          "strand": false,
          "transcript": "ENST00000638021.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4779,
          "cdna_start": 1566,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001330495.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317424.1",
          "strand": false,
          "transcript": "NM_001330495.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5412,
          "cdna_start": 2199,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369033.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355962.1",
          "strand": false,
          "transcript": "NM_001369033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5168,
          "cdna_start": 1955,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001369034.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355963.1",
          "strand": false,
          "transcript": "NM_001369034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4806,
          "cdna_start": 1593,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369035.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355964.1",
          "strand": false,
          "transcript": "NM_001369035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5490,
          "cdna_start": 2277,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001369036.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355965.1",
          "strand": false,
          "transcript": "NM_001369036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5375,
          "cdna_start": 2162,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001369037.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355966.1",
          "strand": false,
          "transcript": "NM_001369037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4708,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369038.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355967.1",
          "strand": false,
          "transcript": "NM_001369038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2364,
          "cdna_start": 2166,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000374872.4",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000364006.1",
          "strand": false,
          "transcript": "ENST00000374872.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1888,
          "cdna_start": 1548,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000624210.3",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485144.1",
          "strand": false,
          "transcript": "ENST00000624210.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5285,
          "cdna_start": 2108,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000624538.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485282.2",
          "strand": false,
          "transcript": "ENST00000624538.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2179,
          "cdna_start": 1981,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000635967.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490691.1",
          "strand": false,
          "transcript": "ENST00000635967.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5059,
          "cdna_start": 1882,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000636048.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490063.1",
          "strand": false,
          "transcript": "ENST00000636048.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1920,
          "cdna_start": 1767,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000636392.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000489853.1",
          "strand": false,
          "transcript": "ENST00000636392.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2145,
          "cdna_start": 1871,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000637178.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000489862.1",
          "strand": false,
          "transcript": "ENST00000637178.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5114,
          "cdna_start": 2095,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000637417.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490269.1",
          "strand": false,
          "transcript": "ENST00000637417.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5682,
          "cdna_start": 2517,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000637520.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490123.1",
          "strand": false,
          "transcript": "ENST00000637520.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4775,
          "cdna_start": 1894,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000637557.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490679.1",
          "strand": false,
          "transcript": "ENST00000637557.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 446,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2227,
          "cdna_start": 1932,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 1336,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000637723.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1336T>C",
          "hgvs_p": "p.Ser446Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000489637.2",
          "strand": false,
          "transcript": "ENST00000637723.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "S",
          "aa_start": 440,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5113,
          "cdna_start": 1948,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 1318,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000672194.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1318T>C",
          "hgvs_p": "p.Ser440Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499905.1",
          "strand": false,
          "transcript": "ENST00000672194.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "S",
          "aa_start": 430,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4570,
          "cdna_start": 1357,
          "cds_end": null,
          "cds_length": 1440,
          "cds_start": 1288,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353922.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1288T>C",
          "hgvs_p": "p.Ser430Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340851.1",
          "strand": false,
          "transcript": "NM_001353922.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "S",
          "aa_start": 423,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5291,
          "cdna_start": 2078,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 1267,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353928.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1267T>C",
          "hgvs_p": "p.Ser423Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340857.1",
          "strand": false,
          "transcript": "NM_001353928.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "S",
          "aa_start": 414,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4522,
          "cdna_start": 1309,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1240,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001173479.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1240T>C",
          "hgvs_p": "p.Ser414Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001166950.1",
          "strand": false,
          "transcript": "NM_001173479.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "S",
          "aa_start": 414,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2143,
          "cdna_start": 1653,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1240,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000623517.3",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1240T>C",
          "hgvs_p": "p.Ser414Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485369.1",
          "strand": false,
          "transcript": "ENST00000623517.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "S",
          "aa_start": 414,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1508,
          "cdna_start": 1304,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 1240,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000922916.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1240T>C",
          "hgvs_p": "p.Ser414Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592975.1",
          "strand": false,
          "transcript": "ENST00000922916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 459,
          "aa_ref": "S",
          "aa_start": 410,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1554,
          "cdna_start": 1337,
          "cds_end": null,
          "cds_length": 1380,
          "cds_start": 1228,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000922915.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1228T>C",
          "hgvs_p": "p.Ser410Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592974.1",
          "strand": false,
          "transcript": "ENST00000922915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5243,
          "cdna_start": 2030,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 1219,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353924.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1219T>C",
          "hgvs_p": "p.Ser407Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340853.1",
          "strand": false,
          "transcript": "NM_001353924.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5239,
          "cdna_start": 2026,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 1219,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353926.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1219T>C",
          "hgvs_p": "p.Ser407Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340855.1",
          "strand": false,
          "transcript": "NM_001353926.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4999,
          "cdna_start": 1786,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 1219,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369039.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1219T>C",
          "hgvs_p": "p.Ser407Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355968.1",
          "strand": false,
          "transcript": "NM_001369039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 456,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4995,
          "cdna_start": 1782,
          "cds_end": null,
          "cds_length": 1371,
          "cds_start": 1219,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369040.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1219T>C",
          "hgvs_p": "p.Ser407Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355969.1",
          "strand": false,
          "transcript": "NM_001369040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": "S",
          "aa_start": 405,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5001,
          "cdna_start": 1824,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": 1213,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000637040.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1213T>C",
          "hgvs_p": "p.Ser405Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490459.1",
          "strand": false,
          "transcript": "ENST00000637040.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "S",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 2067,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1204,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001353927.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1204T>C",
          "hgvs_p": "p.Ser402Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001340856.1",
          "strand": false,
          "transcript": "NM_001353927.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "S",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4674,
          "cdna_start": 1461,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1204,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001369041.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1204T>C",
          "hgvs_p": "p.Ser402Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355970.1",
          "strand": false,
          "transcript": "NM_001369041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "S",
          "aa_start": 402,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4886,
          "cdna_start": 1709,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1204,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000672513.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1204T>C",
          "hgvs_p": "p.Ser402Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000500825.1",
          "strand": false,
          "transcript": "ENST00000672513.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 422,
          "aa_ref": "S",
          "aa_start": 373,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1684,
          "cdna_start": 1494,
          "cds_end": null,
          "cds_length": 1269,
          "cds_start": 1117,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000943364.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1117T>C",
          "hgvs_p": "p.Ser373Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613423.1",
          "strand": false,
          "transcript": "ENST00000943364.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 415,
          "aa_ref": "S",
          "aa_start": 366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1489,
          "cdna_start": 1291,
          "cds_end": null,
          "cds_length": 1248,
          "cds_start": 1096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000922914.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1096T>C",
          "hgvs_p": "p.Ser366Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000592973.1",
          "strand": false,
          "transcript": "ENST00000922914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "S",
          "aa_start": 365,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5232,
          "cdna_start": 2019,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 1093,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001173480.2",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1093T>C",
          "hgvs_p": "p.Ser365Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001166951.1",
          "strand": false,
          "transcript": "NM_001173480.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 414,
          "aa_ref": "S",
          "aa_start": 365,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5555,
          "cdna_start": 2342,
          "cds_end": null,
          "cds_length": 1245,
          "cds_start": 1093,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001369042.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.1093T>C",
          "hgvs_p": "p.Ser365Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355971.1",
          "strand": false,
          "transcript": "NM_001369042.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 334,
          "aa_ref": "S",
          "aa_start": 285,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5315,
          "cdna_start": 2102,
          "cds_end": null,
          "cds_length": 1005,
          "cds_start": 853,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "NM_001369045.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.853T>C",
          "hgvs_p": "p.Ser285Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355974.1",
          "strand": false,
          "transcript": "NM_001369045.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3758,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000437457.6",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.*78T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000399994.3",
          "strand": false,
          "transcript": "ENST00000437457.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4535,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001369043.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.*57T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355972.1",
          "strand": false,
          "transcript": "NM_001369043.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 344,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4562,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1035,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001369044.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.*57T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001355973.1",
          "strand": false,
          "transcript": "NM_001369044.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 90,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 530,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 273,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000466925.4",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "c.*57T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000485086.1",
          "strand": false,
          "transcript": "ENST00000466925.4",
          "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": 2556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000495564.5",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1124T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485633.1",
          "strand": false,
          "transcript": "ENST00000495564.5",
          "transcript_support_level": 2
        },
        {
          "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": 515,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000498761.5",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.317T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000498761.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": 627,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000624783.3",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.429T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000624783.3",
          "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": 2112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000636102.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1277T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490693.1",
          "strand": false,
          "transcript": "ENST00000636102.1",
          "transcript_support_level": 5
        },
        {
          "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": 4657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000639092.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1297T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492318.1",
          "strand": false,
          "transcript": "ENST00000639092.1",
          "transcript_support_level": 5
        },
        {
          "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": 2556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000495564.5",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1124T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000485633.1",
          "strand": false,
          "transcript": "ENST00000495564.5",
          "transcript_support_level": 2
        },
        {
          "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": 2112,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000636102.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1277T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490693.1",
          "strand": false,
          "transcript": "ENST00000636102.1",
          "transcript_support_level": 5
        },
        {
          "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": 4657,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000639092.1",
          "gene_hgnc_id": 14561,
          "gene_symbol": "ARHGEF9",
          "hgvs_c": "n.*1297T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492318.1",
          "strand": false,
          "transcript": "ENST00000639092.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1556301359",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 14561,
      "gene_symbol": "ARHGEF9",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 8",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 3.162,
      "pos": 63638180,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.2,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_001353923.1"
    }
  ]
}
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.