← 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: 17-43076579-T-TAGGG (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 43076579,
      "ref": "T",
      "alt": "TAGGG",
      "effect": "frameshift_variant",
      "transcript": "NM_001407581.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_007294.4",
          "protein_id": "NP_009225.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000357654.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007294.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "ENST00000357654.9",
          "protein_id": "ENSP00000350283.3",
          "transcript_support_level": 1,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_007294.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357654.9"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4452_4455dupCCCT",
          "hgvs_p": "p.Ile1486fs",
          "transcript": "ENST00000471181.7",
          "protein_id": "ENSP00000418960.2",
          "transcript_support_level": 1,
          "aa_start": 1485,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 4455,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471181.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "ENST00000470026.6",
          "protein_id": "ENSP00000419274.2",
          "transcript_support_level": 1,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000470026.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "ENST00000494123.6",
          "protein_id": "ENSP00000419103.2",
          "transcript_support_level": 1,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000494123.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "ENST00000618469.2",
          "protein_id": "ENSP00000478114.2",
          "transcript_support_level": 1,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000618469.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4311_4314dupCCCT",
          "hgvs_p": "p.Ile1439fs",
          "transcript": "ENST00000477152.6",
          "protein_id": "ENSP00000419988.2",
          "transcript_support_level": 1,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4314,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477152.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.3501_3504dupCCCT",
          "hgvs_p": "p.Ile1169fs",
          "transcript": "ENST00000497488.2",
          "protein_id": "ENSP00000418986.2",
          "transcript_support_level": 1,
          "aa_start": 1168,
          "aa_end": null,
          "aa_length": 1567,
          "cds_start": 3504,
          "cds_end": null,
          "cds_length": 4704,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000497488.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000478531.6",
          "protein_id": "ENSP00000420412.2",
          "transcript_support_level": 1,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478531.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000468300.5",
          "protein_id": "ENSP00000417148.1",
          "transcript_support_level": 1,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000468300.5"
        },
        {
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.-43-2062_-43-2059dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000591534.5",
          "protein_id": "ENSP00000467329.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 354,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1065,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591534.5"
        },
        {
          "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": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.5-12632_5-12629dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000586385.5",
          "protein_id": "ENSP00000465818.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 173,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000586385.5"
        },
        {
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.-98-26393_-98-26390dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000591849.5",
          "protein_id": "ENSP00000465347.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 96,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 291,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591849.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "n.*4172_*4175dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000461221.5",
          "protein_id": "ENSP00000418548.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000461221.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "n.*4172_*4175dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000461221.5",
          "protein_id": "ENSP00000418548.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000461221.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4455_4458dupCCCT",
          "hgvs_p": "p.Ile1487fs",
          "transcript": "NM_001407581.1",
          "protein_id": "NP_001394510.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": 4458,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407581.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4455_4458dupCCCT",
          "hgvs_p": "p.Ile1487fs",
          "transcript": "NM_001407582.1",
          "protein_id": "NP_001394511.1",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": 4458,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407582.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4455_4458dupCCCT",
          "hgvs_p": "p.Ile1487fs",
          "transcript": "ENST00000644379.2",
          "protein_id": "ENSP00000496570.2",
          "transcript_support_level": null,
          "aa_start": 1486,
          "aa_end": null,
          "aa_length": 1885,
          "cds_start": 4458,
          "cds_end": null,
          "cds_length": 5658,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644379.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4452_4455dupCCCT",
          "hgvs_p": "p.Ile1486fs",
          "transcript": "NM_001407583.1",
          "protein_id": "NP_001394512.1",
          "transcript_support_level": null,
          "aa_start": 1485,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 4455,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407583.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4452_4455dupCCCT",
          "hgvs_p": "p.Ile1486fs",
          "transcript": "NM_001407585.1",
          "protein_id": "NP_001394514.1",
          "transcript_support_level": null,
          "aa_start": 1485,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 4455,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407585.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4452_4455dupCCCT",
          "hgvs_p": "p.Ile1486fs",
          "transcript": "NM_001407587.1",
          "protein_id": "NP_001394516.1",
          "transcript_support_level": null,
          "aa_start": 1485,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 4455,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407587.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4452_4455dupCCCT",
          "hgvs_p": "p.Ile1486fs",
          "transcript": "NM_007300.4",
          "protein_id": "NP_009231.2",
          "transcript_support_level": null,
          "aa_start": 1485,
          "aa_end": null,
          "aa_length": 1884,
          "cds_start": 4455,
          "cds_end": null,
          "cds_length": 5655,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007300.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4449_4452dupCCCT",
          "hgvs_p": "p.Ile1485fs",
          "transcript": "NM_001407590.1",
          "protein_id": "NP_001394519.1",
          "transcript_support_level": null,
          "aa_start": 1484,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": 4452,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407590.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4449_4452dupCCCT",
          "hgvs_p": "p.Ile1485fs",
          "transcript": "NM_001407591.1",
          "protein_id": "NP_001394520.1",
          "transcript_support_level": null,
          "aa_start": 1484,
          "aa_end": null,
          "aa_length": 1883,
          "cds_start": 4452,
          "cds_end": null,
          "cds_length": 5652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407591.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407593.1",
          "protein_id": "NP_001394522.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407593.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407594.1",
          "protein_id": "NP_001394523.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407594.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407596.1",
          "protein_id": "NP_001394525.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407596.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407597.1",
          "protein_id": "NP_001394526.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407597.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407598.1",
          "protein_id": "NP_001394527.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407598.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407602.1",
          "protein_id": "NP_001394531.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407602.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407603.1",
          "protein_id": "NP_001394532.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407603.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407605.1",
          "protein_id": "NP_001394534.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407605.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "ENST00000713676.1",
          "protein_id": "ENSP00000518978.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000713676.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407610.1",
          "protein_id": "NP_001394539.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407610.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407611.1",
          "protein_id": "NP_001394540.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407611.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407612.1",
          "protein_id": "NP_001394541.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407612.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407613.1",
          "protein_id": "NP_001394542.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407613.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407614.1",
          "protein_id": "NP_001394543.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407614.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407615.1",
          "protein_id": "NP_001394544.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407615.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407616.1",
          "protein_id": "NP_001394545.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407616.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407617.1",
          "protein_id": "NP_001394546.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407617.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407618.1",
          "protein_id": "NP_001394547.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407618.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407619.1",
          "protein_id": "NP_001394548.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407619.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407620.1",
          "protein_id": "NP_001394549.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407620.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407621.1",
          "protein_id": "NP_001394550.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407621.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407622.1",
          "protein_id": "NP_001394551.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407622.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407623.1",
          "protein_id": "NP_001394552.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407623.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407624.1",
          "protein_id": "NP_001394553.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407624.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407625.1",
          "protein_id": "NP_001394554.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407625.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407626.1",
          "protein_id": "NP_001394555.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407626.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "ENST00000461574.2",
          "protein_id": "ENSP00000417241.2",
          "transcript_support_level": 2,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461574.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "ENST00000945268.1",
          "protein_id": "ENSP00000615327.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945268.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407627.1",
          "protein_id": "NP_001394556.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407627.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407628.1",
          "protein_id": "NP_001394557.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407628.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407629.1",
          "protein_id": "NP_001394558.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407629.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407630.1",
          "protein_id": "NP_001394559.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407630.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407631.1",
          "protein_id": "NP_001394560.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407631.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407632.1",
          "protein_id": "NP_001394561.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407632.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407633.1",
          "protein_id": "NP_001394562.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407633.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407634.1",
          "protein_id": "NP_001394563.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407634.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407635.1",
          "protein_id": "NP_001394564.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407635.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407636.1",
          "protein_id": "NP_001394565.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407636.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407637.1",
          "protein_id": "NP_001394566.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407637.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407638.1",
          "protein_id": "NP_001394567.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407638.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407639.1",
          "protein_id": "NP_001394568.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407639.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407640.1",
          "protein_id": "NP_001394569.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407640.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407641.1",
          "protein_id": "NP_001394570.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407641.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407642.1",
          "protein_id": "NP_001394571.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407642.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "ENST00000476777.6",
          "protein_id": "ENSP00000417554.2",
          "transcript_support_level": 5,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000476777.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4380_4383dupCCCT",
          "hgvs_p": "p.Ile1462fs",
          "transcript": "NM_001407644.1",
          "protein_id": "NP_001394573.1",
          "transcript_support_level": null,
          "aa_start": 1461,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": 4383,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407644.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4380_4383dupCCCT",
          "hgvs_p": "p.Ile1462fs",
          "transcript": "NM_001407645.1",
          "protein_id": "NP_001394574.1",
          "transcript_support_level": null,
          "aa_start": 1461,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": 4383,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407645.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4377_4380dupCCCT",
          "hgvs_p": "p.Ile1461fs",
          "transcript": "NM_001407646.1",
          "protein_id": "NP_001394575.1",
          "transcript_support_level": null,
          "aa_start": 1460,
          "aa_end": null,
          "aa_length": 1859,
          "cds_start": 4380,
          "cds_end": null,
          "cds_length": 5580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407646.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4374_4377dupCCCT",
          "hgvs_p": "p.Ile1460fs",
          "transcript": "NM_001407647.1",
          "protein_id": "NP_001394576.1",
          "transcript_support_level": null,
          "aa_start": 1459,
          "aa_end": null,
          "aa_length": 1858,
          "cds_start": 4377,
          "cds_end": null,
          "cds_length": 5577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407647.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4332_4335dupCCCT",
          "hgvs_p": "p.Ile1446fs",
          "transcript": "NM_001407648.1",
          "protein_id": "NP_001394577.1",
          "transcript_support_level": null,
          "aa_start": 1445,
          "aa_end": null,
          "aa_length": 1844,
          "cds_start": 4335,
          "cds_end": null,
          "cds_length": 5535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407648.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4329_4332dupCCCT",
          "hgvs_p": "p.Ile1445fs",
          "transcript": "NM_001407649.1",
          "protein_id": "NP_001394578.1",
          "transcript_support_level": null,
          "aa_start": 1444,
          "aa_end": null,
          "aa_length": 1843,
          "cds_start": 4332,
          "cds_end": null,
          "cds_length": 5532,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407649.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407652.1",
          "protein_id": "NP_001394581.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407652.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4311_4314dupCCCT",
          "hgvs_p": "p.Ile1439fs",
          "transcript": "NM_001407653.1",
          "protein_id": "NP_001394582.1",
          "transcript_support_level": null,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4314,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407653.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4311_4314dupCCCT",
          "hgvs_p": "p.Ile1439fs",
          "transcript": "NM_001407654.1",
          "protein_id": "NP_001394583.1",
          "transcript_support_level": null,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4314,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407654.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4311_4314dupCCCT",
          "hgvs_p": "p.Ile1439fs",
          "transcript": "NM_001407655.1",
          "protein_id": "NP_001394584.1",
          "transcript_support_level": null,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4314,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407655.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4311_4314dupCCCT",
          "hgvs_p": "p.Ile1439fs",
          "transcript": "ENST00000489037.2",
          "protein_id": "ENSP00000420781.2",
          "transcript_support_level": 4,
          "aa_start": 1438,
          "aa_end": null,
          "aa_length": 1837,
          "cds_start": 4314,
          "cds_end": null,
          "cds_length": 5514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000489037.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4308_4311dupCCCT",
          "hgvs_p": "p.Ile1438fs",
          "transcript": "NM_001407656.1",
          "protein_id": "NP_001394585.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 4311,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407656.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4308_4311dupCCCT",
          "hgvs_p": "p.Ile1438fs",
          "transcript": "NM_001407657.1",
          "protein_id": "NP_001394586.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 4311,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407657.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4308_4311dupCCCT",
          "hgvs_p": "p.Ile1438fs",
          "transcript": "NM_001407658.1",
          "protein_id": "NP_001394587.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1836,
          "cds_start": 4311,
          "cds_end": null,
          "cds_length": 5511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407658.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4305_4308dupCCCT",
          "hgvs_p": "p.Ile1437fs",
          "transcript": "NM_001407659.1",
          "protein_id": "NP_001394588.1",
          "transcript_support_level": null,
          "aa_start": 1436,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 4308,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407659.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4305_4308dupCCCT",
          "hgvs_p": "p.Ile1437fs",
          "transcript": "NM_001407660.1",
          "protein_id": "NP_001394589.1",
          "transcript_support_level": null,
          "aa_start": 1436,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 4308,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407660.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4305_4308dupCCCT",
          "hgvs_p": "p.Ile1437fs",
          "transcript": "NM_001407661.1",
          "protein_id": "NP_001394590.1",
          "transcript_support_level": null,
          "aa_start": 1436,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 4308,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407661.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4305_4308dupCCCT",
          "hgvs_p": "p.Ile1437fs",
          "transcript": "NM_001407662.1",
          "protein_id": "NP_001394591.1",
          "transcript_support_level": null,
          "aa_start": 1436,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 4308,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407662.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4305_4308dupCCCT",
          "hgvs_p": "p.Ile1437fs",
          "transcript": "NM_001407663.1",
          "protein_id": "NP_001394592.1",
          "transcript_support_level": null,
          "aa_start": 1436,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 4308,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407663.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407664.1",
          "protein_id": "NP_001394593.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407664.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407665.1",
          "protein_id": "NP_001394594.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407665.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407666.1",
          "protein_id": "NP_001394595.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407666.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407667.1",
          "protein_id": "NP_001394596.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407667.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407668.1",
          "protein_id": "NP_001394597.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407668.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407669.1",
          "protein_id": "NP_001394598.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407669.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "ENST00000634433.2",
          "protein_id": "ENSP00000489431.2",
          "transcript_support_level": 5,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1822,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634433.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407670.1",
          "protein_id": "NP_001394599.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407670.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407671.1",
          "protein_id": "NP_001394600.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407671.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407672.1",
          "protein_id": "NP_001394601.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407672.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407673.1",
          "protein_id": "NP_001394602.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407673.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407674.1",
          "protein_id": "NP_001394603.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407674.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407675.1",
          "protein_id": "NP_001394604.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407675.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407676.1",
          "protein_id": "NP_001394605.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407676.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407677.1",
          "protein_id": "NP_001394606.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407677.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407678.1",
          "protein_id": "NP_001394607.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407678.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407679.1",
          "protein_id": "NP_001394608.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407679.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407680.1",
          "protein_id": "NP_001394609.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407680.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "ENST00000473961.6",
          "protein_id": "ENSP00000420201.2",
          "transcript_support_level": 2,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1821,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5466,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000473961.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407681.1",
          "protein_id": "NP_001394610.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407681.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407682.1",
          "protein_id": "NP_001394611.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407682.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407683.1",
          "protein_id": "NP_001394612.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407683.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "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": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407684.1",
          "protein_id": "NP_001394613.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407684.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407685.1",
          "protein_id": "NP_001394614.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407685.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407686.1",
          "protein_id": "NP_001394615.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407686.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407687.1",
          "protein_id": "NP_001394616.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407687.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407688.1",
          "protein_id": "NP_001394617.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407688.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407689.1",
          "protein_id": "NP_001394618.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407689.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4257_4260dupCCCT",
          "hgvs_p": "p.Ile1421fs",
          "transcript": "NM_001407690.1",
          "protein_id": "NP_001394619.1",
          "transcript_support_level": null,
          "aa_start": 1420,
          "aa_end": null,
          "aa_length": 1819,
          "cds_start": 4260,
          "cds_end": null,
          "cds_length": 5460,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407690.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4257_4260dupCCCT",
          "hgvs_p": "p.Ile1421fs",
          "transcript": "NM_001407691.1",
          "protein_id": "NP_001394620.1",
          "transcript_support_level": null,
          "aa_start": 1420,
          "aa_end": null,
          "aa_length": 1819,
          "cds_start": 4260,
          "cds_end": null,
          "cds_length": 5460,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407691.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407692.1",
          "protein_id": "NP_001394621.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407692.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407694.1",
          "protein_id": "NP_001394623.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407694.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407695.1",
          "protein_id": "NP_001394624.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407695.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407696.1",
          "protein_id": "NP_001394625.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407696.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407697.1",
          "protein_id": "NP_001394626.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407697.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407698.1",
          "protein_id": "NP_001394627.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407698.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407724.1",
          "protein_id": "NP_001394653.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407724.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407725.1",
          "protein_id": "NP_001394654.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407725.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407726.1",
          "protein_id": "NP_001394655.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407726.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407727.1",
          "protein_id": "NP_001394656.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407727.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407728.1",
          "protein_id": "NP_001394657.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407728.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407729.1",
          "protein_id": "NP_001394658.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407729.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407730.1",
          "protein_id": "NP_001394659.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407730.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407731.1",
          "protein_id": "NP_001394660.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407731.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_007297.4",
          "protein_id": "NP_009228.2",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007297.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "ENST00000493795.5",
          "protein_id": "ENSP00000418775.1",
          "transcript_support_level": 5,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000493795.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "ENST00000652672.2",
          "protein_id": "ENSP00000498906.2",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1816,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5451,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000652672.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407732.1",
          "protein_id": "NP_001394661.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407732.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407733.1",
          "protein_id": "NP_001394662.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407733.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407734.1",
          "protein_id": "NP_001394663.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407734.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407735.1",
          "protein_id": "NP_001394664.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407735.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407736.1",
          "protein_id": "NP_001394665.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407736.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407737.1",
          "protein_id": "NP_001394666.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407737.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407738.1",
          "protein_id": "NP_001394667.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407738.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407739.1",
          "protein_id": "NP_001394668.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407739.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407740.1",
          "protein_id": "NP_001394669.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407740.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407741.1",
          "protein_id": "NP_001394670.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407741.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407742.1",
          "protein_id": "NP_001394671.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407742.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407743.1",
          "protein_id": "NP_001394672.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407743.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407744.1",
          "protein_id": "NP_001394673.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407744.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407745.1",
          "protein_id": "NP_001394674.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407745.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407746.1",
          "protein_id": "NP_001394675.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407746.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407747.1",
          "protein_id": "NP_001394676.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407747.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407748.1",
          "protein_id": "NP_001394677.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407748.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407749.1",
          "protein_id": "NP_001394678.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407749.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407750.1",
          "protein_id": "NP_001394679.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407750.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407751.1",
          "protein_id": "NP_001394680.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407751.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407752.1",
          "protein_id": "NP_001394681.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1815,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5448,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407752.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407838.1",
          "protein_id": "NP_001394767.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407838.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407839.1",
          "protein_id": "NP_001394768.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407839.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407841.1",
          "protein_id": "NP_001394770.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407841.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407842.1",
          "protein_id": "NP_001394771.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407842.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407843.1",
          "protein_id": "NP_001394772.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407843.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407844.1",
          "protein_id": "NP_001394773.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407844.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407845.1",
          "protein_id": "NP_001394774.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407845.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407846.1",
          "protein_id": "NP_001394775.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407846.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407847.1",
          "protein_id": "NP_001394776.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407847.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407848.1",
          "protein_id": "NP_001394777.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407848.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407849.1",
          "protein_id": "NP_001394778.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407849.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407850.1",
          "protein_id": "NP_001394779.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407850.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407851.1",
          "protein_id": "NP_001394780.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407851.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407852.1",
          "protein_id": "NP_001394781.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407852.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4242_4245dupCCCT",
          "hgvs_p": "p.Ile1416fs",
          "transcript": "NM_001407853.1",
          "protein_id": "NP_001394782.1",
          "transcript_support_level": null,
          "aa_start": 1415,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4245,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407853.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4389_4392dupCCCT",
          "hgvs_p": "p.Ile1465fs",
          "transcript": "NM_001407854.1",
          "protein_id": "NP_001394783.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1803,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5412,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407854.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407858.1",
          "protein_id": "NP_001394787.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1802,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407858.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407859.1",
          "protein_id": "NP_001394788.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1802,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407859.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4386_4389dupCCCT",
          "hgvs_p": "p.Ile1464fs",
          "transcript": "NM_001407860.1",
          "protein_id": "NP_001394789.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1802,
          "cds_start": 4389,
          "cds_end": null,
          "cds_length": 5409,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407860.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4383_4386dupCCCT",
          "hgvs_p": "p.Ile1463fs",
          "transcript": "NM_001407861.1",
          "protein_id": "NP_001394790.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1801,
          "cds_start": 4386,
          "cds_end": null,
          "cds_length": 5406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407861.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4188_4191dupCCCT",
          "hgvs_p": "p.Ile1398fs",
          "transcript": "NM_001407862.1",
          "protein_id": "NP_001394791.1",
          "transcript_support_level": null,
          "aa_start": 1397,
          "aa_end": null,
          "aa_length": 1796,
          "cds_start": 4191,
          "cds_end": null,
          "cds_length": 5391,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407862.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407863.1",
          "protein_id": "NP_001394792.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1795,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407863.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4182_4185dupCCCT",
          "hgvs_p": "p.Ile1396fs",
          "transcript": "NM_001407874.1",
          "protein_id": "NP_001394803.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1794,
          "cds_start": 4185,
          "cds_end": null,
          "cds_length": 5385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407874.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4182_4185dupCCCT",
          "hgvs_p": "p.Ile1396fs",
          "transcript": "NM_001407875.1",
          "protein_id": "NP_001394804.1",
          "transcript_support_level": null,
          "aa_start": 1395,
          "aa_end": null,
          "aa_length": 1794,
          "cds_start": 4185,
          "cds_end": null,
          "cds_length": 5385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407875.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407879.1",
          "protein_id": "NP_001394808.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407879.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407881.1",
          "protein_id": "NP_001394810.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407881.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407882.1",
          "protein_id": "NP_001394811.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407882.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407884.1",
          "protein_id": "NP_001394813.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407884.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407885.1",
          "protein_id": "NP_001394814.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407885.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407886.1",
          "protein_id": "NP_001394815.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407886.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407887.1",
          "protein_id": "NP_001394816.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407887.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4179_4182dupCCCT",
          "hgvs_p": "p.Ile1395fs",
          "transcript": "NM_001407889.1",
          "protein_id": "NP_001394818.1",
          "transcript_support_level": null,
          "aa_start": 1394,
          "aa_end": null,
          "aa_length": 1793,
          "cds_start": 4182,
          "cds_end": null,
          "cds_length": 5382,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407889.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407571.1",
          "protein_id": "NP_001394500.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407571.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407894.1",
          "protein_id": "NP_001394823.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407894.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407895.1",
          "protein_id": "NP_001394824.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407895.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407896.1",
          "protein_id": "NP_001394825.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407896.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407897.1",
          "protein_id": "NP_001394826.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407897.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407898.1",
          "protein_id": "NP_001394827.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407898.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407899.1",
          "protein_id": "NP_001394828.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407899.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407900.1",
          "protein_id": "NP_001394829.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407900.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407902.1",
          "protein_id": "NP_001394831.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407902.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407904.1",
          "protein_id": "NP_001394833.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407904.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407906.1",
          "protein_id": "NP_001394835.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407906.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407907.1",
          "protein_id": "NP_001394836.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407907.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407908.1",
          "protein_id": "NP_001394837.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407908.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407909.1",
          "protein_id": "NP_001394838.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407909.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4176_4179dupCCCT",
          "hgvs_p": "p.Ile1394fs",
          "transcript": "NM_001407910.1",
          "protein_id": "NP_001394839.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1792,
          "cds_start": 4179,
          "cds_end": null,
          "cds_length": 5379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407910.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4173_4176dupCCCT",
          "hgvs_p": "p.Ile1393fs",
          "transcript": "NM_001407915.1",
          "protein_id": "NP_001394844.1",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407915.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4173_4176dupCCCT",
          "hgvs_p": "p.Ile1393fs",
          "transcript": "NM_001407916.1",
          "protein_id": "NP_001394845.1",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407916.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4173_4176dupCCCT",
          "hgvs_p": "p.Ile1393fs",
          "transcript": "NM_001407917.1",
          "protein_id": "NP_001394846.1",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407917.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4173_4176dupCCCT",
          "hgvs_p": "p.Ile1393fs",
          "transcript": "NM_001407918.1",
          "protein_id": "NP_001394847.1",
          "transcript_support_level": null,
          "aa_start": 1392,
          "aa_end": null,
          "aa_length": 1791,
          "cds_start": 4176,
          "cds_end": null,
          "cds_length": 5376,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407918.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "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": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407919.1",
          "protein_id": "NP_001394848.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1779,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5340,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407919.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407920.1",
          "protein_id": "NP_001394849.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407920.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407921.1",
          "protein_id": "NP_001394850.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407921.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407922.1",
          "protein_id": "NP_001394851.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407922.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407923.1",
          "protein_id": "NP_001394852.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407923.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407924.1",
          "protein_id": "NP_001394853.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407924.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407925.1",
          "protein_id": "NP_001394854.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407925.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4125_4128dupCCCT",
          "hgvs_p": "p.Ile1377fs",
          "transcript": "NM_001407926.1",
          "protein_id": "NP_001394855.1",
          "transcript_support_level": null,
          "aa_start": 1376,
          "aa_end": null,
          "aa_length": 1775,
          "cds_start": 4128,
          "cds_end": null,
          "cds_length": 5328,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407926.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407927.1",
          "protein_id": "NP_001394856.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407927.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407928.1",
          "protein_id": "NP_001394857.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407928.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407929.1",
          "protein_id": "NP_001394858.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407929.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407930.1",
          "protein_id": "NP_001394859.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407930.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407931.1",
          "protein_id": "NP_001394860.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407931.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407932.1",
          "protein_id": "NP_001394861.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407932.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4122_4125dupCCCT",
          "hgvs_p": "p.Ile1376fs",
          "transcript": "NM_001407933.1",
          "protein_id": "NP_001394862.1",
          "transcript_support_level": null,
          "aa_start": 1375,
          "aa_end": null,
          "aa_length": 1774,
          "cds_start": 4125,
          "cds_end": null,
          "cds_length": 5325,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407933.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4119_4122dupCCCT",
          "hgvs_p": "p.Ile1375fs",
          "transcript": "NM_001407934.1",
          "protein_id": "NP_001394863.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1773,
          "cds_start": 4122,
          "cds_end": null,
          "cds_length": 5322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407934.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4119_4122dupCCCT",
          "hgvs_p": "p.Ile1375fs",
          "transcript": "NM_001407935.1",
          "protein_id": "NP_001394864.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1773,
          "cds_start": 4122,
          "cds_end": null,
          "cds_length": 5322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407935.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4119_4122dupCCCT",
          "hgvs_p": "p.Ile1375fs",
          "transcript": "NM_001407936.1",
          "protein_id": "NP_001394865.1",
          "transcript_support_level": null,
          "aa_start": 1374,
          "aa_end": null,
          "aa_length": 1773,
          "cds_start": 4122,
          "cds_end": null,
          "cds_length": 5322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407936.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407937.1",
          "protein_id": "NP_001394866.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1762,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407937.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4266_4269dupCCCT",
          "hgvs_p": "p.Ile1424fs",
          "transcript": "NM_001407938.1",
          "protein_id": "NP_001394867.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1762,
          "cds_start": 4269,
          "cds_end": null,
          "cds_length": 5289,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407938.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407939.1",
          "protein_id": "NP_001394868.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1761,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407939.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4263_4266dupCCCT",
          "hgvs_p": "p.Ile1423fs",
          "transcript": "NM_001407940.1",
          "protein_id": "NP_001394869.1",
          "transcript_support_level": null,
          "aa_start": 1422,
          "aa_end": null,
          "aa_length": 1761,
          "cds_start": 4266,
          "cds_end": null,
          "cds_length": 5286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407940.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4260_4263dupCCCT",
          "hgvs_p": "p.Ile1422fs",
          "transcript": "NM_001407941.1",
          "protein_id": "NP_001394870.1",
          "transcript_support_level": null,
          "aa_start": 1421,
          "aa_end": null,
          "aa_length": 1760,
          "cds_start": 4263,
          "cds_end": null,
          "cds_length": 5283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407941.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4248_4251dupCCCT",
          "hgvs_p": "p.Ile1418fs",
          "transcript": "NM_001407942.1",
          "protein_id": "NP_001394871.1",
          "transcript_support_level": null,
          "aa_start": 1417,
          "aa_end": null,
          "aa_length": 1756,
          "cds_start": 4251,
          "cds_end": null,
          "cds_length": 5271,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407942.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407943.1",
          "protein_id": "NP_001394872.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407943.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407944.1",
          "protein_id": "NP_001394873.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407944.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4245_4248dupCCCT",
          "hgvs_p": "p.Ile1417fs",
          "transcript": "NM_001407945.1",
          "protein_id": "NP_001394874.1",
          "transcript_support_level": null,
          "aa_start": 1416,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": 4248,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407945.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4056_4059dupCCCT",
          "hgvs_p": "p.Ile1354fs",
          "transcript": "NM_001407946.1",
          "protein_id": "NP_001394875.1",
          "transcript_support_level": null,
          "aa_start": 1353,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 4059,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407946.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4056_4059dupCCCT",
          "hgvs_p": "p.Ile1354fs",
          "transcript": "NM_001407947.1",
          "protein_id": "NP_001394876.1",
          "transcript_support_level": null,
          "aa_start": 1353,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 4059,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407947.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4056_4059dupCCCT",
          "hgvs_p": "p.Ile1354fs",
          "transcript": "NM_001407948.1",
          "protein_id": "NP_001394877.1",
          "transcript_support_level": null,
          "aa_start": 1353,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 4059,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407948.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4056_4059dupCCCT",
          "hgvs_p": "p.Ile1354fs",
          "transcript": "NM_001407949.1",
          "protein_id": "NP_001394878.1",
          "transcript_support_level": null,
          "aa_start": 1353,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 4059,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407949.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407950.1",
          "protein_id": "NP_001394879.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407950.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407951.1",
          "protein_id": "NP_001394880.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407951.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407952.1",
          "protein_id": "NP_001394881.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407952.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407953.1",
          "protein_id": "NP_001394882.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407953.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407954.1",
          "protein_id": "NP_001394883.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407954.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4053_4056dupCCCT",
          "hgvs_p": "p.Ile1353fs",
          "transcript": "NM_001407955.1",
          "protein_id": "NP_001394884.1",
          "transcript_support_level": null,
          "aa_start": 1352,
          "aa_end": null,
          "aa_length": 1751,
          "cds_start": 4056,
          "cds_end": null,
          "cds_length": 5256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407955.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4050_4053dupCCCT",
          "hgvs_p": "p.Ile1352fs",
          "transcript": "NM_001407956.1",
          "protein_id": "NP_001394885.1",
          "transcript_support_level": null,
          "aa_start": 1351,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": 4053,
          "cds_end": null,
          "cds_length": 5253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407956.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4050_4053dupCCCT",
          "hgvs_p": "p.Ile1352fs",
          "transcript": "NM_001407957.1",
          "protein_id": "NP_001394886.1",
          "transcript_support_level": null,
          "aa_start": 1351,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": 4053,
          "cds_end": null,
          "cds_length": 5253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407957.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4050_4053dupCCCT",
          "hgvs_p": "p.Ile1352fs",
          "transcript": "NM_001407958.1",
          "protein_id": "NP_001394887.1",
          "transcript_support_level": null,
          "aa_start": 1351,
          "aa_end": null,
          "aa_length": 1750,
          "cds_start": 4053,
          "cds_end": null,
          "cds_length": 5253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407958.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4008_4011dupCCCT",
          "hgvs_p": "p.Ile1338fs",
          "transcript": "NM_001407959.1",
          "protein_id": "NP_001394888.1",
          "transcript_support_level": null,
          "aa_start": 1337,
          "aa_end": null,
          "aa_length": 1736,
          "cds_start": 4011,
          "cds_end": null,
          "cds_length": 5211,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407959.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4005_4008dupCCCT",
          "hgvs_p": "p.Ile1337fs",
          "transcript": "NM_001407960.1",
          "protein_id": "NP_001394889.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4008,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407960.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4005_4008dupCCCT",
          "hgvs_p": "p.Ile1337fs",
          "transcript": "NM_001407962.1",
          "protein_id": "NP_001394891.1",
          "transcript_support_level": null,
          "aa_start": 1336,
          "aa_end": null,
          "aa_length": 1735,
          "cds_start": 4008,
          "cds_end": null,
          "cds_length": 5208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407962.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4002_4005dupCCCT",
          "hgvs_p": "p.Ile1336fs",
          "transcript": "NM_001407963.1",
          "protein_id": "NP_001394892.1",
          "transcript_support_level": null,
          "aa_start": 1335,
          "aa_end": null,
          "aa_length": 1734,
          "cds_start": 4005,
          "cds_end": null,
          "cds_length": 5205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407963.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.3882_3885dupCCCT",
          "hgvs_p": "p.Ile1296fs",
          "transcript": "NM_001407965.1",
          "protein_id": "NP_001394894.1",
          "transcript_support_level": null,
          "aa_start": 1295,
          "aa_end": null,
          "aa_length": 1694,
          "cds_start": 3885,
          "cds_end": null,
          "cds_length": 5085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407965.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.3501_3504dupCCCT",
          "hgvs_p": "p.Ile1169fs",
          "transcript": "NM_001407966.1",
          "protein_id": "NP_001394895.1",
          "transcript_support_level": null,
          "aa_start": 1168,
          "aa_end": null,
          "aa_length": 1567,
          "cds_start": 3504,
          "cds_end": null,
          "cds_length": 4704,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407966.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.3498_3501dupCCCT",
          "hgvs_p": "p.Ile1168fs",
          "transcript": "NM_001407967.1",
          "protein_id": "NP_001394896.1",
          "transcript_support_level": null,
          "aa_start": 1167,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": 3501,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407967.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1785_1788dupCCCT",
          "hgvs_p": "p.Ile597fs",
          "transcript": "NM_001407968.1",
          "protein_id": "NP_001394897.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 1788,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407968.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1782_1785dupCCCT",
          "hgvs_p": "p.Ile596fs",
          "transcript": "NM_001407969.1",
          "protein_id": "NP_001394898.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 1785,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407969.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1146_1149dupCCCT",
          "hgvs_p": "p.Ile384fs",
          "transcript": "NM_001407970.1",
          "protein_id": "NP_001394899.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 1149,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407970.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1146_1149dupCCCT",
          "hgvs_p": "p.Ile384fs",
          "transcript": "NM_001407971.1",
          "protein_id": "NP_001394900.1",
          "transcript_support_level": null,
          "aa_start": 383,
          "aa_end": null,
          "aa_length": 782,
          "cds_start": 1149,
          "cds_end": null,
          "cds_length": 2349,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407971.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1143_1146dupCCCT",
          "hgvs_p": "p.Ile383fs",
          "transcript": "NM_001407972.1",
          "protein_id": "NP_001394901.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1146,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407972.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407973.1",
          "protein_id": "NP_001394902.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407973.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407974.1",
          "protein_id": "NP_001394903.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407974.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407975.1",
          "protein_id": "NP_001394904.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407975.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407976.1",
          "protein_id": "NP_001394905.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407976.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407977.1",
          "protein_id": "NP_001394906.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407977.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1080_1083dupCCCT",
          "hgvs_p": "p.Ile362fs",
          "transcript": "NM_001407978.1",
          "protein_id": "NP_001394907.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 760,
          "cds_start": 1083,
          "cds_end": null,
          "cds_length": 2283,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407978.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407979.1",
          "protein_id": "NP_001394908.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407979.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407980.1",
          "protein_id": "NP_001394909.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407980.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407981.1",
          "protein_id": "NP_001394910.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407981.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407982.1",
          "protein_id": "NP_001394911.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407982.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407983.1",
          "protein_id": "NP_001394912.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407983.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407984.1",
          "protein_id": "NP_001394913.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407984.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407985.1",
          "protein_id": "NP_001394914.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407985.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407986.1",
          "protein_id": "NP_001394915.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407986.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407990.1",
          "protein_id": "NP_001394919.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407990.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407991.1",
          "protein_id": "NP_001394920.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407991.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407992.1",
          "protein_id": "NP_001394921.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407992.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001407993.1",
          "protein_id": "NP_001394922.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407993.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_007298.4",
          "protein_id": "NP_009229.2",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007298.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000491747.6",
          "protein_id": "ENSP00000420705.2",
          "transcript_support_level": 5,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000491747.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000921914.1",
          "protein_id": "ENSP00000591973.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921914.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000921915.1",
          "protein_id": "ENSP00000591974.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921915.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000921916.1",
          "protein_id": "ENSP00000591975.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921916.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "ENST00000945269.1",
          "protein_id": "ENSP00000615328.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945269.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408392.1",
          "protein_id": "NP_001395321.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408392.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408396.1",
          "protein_id": "NP_001395325.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408396.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408397.1",
          "protein_id": "NP_001395326.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408397.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408398.1",
          "protein_id": "NP_001395327.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408398.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408399.1",
          "protein_id": "NP_001395328.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408399.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408400.1",
          "protein_id": "NP_001395329.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408400.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408401.1",
          "protein_id": "NP_001395330.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408401.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408402.1",
          "protein_id": "NP_001395331.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408402.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408403.1",
          "protein_id": "NP_001395332.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408403.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408404.1",
          "protein_id": "NP_001395333.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408404.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1071_1074dupCCCT",
          "hgvs_p": "p.Ile359fs",
          "transcript": "NM_001408406.1",
          "protein_id": "NP_001395335.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1074,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408406.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1071_1074dupCCCT",
          "hgvs_p": "p.Ile359fs",
          "transcript": "NM_001408407.1",
          "protein_id": "NP_001395336.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1074,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408407.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1071_1074dupCCCT",
          "hgvs_p": "p.Ile359fs",
          "transcript": "NM_001408408.1",
          "protein_id": "NP_001395337.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1074,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408408.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1068_1071dupCCCT",
          "hgvs_p": "p.Ile358fs",
          "transcript": "NM_001408409.1",
          "protein_id": "NP_001395338.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 1071,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408409.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1005_1008dupCCCT",
          "hgvs_p": "p.Ile337fs",
          "transcript": "NM_001408410.1",
          "protein_id": "NP_001395339.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1008,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408410.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1002_1005dupCCCT",
          "hgvs_p": "p.Ile336fs",
          "transcript": "NM_001408411.1",
          "protein_id": "NP_001395340.1",
          "transcript_support_level": null,
          "aa_start": 335,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": 1005,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408411.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.999_1002dupCCCT",
          "hgvs_p": "p.Ile335fs",
          "transcript": "NM_001408412.1",
          "protein_id": "NP_001395341.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1002,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408412.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.999_1002dupCCCT",
          "hgvs_p": "p.Ile335fs",
          "transcript": "NM_001408413.1",
          "protein_id": "NP_001395342.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1002,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408413.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.999_1002dupCCCT",
          "hgvs_p": "p.Ile335fs",
          "transcript": "NM_001408414.1",
          "protein_id": "NP_001395343.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1002,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408414.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.999_1002dupCCCT",
          "hgvs_p": "p.Ile335fs",
          "transcript": "NM_001408415.1",
          "protein_id": "NP_001395344.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1002,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408415.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.999_1002dupCCCT",
          "hgvs_p": "p.Ile335fs",
          "transcript": "NM_001408416.1",
          "protein_id": "NP_001395345.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1002,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408416.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.963_966dupCCCT",
          "hgvs_p": "p.Ile323fs",
          "transcript": "NM_001408418.1",
          "protein_id": "NP_001395347.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408418.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.963_966dupCCCT",
          "hgvs_p": "p.Ile323fs",
          "transcript": "NM_001408419.1",
          "protein_id": "NP_001395348.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408419.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.963_966dupCCCT",
          "hgvs_p": "p.Ile323fs",
          "transcript": "NM_001408420.1",
          "protein_id": "NP_001395349.1",
          "transcript_support_level": null,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408420.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.963_966dupCCCT",
          "hgvs_p": "p.Ile323fs",
          "transcript": "ENST00000352993.7",
          "protein_id": "ENSP00000312236.5",
          "transcript_support_level": 5,
          "aa_start": 322,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 966,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000352993.7"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.960_963dupCCCT",
          "hgvs_p": "p.Ile322fs",
          "transcript": "NM_001408421.1",
          "protein_id": "NP_001395350.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 963,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408421.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.960_963dupCCCT",
          "hgvs_p": "p.Ile322fs",
          "transcript": "NM_001408422.1",
          "protein_id": "NP_001395351.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 963,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408422.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.960_963dupCCCT",
          "hgvs_p": "p.Ile322fs",
          "transcript": "NM_001408423.1",
          "protein_id": "NP_001395352.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 963,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408423.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.960_963dupCCCT",
          "hgvs_p": "p.Ile322fs",
          "transcript": "NM_001408424.1",
          "protein_id": "NP_001395353.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 720,
          "cds_start": 963,
          "cds_end": null,
          "cds_length": 2163,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408424.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408425.1",
          "protein_id": "NP_001395354.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408425.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408426.1",
          "protein_id": "NP_001395355.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408426.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408427.1",
          "protein_id": "NP_001395356.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408427.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408428.1",
          "protein_id": "NP_001395357.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408428.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408429.1",
          "protein_id": "NP_001395358.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408429.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408430.1",
          "protein_id": "NP_001395359.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408430.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.957_960dupCCCT",
          "hgvs_p": "p.Ile321fs",
          "transcript": "NM_001408431.1",
          "protein_id": "NP_001395360.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 960,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408431.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408432.1",
          "protein_id": "NP_001395361.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408432.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408433.1",
          "protein_id": "NP_001395362.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408433.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408434.1",
          "protein_id": "NP_001395363.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408434.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408435.1",
          "protein_id": "NP_001395364.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408435.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408436.1",
          "protein_id": "NP_001395365.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408436.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408437.1",
          "protein_id": "NP_001395366.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408437.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408438.1",
          "protein_id": "NP_001395367.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408438.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408439.1",
          "protein_id": "NP_001395368.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408439.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408440.1",
          "protein_id": "NP_001395369.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408440.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408441.1",
          "protein_id": "NP_001395370.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408441.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408442.1",
          "protein_id": "NP_001395371.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408442.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408443.1",
          "protein_id": "NP_001395372.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408443.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.954_957dupCCCT",
          "hgvs_p": "p.Ile320fs",
          "transcript": "NM_001408444.1",
          "protein_id": "NP_001395373.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 957,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408444.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "NM_001408445.1",
          "protein_id": "NP_001395374.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408445.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "NM_001408446.1",
          "protein_id": "NP_001395375.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408446.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "NM_001408447.1",
          "protein_id": "NP_001395376.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408447.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "NM_001408448.1",
          "protein_id": "NP_001395377.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408448.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "NM_001408450.1",
          "protein_id": "NP_001395379.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408450.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "ENST00000484087.6",
          "protein_id": "ENSP00000419481.2",
          "transcript_support_level": 5,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000484087.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.951_954dupCCCT",
          "hgvs_p": "p.Ile319fs",
          "transcript": "ENST00000899954.1",
          "protein_id": "ENSP00000570013.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 954,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899954.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.945_948dupCCCT",
          "hgvs_p": "p.Ile317fs",
          "transcript": "NM_001408451.1",
          "protein_id": "NP_001395380.1",
          "transcript_support_level": null,
          "aa_start": 316,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 948,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408451.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408452.1",
          "protein_id": "NP_001395381.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408452.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408453.1",
          "protein_id": "NP_001395382.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408453.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408454.1",
          "protein_id": "NP_001395383.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408454.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408455.1",
          "protein_id": "NP_001395384.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408455.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408456.1",
          "protein_id": "NP_001395385.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408456.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "NM_001408457.1",
          "protein_id": "NP_001395386.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408457.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "ENST00000493919.6",
          "protein_id": "ENSP00000418819.2",
          "transcript_support_level": 2,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000493919.6"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.939_942dupCCCT",
          "hgvs_p": "p.Ile315fs",
          "transcript": "ENST00000644555.2",
          "protein_id": "ENSP00000494614.2",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 942,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644555.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408458.1",
          "protein_id": "NP_001395387.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408458.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408459.1",
          "protein_id": "NP_001395388.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408459.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408460.1",
          "protein_id": "NP_001395389.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408460.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408461.1",
          "protein_id": "NP_001395390.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408461.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408462.1",
          "protein_id": "NP_001395391.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408462.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408463.1",
          "protein_id": "NP_001395392.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408463.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408464.1",
          "protein_id": "NP_001395393.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408464.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408465.1",
          "protein_id": "NP_001395394.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408465.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408466.1",
          "protein_id": "NP_001395395.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408466.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.936_939dupCCCT",
          "hgvs_p": "p.Ile314fs",
          "transcript": "NM_001408467.1",
          "protein_id": "NP_001395396.1",
          "transcript_support_level": null,
          "aa_start": 313,
          "aa_end": null,
          "aa_length": 712,
          "cds_start": 939,
          "cds_end": null,
          "cds_length": 2139,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408467.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.933_936dupCCCT",
          "hgvs_p": "p.Ile313fs",
          "transcript": "NM_001408468.1",
          "protein_id": "NP_001395397.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 936,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408468.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.933_936dupCCCT",
          "hgvs_p": "p.Ile313fs",
          "transcript": "NM_001408469.1",
          "protein_id": "NP_001395398.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 936,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408469.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.933_936dupCCCT",
          "hgvs_p": "p.Ile313fs",
          "transcript": "NM_001408470.1",
          "protein_id": "NP_001395399.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 711,
          "cds_start": 936,
          "cds_end": null,
          "cds_length": 2136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408470.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_001408472.1",
          "protein_id": "NP_001395401.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408472.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1077_1080dupCCCT",
          "hgvs_p": "p.Ile361fs",
          "transcript": "NM_007299.4",
          "protein_id": "NP_009230.2",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1080,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007299.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.1074_1077dupCCCT",
          "hgvs_p": "p.Ile360fs",
          "transcript": "NM_001408473.1",
          "protein_id": "NP_001395402.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": 1077,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408473.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.879_882dupCCCT",
          "hgvs_p": "p.Ile295fs",
          "transcript": "NM_001408474.1",
          "protein_id": "NP_001395403.1",
          "transcript_support_level": null,
          "aa_start": 294,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 882,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408474.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.876_879dupCCCT",
          "hgvs_p": "p.Ile294fs",
          "transcript": "NM_001408475.1",
          "protein_id": "NP_001395404.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 879,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408475.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.876_879dupCCCT",
          "hgvs_p": "p.Ile294fs",
          "transcript": "NM_001408476.1",
          "protein_id": "NP_001395405.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 879,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408476.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.870_873dupCCCT",
          "hgvs_p": "p.Ile292fs",
          "transcript": "NM_001408478.1",
          "protein_id": "NP_001395407.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408478.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.870_873dupCCCT",
          "hgvs_p": "p.Ile292fs",
          "transcript": "NM_001408479.1",
          "protein_id": "NP_001395408.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408479.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.870_873dupCCCT",
          "hgvs_p": "p.Ile292fs",
          "transcript": "NM_001408480.1",
          "protein_id": "NP_001395409.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 873,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408480.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408481.1",
          "protein_id": "NP_001395410.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408481.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408482.1",
          "protein_id": "NP_001395411.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408482.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408483.1",
          "protein_id": "NP_001395412.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408483.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408484.1",
          "protein_id": "NP_001395413.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408484.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408485.1",
          "protein_id": "NP_001395414.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408485.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408489.1",
          "protein_id": "NP_001395418.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408489.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408490.1",
          "protein_id": "NP_001395419.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408490.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.867_870dupCCCT",
          "hgvs_p": "p.Ile291fs",
          "transcript": "NM_001408491.1",
          "protein_id": "NP_001395420.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 870,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408491.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.864_867dupCCCT",
          "hgvs_p": "p.Ile290fs",
          "transcript": "NM_001408492.1",
          "protein_id": "NP_001395421.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 867,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408492.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.864_867dupCCCT",
          "hgvs_p": "p.Ile290fs",
          "transcript": "NM_001408493.1",
          "protein_id": "NP_001395422.1",
          "transcript_support_level": null,
          "aa_start": 289,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 867,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408493.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.840_843dupCCCT",
          "hgvs_p": "p.Ile282fs",
          "transcript": "NM_001408494.1",
          "protein_id": "NP_001395423.1",
          "transcript_support_level": null,
          "aa_start": 281,
          "aa_end": null,
          "aa_length": 680,
          "cds_start": 843,
          "cds_end": null,
          "cds_length": 2043,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408494.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.834_837dupCCCT",
          "hgvs_p": "p.Ile280fs",
          "transcript": "NM_001408495.1",
          "protein_id": "NP_001395424.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": 837,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408495.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408496.1",
          "protein_id": "NP_001395425.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408496.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408497.1",
          "protein_id": "NP_001395426.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408497.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408498.1",
          "protein_id": "NP_001395427.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408498.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408499.1",
          "protein_id": "NP_001395428.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408499.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408500.1",
          "protein_id": "NP_001395429.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408500.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.816_819dupCCCT",
          "hgvs_p": "p.Ile274fs",
          "transcript": "NM_001408501.1",
          "protein_id": "NP_001395430.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 672,
          "cds_start": 819,
          "cds_end": null,
          "cds_length": 2019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408501.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.813_816dupCCCT",
          "hgvs_p": "p.Ile273fs",
          "transcript": "NM_001408502.1",
          "protein_id": "NP_001395431.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 816,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408502.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.813_816dupCCCT",
          "hgvs_p": "p.Ile273fs",
          "transcript": "NM_001408503.1",
          "protein_id": "NP_001395432.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 816,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408503.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.813_816dupCCCT",
          "hgvs_p": "p.Ile273fs",
          "transcript": "NM_001408504.1",
          "protein_id": "NP_001395433.1",
          "transcript_support_level": null,
          "aa_start": 272,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 816,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408504.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.810_813dupCCCT",
          "hgvs_p": "p.Ile272fs",
          "transcript": "NM_001408505.1",
          "protein_id": "NP_001395434.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 670,
          "cds_start": 813,
          "cds_end": null,
          "cds_length": 2013,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408505.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.753_756dupCCCT",
          "hgvs_p": "p.Ile253fs",
          "transcript": "NM_001408506.1",
          "protein_id": "NP_001395435.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 756,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408506.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.750_753dupCCCT",
          "hgvs_p": "p.Ile252fs",
          "transcript": "NM_001408507.1",
          "protein_id": "NP_001395436.1",
          "transcript_support_level": null,
          "aa_start": 251,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 753,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408507.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.741_744dupCCCT",
          "hgvs_p": "p.Ile249fs",
          "transcript": "NM_001408508.1",
          "protein_id": "NP_001395437.1",
          "transcript_support_level": null,
          "aa_start": 248,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 744,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408508.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.738_741dupCCCT",
          "hgvs_p": "p.Ile248fs",
          "transcript": "NM_001408509.1",
          "protein_id": "NP_001395438.1",
          "transcript_support_level": null,
          "aa_start": 247,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 741,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408509.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.699_702dupCCCT",
          "hgvs_p": "p.Ile235fs",
          "transcript": "NM_001408510.1",
          "protein_id": "NP_001395439.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": 702,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408510.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.696_699dupCCCT",
          "hgvs_p": "p.Ile234fs",
          "transcript": "NM_001408511.1",
          "protein_id": "NP_001395440.1",
          "transcript_support_level": null,
          "aa_start": 233,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 699,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408511.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.576_579dupCCCT",
          "hgvs_p": "p.Ile194fs",
          "transcript": "NM_001408512.1",
          "protein_id": "NP_001395441.1",
          "transcript_support_level": null,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 579,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408512.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "PP?",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.996_999dupCCCT",
          "hgvs_p": "p.Ile334fs",
          "transcript": "ENST00000700182.1",
          "protein_id": "ENSP00000514849.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 999,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700182.1"
        },
        {
          "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": 20,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.4214-5345_4214-5342dupCCCT",
          "hgvs_p": null,
          "transcript": "NM_001407964.1",
          "protein_id": "NP_001394893.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1709,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001407964.1"
        },
        {
          "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": 22,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.836-5345_836-5342dupCCCT",
          "hgvs_p": null,
          "transcript": "NM_001408513.1",
          "protein_id": "NP_001395442.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408513.1"
        },
        {
          "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": 19,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "c.838+5821_838+5824dupCCCT",
          "hgvs_p": null,
          "transcript": "NM_001408514.1",
          "protein_id": "NP_001395443.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001408514.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRCA1",
          "gene_hgnc_id": 1100,
          "hgvs_c": "n.280_283dupCCCT",
          "hgvs_p": null,
          "transcript": "ENST00000621897.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000621897.1"
        }
      ],
      "gene_symbol": "BRCA1",
      "gene_hgnc_id": 1100,
      "dbsnp": "rs879255282",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "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": 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": 2.174,
      "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": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001407581.1",
          "gene_symbol": "BRCA1",
          "hgnc_id": 1100,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.4455_4458dupCCCT",
          "hgvs_p": "p.Ile1487fs"
        }
      ],
      "clinvar_disease": " 1, familial, susceptibility to,Breast-ovarian cancer",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "reviewed by expert panel",
      "clinvar_submissions_summary": "P:3",
      "phenotype_combined": "Breast-ovarian cancer, familial, susceptibility to, 1",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}