← 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: 2-151497713-T-TAAC (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 151497713,
      "ref": "T",
      "alt": "TAAC",
      "effect": "disruptive_inframe_insertion",
      "transcript": "ENST00000397345.8",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "NM_001164507.2",
          "protein_id": "NP_001157979.2",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": null,
          "mane_plus": "ENST00000427231.7",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "NM_001164508.2",
          "protein_id": "NP_001157980.2",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": "ENST00000397345.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "ENST00000397345.8",
          "protein_id": "ENSP00000380505.3",
          "transcript_support_level": 5,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": "NM_001164508.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "ENST00000427231.7",
          "protein_id": "ENSP00000416578.2",
          "transcript_support_level": 5,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": null,
          "mane_plus": "NM_001164507.2",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.579-71_579-69dupACA",
          "hgvs_p": null,
          "transcript": "ENST00000457745.1",
          "protein_id": null,
          "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": 1006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 172,
          "exon_rank_end": null,
          "exon_count": 183,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24315_24317dupGTT",
          "hgvs_p": "p.Leu8106dup",
          "transcript": "NM_001271208.2",
          "protein_id": "NP_001258137.2",
          "transcript_support_level": null,
          "aa_start": 8106,
          "aa_end": null,
          "aa_length": 8560,
          "cds_start": 24317,
          "cds_end": null,
          "cds_length": 25683,
          "cdna_start": 24509,
          "cdna_end": null,
          "cdna_length": 26296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.609_611dupGTT",
          "hgvs_p": "p.Leu204dup",
          "transcript": "ENST00000397337.6",
          "protein_id": "ENSP00000380498.2",
          "transcript_support_level": 5,
          "aa_start": 204,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 611,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": 613,
          "cdna_end": null,
          "cdna_length": 2400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.645_647dupGTT",
          "hgvs_p": "p.Leu216dup",
          "transcript": "ENST00000421461.6",
          "protein_id": "ENSP00000408570.2",
          "transcript_support_level": 5,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 648,
          "cdna_end": null,
          "cdna_length": 1201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24117_24119dupGTT",
          "hgvs_p": "p.Leu8040dup",
          "transcript": "XM_005246590.3",
          "protein_id": "XP_005246647.1",
          "transcript_support_level": null,
          "aa_start": 8040,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24119,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24311,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24117_24119dupGTT",
          "hgvs_p": "p.Leu8040dup",
          "transcript": "XM_005246591.3",
          "protein_id": "XP_005246648.1",
          "transcript_support_level": null,
          "aa_start": 8040,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24119,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24311,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "XM_005246592.3",
          "protein_id": "XP_005246649.1",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "XM_005246593.3",
          "protein_id": "XP_005246650.1",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24117_24119dupGTT",
          "hgvs_p": "p.Leu8040dup",
          "transcript": "XM_005246594.3",
          "protein_id": "XP_005246651.1",
          "transcript_support_level": null,
          "aa_start": 8040,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24119,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24311,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24099_24101dupGTT",
          "hgvs_p": "p.Leu8034dup",
          "transcript": "XM_017004177.2",
          "protein_id": "XP_016859666.1",
          "transcript_support_level": null,
          "aa_start": 8034,
          "aa_end": null,
          "aa_length": 8488,
          "cds_start": 24101,
          "cds_end": null,
          "cds_length": 25467,
          "cdna_start": 24293,
          "cdna_end": null,
          "cdna_length": 26080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24024_24026dupGTT",
          "hgvs_p": "p.Leu8009dup",
          "transcript": "XM_005246596.3",
          "protein_id": "XP_005246653.1",
          "transcript_support_level": null,
          "aa_start": 8009,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24026,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24218,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "XM_005246597.3",
          "protein_id": "XP_005246654.1",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup",
          "transcript": "XM_005246598.3",
          "protein_id": "XP_005246655.1",
          "transcript_support_level": null,
          "aa_start": 8071,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24212,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24404,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24024_24026dupGTT",
          "hgvs_p": "p.Leu8009dup",
          "transcript": "XM_017004178.2",
          "protein_id": "XP_016859667.1",
          "transcript_support_level": null,
          "aa_start": 8009,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24026,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24218,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24006_24008dupGTT",
          "hgvs_p": "p.Leu8003dup",
          "transcript": "XM_047444477.1",
          "protein_id": "XP_047300433.1",
          "transcript_support_level": null,
          "aa_start": 8003,
          "aa_end": null,
          "aa_length": 8457,
          "cds_start": 24008,
          "cds_end": null,
          "cds_length": 25374,
          "cdna_start": 24200,
          "cdna_end": null,
          "cdna_length": 25987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 179,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23931_23933dupGTT",
          "hgvs_p": "p.Leu7978dup",
          "transcript": "XM_005246599.3",
          "protein_id": "XP_005246656.1",
          "transcript_support_level": null,
          "aa_start": 7978,
          "aa_end": null,
          "aa_length": 8432,
          "cds_start": 23933,
          "cds_end": null,
          "cds_length": 25299,
          "cdna_start": 24125,
          "cdna_end": null,
          "cdna_length": 25912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23838_23840dupGTT",
          "hgvs_p": "p.Leu7947dup",
          "transcript": "XM_005246602.3",
          "protein_id": "XP_005246659.1",
          "transcript_support_level": null,
          "aa_start": 7947,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": 23840,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": 24032,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23931_23933dupGTT",
          "hgvs_p": "p.Leu7978dup",
          "transcript": "XM_047444478.1",
          "protein_id": "XP_047300434.1",
          "transcript_support_level": null,
          "aa_start": 7978,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": 23933,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": 24125,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23838_23840dupGTT",
          "hgvs_p": "p.Leu7947dup",
          "transcript": "XM_005246606.3",
          "protein_id": "XP_005246663.1",
          "transcript_support_level": null,
          "aa_start": 7947,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 23840,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24032,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23931_23933dupGTT",
          "hgvs_p": "p.Leu7978dup",
          "transcript": "XM_006712542.3",
          "protein_id": "XP_006712605.1",
          "transcript_support_level": null,
          "aa_start": 7978,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 23933,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24125,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 166,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23745_23747dupGTT",
          "hgvs_p": "p.Leu7916dup",
          "transcript": "XM_017004180.2",
          "protein_id": "XP_016859669.1",
          "transcript_support_level": null,
          "aa_start": 7916,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 23747,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 23939,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23481_23483dupGTT",
          "hgvs_p": "p.Leu7828dup",
          "transcript": "XM_005246612.3",
          "protein_id": "XP_005246669.1",
          "transcript_support_level": null,
          "aa_start": 7828,
          "aa_end": null,
          "aa_length": 8282,
          "cds_start": 23483,
          "cds_end": null,
          "cds_length": 24849,
          "cdna_start": 23675,
          "cdna_end": null,
          "cdna_length": 25462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 179,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23481_23483dupGTT",
          "hgvs_p": "p.Leu7828dup",
          "transcript": "XM_005246613.3",
          "protein_id": "XP_005246670.1",
          "transcript_support_level": null,
          "aa_start": 7828,
          "aa_end": null,
          "aa_length": 8282,
          "cds_start": 23483,
          "cds_end": null,
          "cds_length": 24849,
          "cdna_start": 23675,
          "cdna_end": null,
          "cdna_length": 25462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23838_23840dupGTT",
          "hgvs_p": "p.Leu7947dup",
          "transcript": "XM_005246615.3",
          "protein_id": "XP_005246672.1",
          "transcript_support_level": null,
          "aa_start": 7947,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": 23840,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": 24032,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 160,
          "exon_rank_end": null,
          "exon_count": 171,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.22023_22025dupGTT",
          "hgvs_p": "p.Leu7342dup",
          "transcript": "XM_011511226.3",
          "protein_id": "XP_011509528.1",
          "transcript_support_level": null,
          "aa_start": 7342,
          "aa_end": null,
          "aa_length": 7796,
          "cds_start": 22025,
          "cds_end": null,
          "cds_length": 23391,
          "cdna_start": 22217,
          "cdna_end": null,
          "cdna_length": 24004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 155,
          "exon_rank_end": null,
          "exon_count": 166,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.21294_21296dupGTT",
          "hgvs_p": "p.Leu7099dup",
          "transcript": "XM_005246617.3",
          "protein_id": "XP_005246674.1",
          "transcript_support_level": null,
          "aa_start": 7099,
          "aa_end": null,
          "aa_length": 7553,
          "cds_start": 21296,
          "cds_end": null,
          "cds_length": 22662,
          "cdna_start": 21488,
          "cdna_end": null,
          "cdna_length": 23275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "L",
          "aa_alt": "LL",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 147,
          "exon_rank_end": null,
          "exon_count": 158,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.19836_19838dupGTT",
          "hgvs_p": "p.Leu6613dup",
          "transcript": "XM_011511227.3",
          "protein_id": "XP_011509529.1",
          "transcript_support_level": null,
          "aa_start": 6613,
          "aa_end": null,
          "aa_length": 7067,
          "cds_start": 19838,
          "cds_end": null,
          "cds_length": 21204,
          "cdna_start": 20030,
          "cdna_end": null,
          "cdna_length": 21817,
          "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": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.10333_10335dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077535.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": 14114,
          "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": 38,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7363_7365dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077545.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": 10181,
          "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": 37,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7285_7287dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077546.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": 10103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 150,
          "intron_rank": 140,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.18826-1348_18826-1346dupGTT",
          "hgvs_p": null,
          "transcript": "NM_004543.5",
          "protein_id": "NP_004534.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 6669,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 20010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 20623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 150,
          "intron_rank": 140,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.18826-1348_18826-1346dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000409198.5",
          "protein_id": "ENSP00000386259.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 6669,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 20010,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 20637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": 66,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.8026-1348_8026-1346dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000413693.5",
          "protein_id": "ENSP00000410961.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 3007,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 9024,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": 55,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.6376-3463_6376-3461dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000690043.1",
          "protein_id": "ENSP00000509961.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2426,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 7281,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 30,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.3073-5222_3073-5220dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000434685.6",
          "protein_id": "ENSP00000389074.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.898-683_898-681dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000688578.1",
          "protein_id": "ENSP00000509628.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.610-683_610-681dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000424585.1",
          "protein_id": "ENSP00000404876.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 766,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.*514-1630_*514-1628dupACA",
          "hgvs_p": null,
          "transcript": "ENST00000454583.6",
          "protein_id": "ENSP00000404882.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.353-71_353-69dupACA",
          "hgvs_p": null,
          "transcript": "ENST00000484077.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "n.226-5222_226-5220dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000498015.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 22,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "n.2657-5222_2657-5220dupGTT",
          "hgvs_p": null,
          "transcript": "ENST00000693000.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": 3851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": 167,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23929-683_23929-681dupGTT",
          "hgvs_p": null,
          "transcript": "XM_005246601.3",
          "protein_id": "XP_005246658.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": 167,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23929-683_23929-681dupGTT",
          "hgvs_p": null,
          "transcript": "XM_005246604.3",
          "protein_id": "XP_005246661.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": 167,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23929-1348_23929-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_006712541.3",
          "protein_id": "XP_006712604.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-683_23836-681dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004179.2",
          "protein_id": "XP_016859668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 176,
          "intron_rank": 167,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23929-3463_23929-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_005246608.3",
          "protein_id": "XP_005246665.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8339,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 176,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-1348_23836-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004181.2",
          "protein_id": "XP_016859670.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8339,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 25020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-3463_23836-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_005246610.3",
          "protein_id": "XP_005246667.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": 168,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24021+3675_24021+3677dupGTT",
          "hgvs_p": null,
          "transcript": "XM_005246611.3",
          "protein_id": "XP_005246668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-1348_23836-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004182.2",
          "protein_id": "XP_016859671.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-1348_23743-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444479.1",
          "protein_id": "XP_047300435.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-3463_23743-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_011511225.3",
          "protein_id": "XP_011509527.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-3463_23836-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004183.2",
          "protein_id": "XP_016859672.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-1348_23836-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004184.2",
          "protein_id": "XP_016859673.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 173,
          "intron_rank": 166,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23836-3463_23836-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444481.1",
          "protein_id": "XP_047300437.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8246,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 173,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-1348_23743-1346dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444482.1",
          "protein_id": "XP_047300438.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8246,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 172,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-3463_23743-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444483.1",
          "protein_id": "XP_047300439.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8215,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 172,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23725-3463_23725-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444484.1",
          "protein_id": "XP_047300440.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8209,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24630,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 171,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-5222_23743-5220dupGTT",
          "hgvs_p": null,
          "transcript": "XM_017004185.2",
          "protein_id": "XP_016859674.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8184,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 171,
          "intron_rank": 164,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23632-3463_23632-3461dupGTT",
          "hgvs_p": null,
          "transcript": "XM_047444485.1",
          "protein_id": "XP_047300441.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 8178,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 24537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 25150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-1690_7847-1688dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077529.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": 8975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-71_7847-69dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077530.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": 10594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-5319_7847-5317dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077531.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": 8839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-8495_7847-8493dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077532.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": 9650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7945-71_7945-69dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077533.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": 10692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7846+14380_7846+14382dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077534.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": 8349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7945-1690_7945-1688dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077536.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": 9073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7846+14380_7846+14382dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077537.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": 8325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7769-8495_7769-8493dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077538.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": 8609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7867-1690_7867-1688dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077539.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": 8995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7769-1690_7769-1688dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077540.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": 8897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7867-71_7867-69dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077541.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": 10614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7769-71_7769-69dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077542.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": 10516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7768+14380_7768+14382dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077543.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": 8271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.8055+14380_8055+14382dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077544.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": 8558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.4873-1690_4873-1688dupACA",
          "hgvs_p": null,
          "transcript": "XR_007077547.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": 6001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NEB",
      "gene_hgnc_id": 7720,
      "dbsnp": "rs781667543",
      "frequency_reference_population": 0.000022211449,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 35,
      "gnomad_exomes_af": 0.0000224784,
      "gnomad_genomes_af": 0.0000197145,
      "gnomad_exomes_ac": 32,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.082,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4_Supporting",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 0,
          "pathogenic_score": 1,
          "criteria": [
            "PM4_Supporting"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000397345.8",
          "gene_symbol": "NEB",
          "hgnc_id": 7720,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.24210_24212dupGTT",
          "hgvs_p": "p.Leu8071dup"
        },
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "XR_007077535.1",
          "gene_symbol": "RIF1",
          "hgnc_id": 23207,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.10333_10335dupACA",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Nemaline myopathy 2,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Nemaline myopathy 2|not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}