← 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: 11-108229238-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 108229238,
      "ref": "A",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "NM_000051.4",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "NM_000051.4",
          "protein_id": "NP_000042.3",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 12915,
          "mane_select": "ENST00000675843.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000675843.1",
          "protein_id": "ENSP00000501606.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 12915,
          "mane_select": "NM_000051.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000452508.7",
          "protein_id": "ENSP00000388058.2",
          "transcript_support_level": 1,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 728,
          "cdna_end": null,
          "cdna_length": 13247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000531525.3",
          "protein_id": "ENSP00000434327.3",
          "transcript_support_level": 1,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 1486,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 4461,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 5656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000526567.5",
          "protein_id": "ENSP00000480205.1",
          "transcript_support_level": 1,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 560,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 61,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000527805.6",
          "protein_id": "ENSP00000435747.2",
          "transcript_support_level": 1,
          "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": 9287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "NM_001351834.2",
          "protein_id": "NP_001338763.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 13003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000278616.10",
          "protein_id": "ENSP00000278616.4",
          "transcript_support_level": 5,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 552,
          "cdna_end": null,
          "cdna_length": 11233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000601453.3",
          "protein_id": "ENSP00000469471.2",
          "transcript_support_level": 3,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 1697,
          "cdna_end": null,
          "cdna_length": 14216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000713844.1",
          "protein_id": "ENSP00000519149.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 410,
          "cdna_end": null,
          "cdna_length": 9550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000530958.5",
          "protein_id": "ENSP00000483338.1",
          "transcript_support_level": 2,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 4768,
          "cdna_end": null,
          "cdna_length": 5718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000684029.1",
          "protein_id": "ENSP00000508010.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 168,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 507,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 1374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "NM_001351835.2",
          "protein_id": "NP_001338764.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "NM_001351836.2",
          "protein_id": "NP_001338765.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 638,
          "cdna_end": null,
          "cdna_length": 766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000532931.6",
          "protein_id": "ENSP00000432318.2",
          "transcript_support_level": 3,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 447,
          "cdna_end": null,
          "cdna_length": 573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000639240.1",
          "protein_id": "ENSP00000491585.1",
          "transcript_support_level": 5,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 373,
          "cdna_end": null,
          "cdna_length": 498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000639953.1",
          "protein_id": "ENSP00000492487.1",
          "transcript_support_level": 5,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 463,
          "cdna_end": null,
          "cdna_length": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000640388.1",
          "protein_id": "ENSP00000492354.1",
          "transcript_support_level": 5,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000682465.1",
          "protein_id": "ENSP00000508284.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 2862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000683150.1",
          "protein_id": "ENSP00000507125.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 465,
          "cdna_end": null,
          "cdna_length": 593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000683468.1",
          "protein_id": "ENSP00000508178.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 4785,
          "cdna_end": null,
          "cdna_length": 4908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000683914.2",
          "protein_id": "ENSP00000507649.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 640,
          "cdna_end": null,
          "cdna_length": 768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000713845.1",
          "protein_id": "ENSP00000519150.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 601,
          "cdna_end": null,
          "cdna_length": 729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000713846.1",
          "protein_id": "ENSP00000519151.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 501,
          "cdna_end": null,
          "cdna_length": 629,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "ENST00000713847.1",
          "protein_id": "ENSP00000519152.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 112,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 339,
          "cdna_start": 344,
          "cdna_end": null,
          "cdna_length": 472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_005271562.6",
          "protein_id": "XP_005271619.2",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 638,
          "cdna_end": null,
          "cdna_length": 13157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_006718843.5",
          "protein_id": "XP_006718906.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 1346,
          "cdna_end": null,
          "cdna_length": 13865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_011542840.4",
          "protein_id": "XP_011541142.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 13953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_017017790.3",
          "protein_id": "XP_016873279.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 1214,
          "cdna_end": null,
          "cdna_length": 13733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426975.1",
          "protein_id": "XP_047282931.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 1187,
          "cdna_end": null,
          "cdna_length": 13706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426976.1",
          "protein_id": "XP_047282932.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3056,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9171,
          "cdna_start": 726,
          "cdna_end": null,
          "cdna_length": 13245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_011542842.4",
          "protein_id": "XP_011541144.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3001,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9006,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 12750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426977.1",
          "protein_id": "XP_047282933.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3001,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9006,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 13788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426978.1",
          "protein_id": "XP_047282934.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3001,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9006,
          "cdna_start": 484,
          "cdna_end": null,
          "cdna_length": 12838,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426979.1",
          "protein_id": "XP_047282935.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 3001,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 9006,
          "cdna_start": 1346,
          "cdna_end": null,
          "cdna_length": 13700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 60,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_011542843.3",
          "protein_id": "XP_011541145.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 2912,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 8739,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 8923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val",
          "transcript": "XM_047426981.1",
          "protein_id": "XP_047282937.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 1600,
          "cds_start": 246,
          "cds_end": null,
          "cds_length": 4803,
          "cdna_start": 396,
          "cdna_end": null,
          "cdna_length": 5015,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000529588.6",
          "protein_id": "ENSP00000435524.2",
          "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": 12827,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000638443.1",
          "protein_id": "ENSP00000491957.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": 2146,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000675595.1",
          "protein_id": "ENSP00000502563.1",
          "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": 9309,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.376A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682147.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": 1344,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.345A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682430.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": 993,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.380A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682516.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": 3011,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.380A>G",
          "hgvs_p": null,
          "transcript": "ENST00000682956.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": 2353,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000683174.2",
          "protein_id": "ENSP00000519136.1",
          "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": 13130,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.4906A>G",
          "hgvs_p": null,
          "transcript": "ENST00000683488.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": 5020,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000684037.1",
          "protein_id": "ENSP00000508245.1",
          "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": 3020,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.380A>G",
          "hgvs_p": null,
          "transcript": "ENST00000684061.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": 2529,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.380A>G",
          "hgvs_p": null,
          "transcript": "ENST00000684179.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": 2243,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713593.1",
          "protein_id": "ENSP00000518889.1",
          "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": 12893,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713840.1",
          "protein_id": "ENSP00000519145.1",
          "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": 9933,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713841.1",
          "protein_id": "ENSP00000519146.1",
          "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": 11890,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 63,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713842.1",
          "protein_id": "ENSP00000519147.1",
          "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": 11758,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 64,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATM",
          "gene_hgnc_id": 795,
          "hgvs_c": "n.246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000713843.1",
          "protein_id": "ENSP00000519148.1",
          "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": 13126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATM",
      "gene_hgnc_id": 795,
      "dbsnp": "rs757944864",
      "frequency_reference_population": 0.0000030985616,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.0000027371,
      "gnomad_genomes_af": 0.00000656814,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7900000214576721,
      "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.79,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.017,
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 13,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7"
          ],
          "verdict": "Benign",
          "transcript": "NM_000051.4",
          "gene_symbol": "ATM",
          "hgnc_id": 795,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.246A>G",
          "hgvs_p": "p.Val82Val"
        }
      ],
      "clinvar_disease": "Ataxia-telangiectasia syndrome,Familial cancer of breast,Hereditary cancer-predisposing syndrome,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:4 B:1",
      "phenotype_combined": "Hereditary cancer-predisposing syndrome|not specified|Ataxia-telangiectasia syndrome|Familial cancer of breast",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}