← 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-151494189-ACT-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 151494189,
      "ref": "ACT",
      "alt": "A",
      "effect": "frameshift_variant",
      "transcript": "ENST00000397345.8",
      "consequences": [
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "NM_001164507.2",
          "protein_id": "NP_001157979.2",
          "transcript_support_level": null,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24742,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": null,
          "mane_plus": "ENST00000427231.7",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "NM_001164508.2",
          "protein_id": "NP_001157980.2",
          "transcript_support_level": null,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24742,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": "ENST00000397345.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "ENST00000397345.8",
          "protein_id": "ENSP00000380505.3",
          "transcript_support_level": 5,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24742,
          "cdna_end": null,
          "cdna_length": 26191,
          "mane_select": "NM_001164508.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 182,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "ENST00000427231.7",
          "protein_id": "ENSP00000416578.2",
          "transcript_support_level": 5,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8525,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25578,
          "cdna_start": 24742,
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.481-1035_481-1034delCT",
          "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": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 175,
          "exon_rank_end": null,
          "exon_count": 183,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24654_24655delAG",
          "hgvs_p": "p.Arg8218fs",
          "transcript": "NM_001271208.2",
          "protein_id": "NP_001258137.2",
          "transcript_support_level": null,
          "aa_start": 8218,
          "aa_end": null,
          "aa_length": 8560,
          "cds_start": 24654,
          "cds_end": null,
          "cds_length": 25683,
          "cdna_start": 24847,
          "cdna_end": null,
          "cdna_length": 26296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 142,
          "exon_rank_end": null,
          "exon_count": 150,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.18981_18982delAG",
          "hgvs_p": "p.Arg6327fs",
          "transcript": "NM_004543.5",
          "protein_id": "NP_004534.3",
          "transcript_support_level": null,
          "aa_start": 6327,
          "aa_end": null,
          "aa_length": 6669,
          "cds_start": 18981,
          "cds_end": null,
          "cds_length": 20010,
          "cdna_start": 19174,
          "cdna_end": null,
          "cdna_length": 20623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 142,
          "exon_rank_end": null,
          "exon_count": 150,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.18981_18982delAG",
          "hgvs_p": "p.Arg6327fs",
          "transcript": "ENST00000409198.5",
          "protein_id": "ENSP00000386259.1",
          "transcript_support_level": 5,
          "aa_start": 6327,
          "aa_end": null,
          "aa_length": 6669,
          "cds_start": 18981,
          "cds_end": null,
          "cds_length": 20010,
          "cdna_start": 19185,
          "cdna_end": null,
          "cdna_length": 20637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 68,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.8181_8182delAG",
          "hgvs_p": "p.Arg2727fs",
          "transcript": "ENST00000413693.5",
          "protein_id": "ENSP00000410961.1",
          "transcript_support_level": 5,
          "aa_start": 2727,
          "aa_end": null,
          "aa_length": 3007,
          "cds_start": 8181,
          "cds_end": null,
          "cds_length": 9024,
          "cdna_start": 8182,
          "cdna_end": null,
          "cdna_length": 9443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 56,
          "exon_rank_end": null,
          "exon_count": 62,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.6438_6439delAG",
          "hgvs_p": "p.Arg2146fs",
          "transcript": "ENST00000690043.1",
          "protein_id": "ENSP00000509961.1",
          "transcript_support_level": null,
          "aa_start": 2146,
          "aa_end": null,
          "aa_length": 2426,
          "cds_start": 6438,
          "cds_end": null,
          "cds_length": 7281,
          "cdna_start": 6441,
          "cdna_end": null,
          "cdna_length": 7283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.1146_1147delAG",
          "hgvs_p": "p.Arg382fs",
          "transcript": "ENST00000688578.1",
          "protein_id": "ENSP00000509628.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 1146,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 2177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.948_949delAG",
          "hgvs_p": "p.Arg316fs",
          "transcript": "ENST00000397337.6",
          "protein_id": "ENSP00000380498.2",
          "transcript_support_level": 5,
          "aa_start": 316,
          "aa_end": null,
          "aa_length": 658,
          "cds_start": 948,
          "cds_end": null,
          "cds_length": 1977,
          "cdna_start": 951,
          "cdna_end": null,
          "cdna_length": 2400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.984_985delAG",
          "hgvs_p": "p.Arg328fs",
          "transcript": "ENST00000421461.6",
          "protein_id": "ENSP00000408570.2",
          "transcript_support_level": 5,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 984,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": 986,
          "cdna_end": null,
          "cdna_length": 1201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 173,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24456_24457delAG",
          "hgvs_p": "p.Arg8152fs",
          "transcript": "XM_005246590.3",
          "protein_id": "XP_005246647.1",
          "transcript_support_level": null,
          "aa_start": 8152,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24456,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24649,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 173,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24456_24457delAG",
          "hgvs_p": "p.Arg8152fs",
          "transcript": "XM_005246591.3",
          "protein_id": "XP_005246648.1",
          "transcript_support_level": null,
          "aa_start": 8152,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24456,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24649,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 173,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24456_24457delAG",
          "hgvs_p": "p.Arg8152fs",
          "transcript": "XM_005246592.3",
          "protein_id": "XP_005246649.1",
          "transcript_support_level": null,
          "aa_start": 8152,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24456,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24649,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "XM_005246593.3",
          "protein_id": "XP_005246650.1",
          "transcript_support_level": null,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24742,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 173,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24456_24457delAG",
          "hgvs_p": "p.Arg8152fs",
          "transcript": "XM_005246594.3",
          "protein_id": "XP_005246651.1",
          "transcript_support_level": null,
          "aa_start": 8152,
          "aa_end": null,
          "aa_length": 8494,
          "cds_start": 24456,
          "cds_end": null,
          "cds_length": 25485,
          "cdna_start": 24649,
          "cdna_end": null,
          "cdna_length": 26098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 173,
          "exon_rank_end": null,
          "exon_count": 181,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24438_24439delAG",
          "hgvs_p": "p.Arg8146fs",
          "transcript": "XM_017004177.2",
          "protein_id": "XP_016859666.1",
          "transcript_support_level": null,
          "aa_start": 8146,
          "aa_end": null,
          "aa_length": 8488,
          "cds_start": 24438,
          "cds_end": null,
          "cds_length": 25467,
          "cdna_start": 24631,
          "cdna_end": null,
          "cdna_length": 26080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 172,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24363_24364delAG",
          "hgvs_p": "p.Arg8121fs",
          "transcript": "XM_005246596.3",
          "protein_id": "XP_005246653.1",
          "transcript_support_level": null,
          "aa_start": 8121,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24363,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24556,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 172,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24363_24364delAG",
          "hgvs_p": "p.Arg8121fs",
          "transcript": "XM_005246597.3",
          "protein_id": "XP_005246654.1",
          "transcript_support_level": null,
          "aa_start": 8121,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24363,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24556,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 174,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs",
          "transcript": "XM_005246598.3",
          "protein_id": "XP_005246655.1",
          "transcript_support_level": null,
          "aa_start": 8183,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24549,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24742,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 172,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24363_24364delAG",
          "hgvs_p": "p.Arg8121fs",
          "transcript": "XM_017004178.2",
          "protein_id": "XP_016859667.1",
          "transcript_support_level": null,
          "aa_start": 8121,
          "aa_end": null,
          "aa_length": 8463,
          "cds_start": 24363,
          "cds_end": null,
          "cds_length": 25392,
          "cdna_start": 24556,
          "cdna_end": null,
          "cdna_length": 26005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 172,
          "exon_rank_end": null,
          "exon_count": 180,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24345_24346delAG",
          "hgvs_p": "p.Arg8115fs",
          "transcript": "XM_047444477.1",
          "protein_id": "XP_047300433.1",
          "transcript_support_level": null,
          "aa_start": 8115,
          "aa_end": null,
          "aa_length": 8457,
          "cds_start": 24345,
          "cds_end": null,
          "cds_length": 25374,
          "cdna_start": 24538,
          "cdna_end": null,
          "cdna_length": 25987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 179,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24270_24271delAG",
          "hgvs_p": "p.Arg8090fs",
          "transcript": "XM_005246599.3",
          "protein_id": "XP_005246656.1",
          "transcript_support_level": null,
          "aa_start": 8090,
          "aa_end": null,
          "aa_length": 8432,
          "cds_start": 24270,
          "cds_end": null,
          "cds_length": 25299,
          "cdna_start": 24463,
          "cdna_end": null,
          "cdna_length": 25912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24177_24178delAG",
          "hgvs_p": "p.Arg8059fs",
          "transcript": "XM_005246601.3",
          "protein_id": "XP_005246658.1",
          "transcript_support_level": null,
          "aa_start": 8059,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": 24177,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": 24370,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24177_24178delAG",
          "hgvs_p": "p.Arg8059fs",
          "transcript": "XM_005246602.3",
          "protein_id": "XP_005246659.1",
          "transcript_support_level": null,
          "aa_start": 8059,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": 24177,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": 24370,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24177_24178delAG",
          "hgvs_p": "p.Arg8059fs",
          "transcript": "XM_047444478.1",
          "protein_id": "XP_047300434.1",
          "transcript_support_level": null,
          "aa_start": 8059,
          "aa_end": null,
          "aa_length": 8401,
          "cds_start": 24177,
          "cds_end": null,
          "cds_length": 25206,
          "cdna_start": 24370,
          "cdna_end": null,
          "cdna_length": 25819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24177_24178delAG",
          "hgvs_p": "p.Arg8059fs",
          "transcript": "XM_005246604.3",
          "protein_id": "XP_005246661.1",
          "transcript_support_level": null,
          "aa_start": 8059,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24177,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24370,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24084_24085delAG",
          "hgvs_p": "p.Arg8028fs",
          "transcript": "XM_005246606.3",
          "protein_id": "XP_005246663.1",
          "transcript_support_level": null,
          "aa_start": 8028,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24084,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24277,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24084_24085delAG",
          "hgvs_p": "p.Arg8028fs",
          "transcript": "XM_006712541.3",
          "protein_id": "XP_006712604.1",
          "transcript_support_level": null,
          "aa_start": 8028,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24084,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24277,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24084_24085delAG",
          "hgvs_p": "p.Arg8028fs",
          "transcript": "XM_006712542.3",
          "protein_id": "XP_006712605.1",
          "transcript_support_level": null,
          "aa_start": 8028,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24084,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24277,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24084_24085delAG",
          "hgvs_p": "p.Arg8028fs",
          "transcript": "XM_017004179.2",
          "protein_id": "XP_016859668.1",
          "transcript_support_level": null,
          "aa_start": 8028,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24084,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24277,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 169,
          "exon_rank_end": null,
          "exon_count": 177,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24084_24085delAG",
          "hgvs_p": "p.Arg8028fs",
          "transcript": "XM_017004180.2",
          "protein_id": "XP_016859669.1",
          "transcript_support_level": null,
          "aa_start": 8028,
          "aa_end": null,
          "aa_length": 8370,
          "cds_start": 24084,
          "cds_end": null,
          "cds_length": 25113,
          "cdna_start": 24277,
          "cdna_end": null,
          "cdna_length": 25726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 176,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23991_23992delAG",
          "hgvs_p": "p.Arg7997fs",
          "transcript": "XM_005246608.3",
          "protein_id": "XP_005246665.1",
          "transcript_support_level": null,
          "aa_start": 7997,
          "aa_end": null,
          "aa_length": 8339,
          "cds_start": 23991,
          "cds_end": null,
          "cds_length": 25020,
          "cdna_start": 24184,
          "cdna_end": null,
          "cdna_length": 25633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 176,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23991_23992delAG",
          "hgvs_p": "p.Arg7997fs",
          "transcript": "XM_017004181.2",
          "protein_id": "XP_016859670.1",
          "transcript_support_level": null,
          "aa_start": 7997,
          "aa_end": null,
          "aa_length": 8339,
          "cds_start": 23991,
          "cds_end": null,
          "cds_length": 25020,
          "cdna_start": 24184,
          "cdna_end": null,
          "cdna_length": 25633,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23898_23899delAG",
          "hgvs_p": "p.Arg7966fs",
          "transcript": "XM_005246610.3",
          "protein_id": "XP_005246667.1",
          "transcript_support_level": null,
          "aa_start": 7966,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": 23898,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": 24091,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23991_23992delAG",
          "hgvs_p": "p.Arg7997fs",
          "transcript": "XM_017004182.2",
          "protein_id": "XP_016859671.1",
          "transcript_support_level": null,
          "aa_start": 7997,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": 23991,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": 24184,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 175,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23898_23899delAG",
          "hgvs_p": "p.Arg7966fs",
          "transcript": "XM_047444479.1",
          "protein_id": "XP_047300435.1",
          "transcript_support_level": null,
          "aa_start": 7966,
          "aa_end": null,
          "aa_length": 8308,
          "cds_start": 23898,
          "cds_end": null,
          "cds_length": 24927,
          "cdna_start": 24091,
          "cdna_end": null,
          "cdna_length": 25540,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 170,
          "exon_rank_end": null,
          "exon_count": 178,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23820_23821delAG",
          "hgvs_p": "p.Arg7940fs",
          "transcript": "XM_005246612.3",
          "protein_id": "XP_005246669.1",
          "transcript_support_level": null,
          "aa_start": 7940,
          "aa_end": null,
          "aa_length": 8282,
          "cds_start": 23820,
          "cds_end": null,
          "cds_length": 24849,
          "cdna_start": 24013,
          "cdna_end": null,
          "cdna_length": 25462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 171,
          "exon_rank_end": null,
          "exon_count": 179,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23820_23821delAG",
          "hgvs_p": "p.Arg7940fs",
          "transcript": "XM_005246613.3",
          "protein_id": "XP_005246670.1",
          "transcript_support_level": null,
          "aa_start": 7940,
          "aa_end": null,
          "aa_length": 8282,
          "cds_start": 23820,
          "cds_end": null,
          "cds_length": 24849,
          "cdna_start": 24013,
          "cdna_end": null,
          "cdna_length": 25462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23991_23992delAG",
          "hgvs_p": "p.Arg7997fs",
          "transcript": "XM_005246615.3",
          "protein_id": "XP_005246672.1",
          "transcript_support_level": null,
          "aa_start": 7997,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": 23991,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": 24184,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 166,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23805_23806delAG",
          "hgvs_p": "p.Arg7935fs",
          "transcript": "XM_011511225.3",
          "protein_id": "XP_011509527.1",
          "transcript_support_level": null,
          "aa_start": 7935,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": 23805,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": 23998,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "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.23898_23899delAG",
          "hgvs_p": "p.Arg7966fs",
          "transcript": "XM_017004183.2",
          "protein_id": "XP_016859672.1",
          "transcript_support_level": null,
          "aa_start": 7966,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": 23898,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": 24091,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 168,
          "exon_rank_end": null,
          "exon_count": 174,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23991_23992delAG",
          "hgvs_p": "p.Arg7997fs",
          "transcript": "XM_017004184.2",
          "protein_id": "XP_016859673.1",
          "transcript_support_level": null,
          "aa_start": 7997,
          "aa_end": null,
          "aa_length": 8277,
          "cds_start": 23991,
          "cds_end": null,
          "cds_length": 24834,
          "cdna_start": 24184,
          "cdna_end": null,
          "cdna_length": 25447,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 173,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23898_23899delAG",
          "hgvs_p": "p.Arg7966fs",
          "transcript": "XM_047444481.1",
          "protein_id": "XP_047300437.1",
          "transcript_support_level": null,
          "aa_start": 7966,
          "aa_end": null,
          "aa_length": 8246,
          "cds_start": 23898,
          "cds_end": null,
          "cds_length": 24741,
          "cdna_start": 24091,
          "cdna_end": null,
          "cdna_length": 25354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 167,
          "exon_rank_end": null,
          "exon_count": 173,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23898_23899delAG",
          "hgvs_p": "p.Arg7966fs",
          "transcript": "XM_047444482.1",
          "protein_id": "XP_047300438.1",
          "transcript_support_level": null,
          "aa_start": 7966,
          "aa_end": null,
          "aa_length": 8246,
          "cds_start": 23898,
          "cds_end": null,
          "cds_length": 24741,
          "cdna_start": 24091,
          "cdna_end": null,
          "cdna_length": 25354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 166,
          "exon_rank_end": null,
          "exon_count": 172,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23805_23806delAG",
          "hgvs_p": "p.Arg7935fs",
          "transcript": "XM_047444483.1",
          "protein_id": "XP_047300439.1",
          "transcript_support_level": null,
          "aa_start": 7935,
          "aa_end": null,
          "aa_length": 8215,
          "cds_start": 23805,
          "cds_end": null,
          "cds_length": 24648,
          "cdna_start": 23998,
          "cdna_end": null,
          "cdna_length": 25261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 166,
          "exon_rank_end": null,
          "exon_count": 172,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23787_23788delAG",
          "hgvs_p": "p.Arg7929fs",
          "transcript": "XM_047444484.1",
          "protein_id": "XP_047300440.1",
          "transcript_support_level": null,
          "aa_start": 7929,
          "aa_end": null,
          "aa_length": 8209,
          "cds_start": 23787,
          "cds_end": null,
          "cds_length": 24630,
          "cdna_start": 23980,
          "cdna_end": null,
          "cdna_length": 25243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 165,
          "exon_rank_end": null,
          "exon_count": 171,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23694_23695delAG",
          "hgvs_p": "p.Arg7898fs",
          "transcript": "XM_047444485.1",
          "protein_id": "XP_047300441.1",
          "transcript_support_level": null,
          "aa_start": 7898,
          "aa_end": null,
          "aa_length": 8178,
          "cds_start": 23694,
          "cds_end": null,
          "cds_length": 24537,
          "cdna_start": 23887,
          "cdna_end": null,
          "cdna_length": 25150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 163,
          "exon_rank_end": null,
          "exon_count": 171,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.22362_22363delAG",
          "hgvs_p": "p.Arg7454fs",
          "transcript": "XM_011511226.3",
          "protein_id": "XP_011509528.1",
          "transcript_support_level": null,
          "aa_start": 7454,
          "aa_end": null,
          "aa_length": 7796,
          "cds_start": 22362,
          "cds_end": null,
          "cds_length": 23391,
          "cdna_start": 22555,
          "cdna_end": null,
          "cdna_length": 24004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 158,
          "exon_rank_end": null,
          "exon_count": 166,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.21633_21634delAG",
          "hgvs_p": "p.Arg7211fs",
          "transcript": "XM_005246617.3",
          "protein_id": "XP_005246674.1",
          "transcript_support_level": null,
          "aa_start": 7211,
          "aa_end": null,
          "aa_length": 7553,
          "cds_start": 21633,
          "cds_end": null,
          "cds_length": 22662,
          "cdna_start": 21826,
          "cdna_end": null,
          "cdna_length": 23275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "RV",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 150,
          "exon_rank_end": null,
          "exon_count": 158,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.20175_20176delAG",
          "hgvs_p": "p.Arg6725fs",
          "transcript": "XM_011511227.3",
          "protein_id": "XP_011509529.1",
          "transcript_support_level": null,
          "aa_start": 6725,
          "aa_end": null,
          "aa_length": 7067,
          "cds_start": 20175,
          "cds_end": null,
          "cds_length": 21204,
          "cdna_start": 20368,
          "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": 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-1697_3073-1696delAG",
          "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": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.*416-1035_*416-1034delCT",
          "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": 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-1697_226-1696delAG",
          "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-1697_2657-1696delAG",
          "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": 175,
          "intron_rank": 168,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.24022-746_24022-745delAG",
          "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": 171,
          "intron_rank": 165,
          "intron_rank_end": null,
          "gene_symbol": "NEB",
          "gene_hgnc_id": 7720,
          "hgvs_c": "c.23743-1697_23743-1696delAG",
          "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": 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-5211_7847-5210delCT",
          "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-3592_7847-3591delCT",
          "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-8840_7847-8839delCT",
          "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.7846+10859_7846+10860delCT",
          "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": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-1035_7847-1034delCT",
          "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+10859_7846+10860delCT",
          "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": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-1035_7847-1034delCT",
          "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": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7847-1035_7847-1034delCT",
          "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+10859_7846+10860delCT",
          "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.7768+10859_7768+10860delCT",
          "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": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7769-1035_7769-1034delCT",
          "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-5211_7769-5210delCT",
          "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": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.7769-1035_7769-1034delCT",
          "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-3592_7769-3591delCT",
          "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+10859_7768+10860delCT",
          "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+10859_8055+10860delCT",
          "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.4877-1035_4877-1034delCT",
          "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": [
            "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.4799-1035_4799-1034delCT",
          "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": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "RIF1",
          "gene_hgnc_id": 23207,
          "hgvs_c": "n.4775-1035_4775-1034delCT",
          "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": "rs755863625",
      "frequency_reference_population": 0.00000892916,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 13,
      "gnomad_exomes_af": 0.00000892916,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 13,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.20000000298023224,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.566,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.2,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 16,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 16,
          "benign_score": 0,
          "pathogenic_score": 16,
          "criteria": [
            "PVS1",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000397345.8",
          "gene_symbol": "NEB",
          "hgnc_id": 7720,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.24549_24550delAG",
          "hgvs_p": "p.Arg8183fs"
        },
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000457745.1",
          "gene_symbol": "RIF1",
          "hgnc_id": 23207,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "n.481-1035_481-1034delCT",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Arthrogryposis multiplex congenita 6,Nemaline myopathy,Nemaline myopathy 2",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:4 LP:1",
      "phenotype_combined": "Nemaline myopathy 2|Nemaline myopathy|Arthrogryposis multiplex congenita 6|Nemaline myopathy 2;Arthrogryposis multiplex congenita 6",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}