← 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: 10-24650736-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 24650736,
      "ref": "T",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000396432.7",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_020824.4",
          "protein_id": "NP_065875.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7381,
          "mane_select": "ENST00000396432.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000396432.7",
          "protein_id": "ENSP00000379709.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7381,
          "mane_select": "NM_020824.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000446003.5",
          "protein_id": "ENSP00000405018.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.-178A>T",
          "hgvs_p": null,
          "transcript": "NM_001367450.1",
          "protein_id": "NP_001354379.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7491,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.290-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000680286.1",
          "protein_id": "ENSP00000506388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1965,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_001367448.1",
          "protein_id": "NP_001354377.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_001367454.1",
          "protein_id": "NP_001354383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1958,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_001367447.1",
          "protein_id": "NP_001354376.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_001367451.1",
          "protein_id": "NP_001354380.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "NM_001367453.1",
          "protein_id": "NP_001354382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000376410.7",
          "protein_id": "ENSP00000365592.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.-27+14995A>T",
          "hgvs_p": null,
          "transcript": "NM_001367449.1",
          "protein_id": "NP_001354378.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.24+16249A>T",
          "hgvs_p": null,
          "transcript": "NM_001367452.1",
          "protein_id": "NP_001354381.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1801,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.266-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000612832.4",
          "protein_id": "ENSP00000480005.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.236-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000416305.1",
          "protein_id": "ENSP00000400566.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "n.404-15633A>T",
          "hgvs_p": null,
          "transcript": "ENST00000476499.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "n.714-15633A>T",
          "hgvs_p": null,
          "transcript": "NR_160021.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "n.714-15633A>T",
          "hgvs_p": null,
          "transcript": "NR_160022.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "n.912-15633A>T",
          "hgvs_p": null,
          "transcript": "NR_160023.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_011519602.3",
          "protein_id": "XP_011517904.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1992,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7483,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_011519603.4",
          "protein_id": "XP_011517905.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1992,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7420,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_011519604.3",
          "protein_id": "XP_011517906.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1992,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_011519605.3",
          "protein_id": "XP_011517907.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1982,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5949,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425556.1",
          "protein_id": "XP_047281512.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1982,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5949,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425557.1",
          "protein_id": "XP_047281513.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1982,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5949,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.64+143A>T",
          "hgvs_p": null,
          "transcript": "XM_011519606.3",
          "protein_id": "XP_011517908.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1924,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5775,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_011519607.3",
          "protein_id": "XP_011517909.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1491,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4476,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425559.1",
          "protein_id": "XP_047281515.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1464,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4395,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425560.1",
          "protein_id": "XP_047281516.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425561.1",
          "protein_id": "XP_047281517.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425562.1",
          "protein_id": "XP_047281518.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ARHGAP21",
          "gene_hgnc_id": 23725,
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null,
          "transcript": "XM_047425563.1",
          "protein_id": "XP_047281519.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1430,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ARHGAP21",
      "gene_hgnc_id": 23725,
      "dbsnp": "rs4147179",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8799999952316284,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.88,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.296,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000396432.7",
          "gene_symbol": "ARHGAP21",
          "hgnc_id": 23725,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.269-15633A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}