← 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-108365110-GG-CT (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ATM",
          "hgnc_id": 795,
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "NM_000051.4",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PP3"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "C11orf65",
          "hgnc_id": 28519,
          "hgvs_c": "c.640+20809_640+20810delCCinsAG",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 1,
          "score": 1,
          "transcript": "NM_001330368.2",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP3",
      "acmg_score": 1,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "CT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "11",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12915,
          "cdna_start": 9029,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_000051.4",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000675843.1",
          "protein_coding": true,
          "protein_id": "NP_000042.3",
          "strand": true,
          "transcript": "NM_000051.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 12915,
          "cdna_start": 9029,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000675843.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000051.4",
          "protein_coding": true,
          "protein_id": "ENSP00000501606.1",
          "strand": true,
          "transcript": "ENST00000675843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13247,
          "cdna_start": 9361,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000452508.7",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388058.2",
          "strand": true,
          "transcript": "ENST00000452508.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2711,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000615746.4",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.*2-9002_*2-9001delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000483537.1",
          "strand": false,
          "transcript": "ENST00000615746.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 61,
          "exon_rank": 60,
          "exon_rank_end": null,
          "feature": "ENST00000527805.6",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*3943_*3944delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435747.2",
          "strand": true,
          "transcript": "ENST00000527805.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9287,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 61,
          "exon_rank": 60,
          "exon_rank_end": null,
          "feature": "ENST00000527805.6",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*3943_*3944delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435747.2",
          "strand": true,
          "transcript": "ENST00000527805.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13003,
          "cdna_start": 9117,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001351834.2",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338763.1",
          "strand": true,
          "transcript": "NM_001351834.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11233,
          "cdna_start": 9185,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000278616.10",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000278616.4",
          "strand": true,
          "transcript": "ENST00000278616.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14216,
          "cdna_start": 10330,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000601453.3",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469471.2",
          "strand": true,
          "transcript": "ENST00000601453.3",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9550,
          "cdna_start": 9043,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000713844.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000519149.1",
          "strand": true,
          "transcript": "ENST00000713844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3003,
          "aa_ref": "W",
          "aa_start": 2907,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9692,
          "cdna_start": 8860,
          "cds_end": null,
          "cds_length": 9012,
          "cds_start": 8720,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 62,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971291.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8720_8721delGGinsCT",
          "hgvs_p": "p.Trp2907Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641350.1",
          "strand": true,
          "transcript": "ENST00000971291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2984,
          "aa_ref": "W",
          "aa_start": 2888,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12686,
          "cdna_start": 8800,
          "cds_end": null,
          "cds_length": 8955,
          "cds_start": 8663,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 61,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000923922.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8663_8664delGGinsCT",
          "hgvs_p": "p.Trp2888Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593981.1",
          "strand": true,
          "transcript": "ENST00000923922.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13157,
          "cdna_start": 9271,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005271562.6",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005271619.2",
          "strand": true,
          "transcript": "XM_005271562.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13865,
          "cdna_start": 9979,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_006718843.5",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718906.1",
          "strand": true,
          "transcript": "XM_006718843.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13953,
          "cdna_start": 10067,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542840.4",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541142.1",
          "strand": true,
          "transcript": "XM_011542840.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13733,
          "cdna_start": 9847,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017017790.3",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016873279.1",
          "strand": true,
          "transcript": "XM_017017790.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13706,
          "cdna_start": 9820,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426975.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282931.1",
          "strand": true,
          "transcript": "XM_047426975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3056,
          "aa_ref": "W",
          "aa_start": 2960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13245,
          "cdna_start": 9359,
          "cds_end": null,
          "cds_length": 9171,
          "cds_start": 8879,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 64,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426976.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8879_8880delGGinsCT",
          "hgvs_p": "p.Trp2960Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282932.1",
          "strand": true,
          "transcript": "XM_047426976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3001,
          "aa_ref": "W",
          "aa_start": 2905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12750,
          "cdna_start": 8864,
          "cds_end": null,
          "cds_length": 9006,
          "cds_start": 8714,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 62,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542842.4",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8714_8715delGGinsCT",
          "hgvs_p": "p.Trp2905Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541144.1",
          "strand": true,
          "transcript": "XM_011542842.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3001,
          "aa_ref": "W",
          "aa_start": 2905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13788,
          "cdna_start": 9902,
          "cds_end": null,
          "cds_length": 9006,
          "cds_start": 8714,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426977.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8714_8715delGGinsCT",
          "hgvs_p": "p.Trp2905Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282933.1",
          "strand": true,
          "transcript": "XM_047426977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3001,
          "aa_ref": "W",
          "aa_start": 2905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12838,
          "cdna_start": 8952,
          "cds_end": null,
          "cds_length": 9006,
          "cds_start": 8714,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 63,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426978.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8714_8715delGGinsCT",
          "hgvs_p": "p.Trp2905Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282934.1",
          "strand": true,
          "transcript": "XM_047426978.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 3001,
          "aa_ref": "W",
          "aa_start": 2905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13700,
          "cdna_start": 9814,
          "cds_end": null,
          "cds_length": 9006,
          "cds_start": 8714,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 62,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426979.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.8714_8715delGGinsCT",
          "hgvs_p": "p.Trp2905Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282935.1",
          "strand": true,
          "transcript": "XM_047426979.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 2708,
          "aa_ref": "W",
          "aa_start": 2612,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12336,
          "cdna_start": 8450,
          "cds_end": null,
          "cds_length": 8127,
          "cds_start": 7835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 59,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542844.4",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.7835_7836delGGinsCT",
          "hgvs_p": "p.Trp2612Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541146.1",
          "strand": true,
          "transcript": "XM_011542844.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1708,
          "aa_ref": "W",
          "aa_start": 1612,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8791,
          "cdna_start": 4905,
          "cds_end": null,
          "cds_length": 5127,
          "cds_start": 4835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 38,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_006718845.3",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "c.4835_4836delGGinsCT",
          "hgvs_p": "p.Trp1612Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718908.1",
          "strand": true,
          "transcript": "XM_006718845.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1261,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330368.2",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.640+20809_640+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317297.1",
          "strand": false,
          "transcript": "NM_001330368.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1263,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 741,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000525729.5",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.640+20809_640+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433395.1",
          "strand": false,
          "transcript": "ENST00000525729.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1388,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001351110.2",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.694+20809_694+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338039.1",
          "strand": false,
          "transcript": "NM_001351110.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 104,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 456,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 315,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000524755.5",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.224+28097_224+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432827.1",
          "strand": false,
          "transcript": "ENST00000524755.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1518,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426458.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.731+28097_731+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282414.1",
          "strand": false,
          "transcript": "XM_047426458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1425,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426459.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.731+28097_731+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282415.1",
          "strand": false,
          "transcript": "XM_047426459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2037,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426460.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.731+28097_731+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282416.1",
          "strand": false,
          "transcript": "XM_047426460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 342,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1436,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1029,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426461.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.731+28097_731+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282417.1",
          "strand": false,
          "transcript": "XM_047426461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 324,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1371,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 975,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426462.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.677+28097_677+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282418.1",
          "strand": false,
          "transcript": "XM_047426462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 311,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1332,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 936,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426463.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.638+28097_638+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282419.1",
          "strand": false,
          "transcript": "XM_047426463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 311,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1274,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 936,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426464.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.903+17949_903+17950delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282420.1",
          "strand": false,
          "transcript": "XM_047426464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1501,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426466.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.787+20809_787+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282422.1",
          "strand": false,
          "transcript": "XM_047426466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1278,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426467.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.584+28097_584+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282423.1",
          "strand": false,
          "transcript": "XM_047426467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 274,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1158,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 825,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426469.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.787+20809_787+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282425.1",
          "strand": false,
          "transcript": "XM_047426469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1390,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426470.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.787+20809_787+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282426.1",
          "strand": false,
          "transcript": "XM_047426470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 273,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 822,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 10,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426471.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.731+28097_731+28098delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282427.1",
          "strand": false,
          "transcript": "XM_047426471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 264,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1315,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 795,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426473.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.694+20809_694+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282429.1",
          "strand": false,
          "transcript": "XM_047426473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 249,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 976,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 750,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426474.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.732-16038_732-16037delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282430.1",
          "strand": false,
          "transcript": "XM_047426474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 247,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1009,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 744,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011542643.3",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.732-24747_732-24746delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011540945.1",
          "strand": false,
          "transcript": "XM_011542643.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 225,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 918,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 678,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426476.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.640+20809_640+20810delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282432.1",
          "strand": false,
          "transcript": "XM_047426476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 916,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 651,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426477.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.639-24747_639-24746delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282433.1",
          "strand": false,
          "transcript": "XM_047426477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 200,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2448,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 603,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047426478.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "c.585-16038_585-16037delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047282434.1",
          "strand": false,
          "transcript": "XM_047426478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5912,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 37,
          "exon_rank": 36,
          "exon_rank_end": null,
          "feature": "ENST00000524792.5",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.5094_5095delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000524792.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 880,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000525178.5",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.367_368delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000525178.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 740,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000527181.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.218_219delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000527181.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 62,
          "exon_rank": 61,
          "exon_rank_end": null,
          "feature": "ENST00000529588.6",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*3070_*3071delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435524.2",
          "strand": true,
          "transcript": "ENST00000529588.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4344,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000638786.2",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.1577_1578delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000638786.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9309,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 62,
          "exon_rank": 61,
          "exon_rank_end": null,
          "feature": "ENST00000675595.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*4014_*4015delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502563.1",
          "strand": true,
          "transcript": "ENST00000675595.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6403,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000682286.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.3636_3637delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6064,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000682302.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.3297_3298delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682302.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3013,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000682569.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.2226_2227delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000682569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000683174.2",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*5287_*5288delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519136.1",
          "strand": true,
          "transcript": "ENST00000683174.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6870,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 32,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000683524.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.4103_4104delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000683524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7062,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000684152.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.4295_4296delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000684152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4120,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000684180.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.1353_1354delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000684180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8139,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000684447.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.5372_5373delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000684447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12893,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713593.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*8350_*8351delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518889.1",
          "strand": true,
          "transcript": "ENST00000713593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9933,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713840.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*206_*207delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519145.1",
          "strand": true,
          "transcript": "ENST00000713840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11890,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 64,
          "exon_rank": 63,
          "exon_rank_end": null,
          "feature": "ENST00000713841.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*2505_*2506delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519146.1",
          "strand": true,
          "transcript": "ENST00000713841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11758,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713842.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*1533_*1534delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519147.1",
          "strand": true,
          "transcript": "ENST00000713842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13126,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 64,
          "exon_rank": 63,
          "exon_rank_end": null,
          "feature": "ENST00000713843.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*353_*354delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519148.1",
          "strand": true,
          "transcript": "ENST00000713843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12827,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 62,
          "exon_rank": 61,
          "exon_rank_end": null,
          "feature": "ENST00000529588.6",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*3070_*3071delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000435524.2",
          "strand": true,
          "transcript": "ENST00000529588.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9309,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 62,
          "exon_rank": 61,
          "exon_rank_end": null,
          "feature": "ENST00000675595.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*4014_*4015delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000502563.1",
          "strand": true,
          "transcript": "ENST00000675595.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13130,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000683174.2",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*5287_*5288delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519136.1",
          "strand": true,
          "transcript": "ENST00000683174.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 12893,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713593.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*8350_*8351delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518889.1",
          "strand": true,
          "transcript": "ENST00000713593.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9933,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713840.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*206_*207delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519145.1",
          "strand": true,
          "transcript": "ENST00000713840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11890,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 64,
          "exon_rank": 63,
          "exon_rank_end": null,
          "feature": "ENST00000713841.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*2505_*2506delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519146.1",
          "strand": true,
          "transcript": "ENST00000713841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11758,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 63,
          "exon_rank": 62,
          "exon_rank_end": null,
          "feature": "ENST00000713842.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*1533_*1534delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519147.1",
          "strand": true,
          "transcript": "ENST00000713842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13126,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 64,
          "exon_rank": 63,
          "exon_rank_end": null,
          "feature": "ENST00000713843.1",
          "gene_hgnc_id": 795,
          "gene_symbol": "ATM",
          "hgvs_c": "n.*353_*354delGGinsCT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000519148.1",
          "strand": true,
          "transcript": "ENST00000713843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 477,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000526725.1",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "n.272-24747_272-24746delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000526725.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2683,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000527531.5",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "n.*2-9002_*2-9001delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 9,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000431706.1",
          "strand": false,
          "transcript": "ENST00000527531.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2741,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_147053.3",
          "gene_hgnc_id": 28519,
          "gene_symbol": "C11orf65",
          "hgvs_c": "n.1105-9002_1105-9001delCCinsAG",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_147053.3",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 795,
      "gene_symbol": "ATM",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.748,
      "pos": 108365110,
      "ref": "GG",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_000051.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.