← 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: 6-157181092-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 157181092,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000636930.2",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3628G>A",
          "hgvs_p": "p.Val1210Ile",
          "transcript": "NM_001374828.1",
          "protein_id": "NP_001361757.1",
          "transcript_support_level": null,
          "aa_start": 1210,
          "aa_end": null,
          "aa_length": 2372,
          "cds_start": 3628,
          "cds_end": null,
          "cds_length": 7119,
          "cdna_start": 3931,
          "cdna_end": null,
          "cdna_length": 10310,
          "mane_select": "ENST00000636930.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3628G>A",
          "hgvs_p": "p.Val1210Ile",
          "transcript": "ENST00000636930.2",
          "protein_id": "ENSP00000490491.2",
          "transcript_support_level": 2,
          "aa_start": 1210,
          "aa_end": null,
          "aa_length": 2372,
          "cds_start": 3628,
          "cds_end": null,
          "cds_length": 7119,
          "cdna_start": 3931,
          "cdna_end": null,
          "cdna_length": 10310,
          "mane_select": "NM_001374828.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Val1170Ile",
          "transcript": "ENST00000346085.10",
          "protein_id": "ENSP00000344546.5",
          "transcript_support_level": 1,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 2332,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 6999,
          "cdna_start": 4434,
          "cdna_end": null,
          "cdna_length": 10813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3469G>A",
          "hgvs_p": "p.Val1157Ile",
          "transcript": "ENST00000350026.11",
          "protein_id": "ENSP00000055163.8",
          "transcript_support_level": 1,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 2319,
          "cds_start": 3469,
          "cds_end": null,
          "cds_length": 6960,
          "cdna_start": 3469,
          "cdna_end": null,
          "cdna_length": 8211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Val324Ile",
          "transcript": "ENST00000637810.1",
          "protein_id": "ENSP00000489636.1",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 1486,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 4461,
          "cdna_start": 1112,
          "cdna_end": null,
          "cdna_length": 5073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3757G>A",
          "hgvs_p": "p.Val1253Ile",
          "transcript": "NM_001438482.1",
          "protein_id": "NP_001425411.1",
          "transcript_support_level": null,
          "aa_start": 1253,
          "aa_end": null,
          "aa_length": 2415,
          "cds_start": 3757,
          "cds_end": null,
          "cds_length": 7248,
          "cdna_start": 4060,
          "cdna_end": null,
          "cdna_length": 10439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3757G>A",
          "hgvs_p": "p.Val1253Ile",
          "transcript": "ENST00000637015.2",
          "protein_id": "ENSP00000489729.2",
          "transcript_support_level": 5,
          "aa_start": 1253,
          "aa_end": null,
          "aa_length": 2415,
          "cds_start": 3757,
          "cds_end": null,
          "cds_length": 7248,
          "cdna_start": 3757,
          "cdna_end": null,
          "cdna_length": 8616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3670G>A",
          "hgvs_p": "p.Val1224Ile",
          "transcript": "NM_001438483.1",
          "protein_id": "NP_001425412.1",
          "transcript_support_level": null,
          "aa_start": 1224,
          "aa_end": null,
          "aa_length": 2386,
          "cds_start": 3670,
          "cds_end": null,
          "cds_length": 7161,
          "cdna_start": 3973,
          "cdna_end": null,
          "cdna_length": 10352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3538G>A",
          "hgvs_p": "p.Val1180Ile",
          "transcript": "NM_001438485.1",
          "protein_id": "NP_001425414.1",
          "transcript_support_level": null,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 2342,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 7029,
          "cdna_start": 3841,
          "cdna_end": null,
          "cdna_length": 10220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3538G>A",
          "hgvs_p": "p.Val1180Ile",
          "transcript": "ENST00000414678.8",
          "protein_id": "ENSP00000412835.3",
          "transcript_support_level": 5,
          "aa_start": 1180,
          "aa_end": null,
          "aa_length": 2342,
          "cds_start": 3538,
          "cds_end": null,
          "cds_length": 7029,
          "cdna_start": 3538,
          "cdna_end": null,
          "cdna_length": 8280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3511G>A",
          "hgvs_p": "p.Val1171Ile",
          "transcript": "NM_001438486.1",
          "protein_id": "NP_001425415.1",
          "transcript_support_level": null,
          "aa_start": 1171,
          "aa_end": null,
          "aa_length": 2333,
          "cds_start": 3511,
          "cds_end": null,
          "cds_length": 7002,
          "cdna_start": 3814,
          "cdna_end": null,
          "cdna_length": 10193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Val1170Ile",
          "transcript": "NM_001371656.1",
          "protein_id": "NP_001358585.1",
          "transcript_support_level": null,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 2332,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 6999,
          "cdna_start": 4428,
          "cdna_end": null,
          "cdna_length": 10807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3508G>A",
          "hgvs_p": "p.Val1170Ile",
          "transcript": "NM_001374820.1",
          "protein_id": "NP_001361749.1",
          "transcript_support_level": null,
          "aa_start": 1170,
          "aa_end": null,
          "aa_length": 2332,
          "cds_start": 3508,
          "cds_end": null,
          "cds_length": 6999,
          "cdna_start": 3811,
          "cdna_end": null,
          "cdna_length": 10190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3469G>A",
          "hgvs_p": "p.Val1157Ile",
          "transcript": "NM_017519.3",
          "protein_id": "NP_059989.3",
          "transcript_support_level": null,
          "aa_start": 1157,
          "aa_end": null,
          "aa_length": 2319,
          "cds_start": 3469,
          "cds_end": null,
          "cds_length": 6960,
          "cdna_start": 3772,
          "cdna_end": null,
          "cdna_length": 10151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3448G>A",
          "hgvs_p": "p.Val1150Ile",
          "transcript": "NM_001438487.1",
          "protein_id": "NP_001425416.1",
          "transcript_support_level": null,
          "aa_start": 1150,
          "aa_end": null,
          "aa_length": 2312,
          "cds_start": 3448,
          "cds_end": null,
          "cds_length": 6939,
          "cdna_start": 3751,
          "cdna_end": null,
          "cdna_length": 10130,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.1129G>A",
          "hgvs_p": "p.Val377Ile",
          "transcript": "NM_001363725.2",
          "protein_id": "NP_001350654.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": 1518,
          "cdna_end": null,
          "cdna_length": 7897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.1129G>A",
          "hgvs_p": "p.Val377Ile",
          "transcript": "ENST00000637904.1",
          "protein_id": "ENSP00000490550.1",
          "transcript_support_level": 5,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 1129,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": 1630,
          "cdna_end": null,
          "cdna_length": 5913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.970G>A",
          "hgvs_p": "p.Val324Ile",
          "transcript": "NM_001438488.1",
          "protein_id": "NP_001425417.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 1486,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 4461,
          "cdna_start": 1359,
          "cdna_end": null,
          "cdna_length": 7738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Val317Ile",
          "transcript": "ENST00000635849.1",
          "protein_id": "ENSP00000490948.1",
          "transcript_support_level": 5,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 1479,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 4440,
          "cdna_start": 1536,
          "cdna_end": null,
          "cdna_length": 5830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.583G>A",
          "hgvs_p": "p.Val195Ile",
          "transcript": "ENST00000635957.1",
          "protein_id": "ENSP00000490385.1",
          "transcript_support_level": 5,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 1348,
          "cds_start": 583,
          "cds_end": null,
          "cds_length": 4048,
          "cdna_start": 583,
          "cdna_end": null,
          "cdna_length": 4048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.1642G>A",
          "hgvs_p": "p.Val548Ile",
          "transcript": "ENST00000319584.11",
          "protein_id": "ENSP00000313006.7",
          "transcript_support_level": 2,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 727,
          "cds_start": 1642,
          "cds_end": null,
          "cds_length": 2184,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 2199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.421G>A",
          "hgvs_p": "p.Val141Ile",
          "transcript": "ENST00000400790.3",
          "protein_id": "ENSP00000383596.3",
          "transcript_support_level": 3,
          "aa_start": 141,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": 421,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 2887,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3838G>A",
          "hgvs_p": "p.Val1280Ile",
          "transcript": "XM_011535984.3",
          "protein_id": "XP_011534286.3",
          "transcript_support_level": null,
          "aa_start": 1280,
          "aa_end": null,
          "aa_length": 2442,
          "cds_start": 3838,
          "cds_end": null,
          "cds_length": 7329,
          "cdna_start": 4141,
          "cdna_end": null,
          "cdna_length": 10520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3799G>A",
          "hgvs_p": "p.Val1267Ile",
          "transcript": "XM_047419130.1",
          "protein_id": "XP_047275086.1",
          "transcript_support_level": null,
          "aa_start": 1267,
          "aa_end": null,
          "aa_length": 2429,
          "cds_start": 3799,
          "cds_end": null,
          "cds_length": 7290,
          "cdna_start": 4102,
          "cdna_end": null,
          "cdna_length": 10481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3796G>A",
          "hgvs_p": "p.Val1266Ile",
          "transcript": "XM_047419131.1",
          "protein_id": "XP_047275087.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 2428,
          "cds_start": 3796,
          "cds_end": null,
          "cds_length": 7287,
          "cdna_start": 4099,
          "cdna_end": null,
          "cdna_length": 10478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3709G>A",
          "hgvs_p": "p.Val1237Ile",
          "transcript": "XM_017011104.2",
          "protein_id": "XP_016866593.2",
          "transcript_support_level": null,
          "aa_start": 1237,
          "aa_end": null,
          "aa_length": 2399,
          "cds_start": 3709,
          "cds_end": null,
          "cds_length": 7200,
          "cdna_start": 4012,
          "cdna_end": null,
          "cdna_length": 10391,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3679G>A",
          "hgvs_p": "p.Val1227Ile",
          "transcript": "XM_017011105.3",
          "protein_id": "XP_016866594.2",
          "transcript_support_level": null,
          "aa_start": 1227,
          "aa_end": null,
          "aa_length": 2389,
          "cds_start": 3679,
          "cds_end": null,
          "cds_length": 7170,
          "cdna_start": 3982,
          "cdna_end": null,
          "cdna_length": 10361,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3667G>A",
          "hgvs_p": "p.Val1223Ile",
          "transcript": "XM_047419134.1",
          "protein_id": "XP_047275090.1",
          "transcript_support_level": null,
          "aa_start": 1223,
          "aa_end": null,
          "aa_length": 2385,
          "cds_start": 3667,
          "cds_end": null,
          "cds_length": 7158,
          "cdna_start": 3970,
          "cdna_end": null,
          "cdna_length": 10349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3658G>A",
          "hgvs_p": "p.Val1220Ile",
          "transcript": "XM_047419135.1",
          "protein_id": "XP_047275091.1",
          "transcript_support_level": null,
          "aa_start": 1220,
          "aa_end": null,
          "aa_length": 2382,
          "cds_start": 3658,
          "cds_end": null,
          "cds_length": 7149,
          "cdna_start": 3961,
          "cdna_end": null,
          "cdna_length": 10340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3640G>A",
          "hgvs_p": "p.Val1214Ile",
          "transcript": "XM_047419136.1",
          "protein_id": "XP_047275092.1",
          "transcript_support_level": null,
          "aa_start": 1214,
          "aa_end": null,
          "aa_length": 2376,
          "cds_start": 3640,
          "cds_end": null,
          "cds_length": 7131,
          "cdna_start": 3943,
          "cdna_end": null,
          "cdna_length": 10322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3637G>A",
          "hgvs_p": "p.Val1213Ile",
          "transcript": "XM_047419137.1",
          "protein_id": "XP_047275093.1",
          "transcript_support_level": null,
          "aa_start": 1213,
          "aa_end": null,
          "aa_length": 2375,
          "cds_start": 3637,
          "cds_end": null,
          "cds_length": 7128,
          "cdna_start": 3940,
          "cdna_end": null,
          "cdna_length": 10319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3619G>A",
          "hgvs_p": "p.Val1207Ile",
          "transcript": "XM_047419138.1",
          "protein_id": "XP_047275094.1",
          "transcript_support_level": null,
          "aa_start": 1207,
          "aa_end": null,
          "aa_length": 2369,
          "cds_start": 3619,
          "cds_end": null,
          "cds_length": 7110,
          "cdna_start": 3922,
          "cdna_end": null,
          "cdna_length": 10301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3598G>A",
          "hgvs_p": "p.Val1200Ile",
          "transcript": "XM_047419140.1",
          "protein_id": "XP_047275096.1",
          "transcript_support_level": null,
          "aa_start": 1200,
          "aa_end": null,
          "aa_length": 2362,
          "cds_start": 3598,
          "cds_end": null,
          "cds_length": 7089,
          "cdna_start": 3901,
          "cdna_end": null,
          "cdna_length": 10280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3577G>A",
          "hgvs_p": "p.Val1193Ile",
          "transcript": "XM_047419141.1",
          "protein_id": "XP_047275097.1",
          "transcript_support_level": null,
          "aa_start": 1193,
          "aa_end": null,
          "aa_length": 2355,
          "cds_start": 3577,
          "cds_end": null,
          "cds_length": 7068,
          "cdna_start": 3880,
          "cdna_end": null,
          "cdna_length": 10259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3550G>A",
          "hgvs_p": "p.Val1184Ile",
          "transcript": "XM_017011106.3",
          "protein_id": "XP_016866595.2",
          "transcript_support_level": null,
          "aa_start": 1184,
          "aa_end": null,
          "aa_length": 2346,
          "cds_start": 3550,
          "cds_end": null,
          "cds_length": 7041,
          "cdna_start": 3853,
          "cdna_end": null,
          "cdna_length": 10232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3529G>A",
          "hgvs_p": "p.Val1177Ile",
          "transcript": "XM_017011107.3",
          "protein_id": "XP_016866596.2",
          "transcript_support_level": null,
          "aa_start": 1177,
          "aa_end": null,
          "aa_length": 2339,
          "cds_start": 3529,
          "cds_end": null,
          "cds_length": 7020,
          "cdna_start": 3832,
          "cdna_end": null,
          "cdna_length": 10211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3490G>A",
          "hgvs_p": "p.Val1164Ile",
          "transcript": "XM_047419144.1",
          "protein_id": "XP_047275100.1",
          "transcript_support_level": null,
          "aa_start": 1164,
          "aa_end": null,
          "aa_length": 2326,
          "cds_start": 3490,
          "cds_end": null,
          "cds_length": 6981,
          "cdna_start": 3793,
          "cdna_end": null,
          "cdna_length": 10172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3487G>A",
          "hgvs_p": "p.Val1163Ile",
          "transcript": "XM_047419145.1",
          "protein_id": "XP_047275101.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 2325,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 6978,
          "cdna_start": 3790,
          "cdna_end": null,
          "cdna_length": 10169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3460G>A",
          "hgvs_p": "p.Val1154Ile",
          "transcript": "XM_047419146.1",
          "protein_id": "XP_047275102.1",
          "transcript_support_level": null,
          "aa_start": 1154,
          "aa_end": null,
          "aa_length": 2316,
          "cds_start": 3460,
          "cds_end": null,
          "cds_length": 6951,
          "cdna_start": 3763,
          "cdna_end": null,
          "cdna_length": 10142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3418G>A",
          "hgvs_p": "p.Val1140Ile",
          "transcript": "XM_047419148.1",
          "protein_id": "XP_047275104.1",
          "transcript_support_level": null,
          "aa_start": 1140,
          "aa_end": null,
          "aa_length": 2302,
          "cds_start": 3418,
          "cds_end": null,
          "cds_length": 6909,
          "cdna_start": 3721,
          "cdna_end": null,
          "cdna_length": 10100,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3379G>A",
          "hgvs_p": "p.Val1127Ile",
          "transcript": "XM_047419149.1",
          "protein_id": "XP_047275105.1",
          "transcript_support_level": null,
          "aa_start": 1127,
          "aa_end": null,
          "aa_length": 2289,
          "cds_start": 3379,
          "cds_end": null,
          "cds_length": 6870,
          "cdna_start": 3682,
          "cdna_end": null,
          "cdna_length": 10061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3370G>A",
          "hgvs_p": "p.Val1124Ile",
          "transcript": "XM_047419150.1",
          "protein_id": "XP_047275106.1",
          "transcript_support_level": null,
          "aa_start": 1124,
          "aa_end": null,
          "aa_length": 2286,
          "cds_start": 3370,
          "cds_end": null,
          "cds_length": 6861,
          "cdna_start": 3673,
          "cdna_end": null,
          "cdna_length": 10052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3328G>A",
          "hgvs_p": "p.Val1110Ile",
          "transcript": "XM_047419151.1",
          "protein_id": "XP_047275107.1",
          "transcript_support_level": null,
          "aa_start": 1110,
          "aa_end": null,
          "aa_length": 2272,
          "cds_start": 3328,
          "cds_end": null,
          "cds_length": 6819,
          "cdna_start": 3631,
          "cdna_end": null,
          "cdna_length": 10010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3289G>A",
          "hgvs_p": "p.Val1097Ile",
          "transcript": "XM_047419152.1",
          "protein_id": "XP_047275108.1",
          "transcript_support_level": null,
          "aa_start": 1097,
          "aa_end": null,
          "aa_length": 2259,
          "cds_start": 3289,
          "cds_end": null,
          "cds_length": 6780,
          "cdna_start": 3592,
          "cdna_end": null,
          "cdna_length": 9971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.1642G>A",
          "hgvs_p": "p.Val548Ile",
          "transcript": "XM_047419153.1",
          "protein_id": "XP_047275109.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 1710,
          "cds_start": 1642,
          "cds_end": null,
          "cds_length": 5133,
          "cdna_start": 1741,
          "cdna_end": null,
          "cdna_length": 8120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.1354G>A",
          "hgvs_p": "p.Val452Ile",
          "transcript": "XM_047419154.1",
          "protein_id": "XP_047275110.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 1614,
          "cds_start": 1354,
          "cds_end": null,
          "cds_length": 4845,
          "cdna_start": 1452,
          "cdna_end": null,
          "cdna_length": 7831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.3838G>A",
          "hgvs_p": "p.Val1280Ile",
          "transcript": "XM_047419155.1",
          "protein_id": "XP_047275111.1",
          "transcript_support_level": null,
          "aa_start": 1280,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 3838,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 4141,
          "cdna_end": null,
          "cdna_length": 5661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.520G>A",
          "hgvs_p": "p.Val174Ile",
          "transcript": "XM_011535988.4",
          "protein_id": "XP_011534290.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": 520,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": 612,
          "cdna_end": null,
          "cdna_length": 6991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "c.361G>A",
          "hgvs_p": "p.Val121Ile",
          "transcript": "XM_047419156.1",
          "protein_id": "XP_047275112.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 1283,
          "cds_start": 361,
          "cds_end": null,
          "cds_length": 3852,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 6832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "n.1625G>A",
          "hgvs_p": null,
          "transcript": "ENST00000636940.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 5910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "n.*621G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637568.1",
          "protein_id": "ENSP00000490511.1",
          "transcript_support_level": 5,
          "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": 4610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "n.294G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637741.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 3915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "n.*621G>A",
          "hgvs_p": null,
          "transcript": "ENST00000637568.1",
          "protein_id": "ENSP00000490511.1",
          "transcript_support_level": 5,
          "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": 4610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ARID1B",
          "gene_hgnc_id": 18040,
          "hgvs_c": "n.*98G>A",
          "hgvs_p": null,
          "transcript": "ENST00000478761.4",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ARID1B",
      "gene_hgnc_id": 18040,
      "dbsnp": "rs758353662",
      "frequency_reference_population": 0.000009293242,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 15,
      "gnomad_exomes_af": 0.00000957668,
      "gnomad_genomes_af": 0.00000657065,
      "gnomad_exomes_ac": 14,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1943255066871643,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.148,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.207,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.28,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.613,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000636930.2",
          "gene_symbol": "ARID1B",
          "hgnc_id": 18040,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3628G>A",
          "hgvs_p": "p.Val1210Ile"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}