← 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: 5-112841090-TAGAGTC-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM4",
            "BP6"
          ],
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "gene_symbol": "APC",
          "hgnc_id": 583,
          "hgvs_c": "c.5585_5590delTCAGAG",
          "hgvs_p": "p.Val1862_Arg1863del",
          "inheritance_mode": "AD,AR",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_001407446.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP6"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000258864",
          "hgnc_id": null,
          "hgvs_c": "n.228+12123_228+12128delTCAGAG",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "ENST00000520401.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4,BP6",
      "acmg_score": 1,
      "allele_count_reference_population": 38,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "5",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Classic or attenuated familial adenomatous polyposis,Familial adenomatous polyposis 1,Hereditary cancer-predisposing syndrome,not provided,not specified",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:9 LB:2 O:1",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10704,
          "cdna_start": 5560,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_000038.6",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000257430.9",
          "protein_coding": true,
          "protein_id": "NP_000029.2",
          "strand": true,
          "transcript": "NM_000038.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 10704,
          "cdna_start": 5560,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000257430.9",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000038.6",
          "protein_coding": true,
          "protein_id": "ENSP00000257430.4",
          "strand": true,
          "transcript": "ENST00000257430.9",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10619,
          "cdna_start": 5658,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000508376.6",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427089.2",
          "strand": true,
          "transcript": "ENST00000508376.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7406,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000508624.5",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4823_*4828delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424265.1",
          "strand": true,
          "transcript": "ENST00000508624.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7406,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000508624.5",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4823_*4828delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424265.1",
          "strand": true,
          "transcript": "ENST00000508624.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 694,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000520401.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000258864",
          "hgvs_c": "n.228+12123_228+12128delTCAGAG",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000454861.1",
          "strand": true,
          "transcript": "ENST00000520401.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2871,
          "aa_ref": "VRG",
          "aa_start": 1862,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10949,
          "cdna_start": 5805,
          "cds_end": null,
          "cds_length": 8616,
          "cds_start": 5585,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001407446.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5585_5590delTCAGAG",
          "hgvs_p": "p.Val1862_Arg1863del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394375.1",
          "strand": true,
          "transcript": "NM_001407446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10758,
          "cdna_start": 5614,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001354896.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341825.1",
          "strand": true,
          "transcript": "NM_001354896.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11102,
          "cdna_start": 5958,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407447.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394376.1",
          "strand": true,
          "transcript": "NM_001407447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10869,
          "cdna_start": 5725,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407448.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394377.1",
          "strand": true,
          "transcript": "NM_001407448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10866,
          "cdna_start": 5722,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001407449.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394378.1",
          "strand": true,
          "transcript": "NM_001407449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9496,
          "cdna_start": 5611,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000504915.3",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000473355.2",
          "strand": true,
          "transcript": "ENST00000504915.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2861,
          "aa_ref": "VRG",
          "aa_start": 1852,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9766,
          "cdna_start": 5725,
          "cds_end": null,
          "cds_length": 8586,
          "cds_start": 5555,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000951167.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5555_5560delTCAGAG",
          "hgvs_p": "p.Val1852_Arg1853del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621226.1",
          "strand": true,
          "transcript": "ENST00000951167.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2853,
          "aa_ref": "VRG",
          "aa_start": 1844,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10895,
          "cdna_start": 5751,
          "cds_end": null,
          "cds_length": 8562,
          "cds_start": 5531,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001354897.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5531_5536delTCAGAG",
          "hgvs_p": "p.Val1844_Arg1845del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341826.1",
          "strand": true,
          "transcript": "NM_001354897.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10812,
          "cdna_start": 5668,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001127510.3",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001120982.1",
          "strand": true,
          "transcript": "NM_001127510.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11048,
          "cdna_start": 5904,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001354895.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341824.1",
          "strand": true,
          "transcript": "NM_001354895.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10815,
          "cdna_start": 5671,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001407450.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394379.1",
          "strand": true,
          "transcript": "NM_001407450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10616,
          "cdna_start": 5651,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000509732.6",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426541.2",
          "strand": true,
          "transcript": "ENST00000509732.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2843,
          "aa_ref": "VRG",
          "aa_start": 1834,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9737,
          "cdna_start": 5852,
          "cds_end": null,
          "cds_length": 8532,
          "cds_start": 5501,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000512211.7",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5501_5506delTCAGAG",
          "hgvs_p": "p.Val1834_Arg1835del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423828.3",
          "strand": true,
          "transcript": "ENST00000512211.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2836,
          "aa_ref": "VRG",
          "aa_start": 1827,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10713,
          "cdna_start": 5569,
          "cds_end": null,
          "cds_length": 8511,
          "cds_start": 5480,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407451.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5480_5485delTCAGAG",
          "hgvs_p": "p.Val1827_Arg1828del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394380.1",
          "strand": true,
          "transcript": "NM_001407451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2833,
          "aa_ref": "VRG",
          "aa_start": 1824,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11018,
          "cdna_start": 5874,
          "cds_end": null,
          "cds_length": 8502,
          "cds_start": 5471,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001407452.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5471_5476delTCAGAG",
          "hgvs_p": "p.Val1824_Arg1825del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394381.1",
          "strand": true,
          "transcript": "NM_001407452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2825,
          "aa_ref": "VRG",
          "aa_start": 1816,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10811,
          "cdna_start": 5667,
          "cds_end": null,
          "cds_length": 8478,
          "cds_start": 5447,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001127511.3",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5447_5452delTCAGAG",
          "hgvs_p": "p.Val1816_Arg1817del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001120983.2",
          "strand": true,
          "transcript": "NM_001127511.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2825,
          "aa_ref": "VRG",
          "aa_start": 1816,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8674,
          "cdna_start": 5643,
          "cds_end": null,
          "cds_length": 8478,
          "cds_start": 5447,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000507379.6",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5447_5452delTCAGAG",
          "hgvs_p": "p.Val1816_Arg1817del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000423224.2",
          "strand": true,
          "transcript": "ENST00000507379.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2818,
          "aa_ref": "VRG",
          "aa_start": 1809,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10659,
          "cdna_start": 5515,
          "cds_end": null,
          "cds_length": 8457,
          "cds_start": 5426,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001354898.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5426_5431delTCAGAG",
          "hgvs_p": "p.Val1809_Arg1810del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341827.1",
          "strand": true,
          "transcript": "NM_001354898.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2815,
          "aa_ref": "VRG",
          "aa_start": 1806,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10620,
          "cdna_start": 5476,
          "cds_end": null,
          "cds_length": 8448,
          "cds_start": 5417,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001354899.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5417_5422delTCAGAG",
          "hgvs_p": "p.Val1806_Arg1807del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341828.1",
          "strand": true,
          "transcript": "NM_001354899.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2802,
          "aa_ref": "VRG",
          "aa_start": 1793,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10605,
          "cdna_start": 5461,
          "cds_end": null,
          "cds_length": 8409,
          "cds_start": 5378,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001354900.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5378_5383delTCAGAG",
          "hgvs_p": "p.Val1793_Arg1794del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341829.1",
          "strand": true,
          "transcript": "NM_001354900.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2784,
          "aa_ref": "VRG",
          "aa_start": 1775,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10551,
          "cdna_start": 5407,
          "cds_end": null,
          "cds_length": 8355,
          "cds_start": 5324,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001354901.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5324_5329delTCAGAG",
          "hgvs_p": "p.Val1775_Arg1776del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341830.1",
          "strand": true,
          "transcript": "NM_001354901.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2784,
          "aa_ref": "VRG",
          "aa_start": 1775,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10662,
          "cdna_start": 5518,
          "cds_end": null,
          "cds_length": 8355,
          "cds_start": 5324,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001407453.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5324_5329delTCAGAG",
          "hgvs_p": "p.Val1775_Arg1776del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394382.1",
          "strand": true,
          "transcript": "NM_001407453.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2760,
          "aa_ref": "VRG",
          "aa_start": 1751,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10455,
          "cdna_start": 5311,
          "cds_end": null,
          "cds_length": 8283,
          "cds_start": 5252,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407454.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5252_5257delTCAGAG",
          "hgvs_p": "p.Val1751_Arg1752del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394383.1",
          "strand": true,
          "transcript": "NM_001407454.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2760,
          "aa_ref": "VRG",
          "aa_start": 1751,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10563,
          "cdna_start": 5419,
          "cds_end": null,
          "cds_length": 8283,
          "cds_start": 5252,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001407455.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5252_5257delTCAGAG",
          "hgvs_p": "p.Val1751_Arg1752del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394384.1",
          "strand": true,
          "transcript": "NM_001407455.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2760,
          "aa_ref": "VRG",
          "aa_start": 1751,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10799,
          "cdna_start": 5655,
          "cds_end": null,
          "cds_length": 8283,
          "cds_start": 5252,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407456.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5252_5257delTCAGAG",
          "hgvs_p": "p.Val1751_Arg1752del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394385.1",
          "strand": true,
          "transcript": "NM_001407456.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2760,
          "aa_ref": "VRG",
          "aa_start": 1751,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10566,
          "cdna_start": 5422,
          "cds_end": null,
          "cds_length": 8283,
          "cds_start": 5252,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407457.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5252_5257delTCAGAG",
          "hgvs_p": "p.Val1751_Arg1752del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394386.1",
          "strand": true,
          "transcript": "NM_001407457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2752,
          "aa_ref": "VRG",
          "aa_start": 1743,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10592,
          "cdna_start": 5448,
          "cds_end": null,
          "cds_length": 8259,
          "cds_start": 5228,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001354902.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5228_5233delTCAGAG",
          "hgvs_p": "p.Val1743_Arg1744del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341831.1",
          "strand": true,
          "transcript": "NM_001354902.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10401,
          "cdna_start": 5257,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001354903.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341832.1",
          "strand": true,
          "transcript": "NM_001354903.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10512,
          "cdna_start": 5368,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001407458.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394387.1",
          "strand": true,
          "transcript": "NM_001407458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10509,
          "cdna_start": 5365,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407459.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394388.1",
          "strand": true,
          "transcript": "NM_001407459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10745,
          "cdna_start": 5601,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001407460.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394389.1",
          "strand": true,
          "transcript": "NM_001407460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9398,
          "cdna_start": 5343,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000917934.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587993.1",
          "strand": true,
          "transcript": "ENST00000917934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2742,
          "aa_ref": "VRG",
          "aa_start": 1733,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9248,
          "cdna_start": 5261,
          "cds_end": null,
          "cds_length": 8229,
          "cds_start": 5198,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000917935.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5198_5203delTCAGAG",
          "hgvs_p": "p.Val1733_Arg1734del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000587994.1",
          "strand": true,
          "transcript": "ENST00000917935.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2737,
          "aa_ref": "VRG",
          "aa_start": 1728,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9148,
          "cdna_start": 5263,
          "cds_end": null,
          "cds_length": 8214,
          "cds_start": 5183,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000713639.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5183_5188delTCAGAG",
          "hgvs_p": "p.Val1728_Arg1729del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518940.1",
          "strand": true,
          "transcript": "ENST00000713639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2717,
          "aa_ref": "VRG",
          "aa_start": 1708,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10356,
          "cdna_start": 5212,
          "cds_end": null,
          "cds_length": 8154,
          "cds_start": 5123,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001354904.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5123_5128delTCAGAG",
          "hgvs_p": "p.Val1708_Arg1709del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341833.1",
          "strand": true,
          "transcript": "NM_001354904.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2714,
          "aa_ref": "VRG",
          "aa_start": 1705,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10317,
          "cdna_start": 5173,
          "cds_end": null,
          "cds_length": 8145,
          "cds_start": 5114,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001407467.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5114_5119delTCAGAG",
          "hgvs_p": "p.Val1705_Arg1706del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394396.1",
          "strand": true,
          "transcript": "NM_001407467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2714,
          "aa_ref": "VRG",
          "aa_start": 1705,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10661,
          "cdna_start": 5517,
          "cds_end": null,
          "cds_length": 8145,
          "cds_start": 5114,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001407469.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5114_5119delTCAGAG",
          "hgvs_p": "p.Val1705_Arg1706del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394398.1",
          "strand": true,
          "transcript": "NM_001407469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2683,
          "aa_ref": "VRG",
          "aa_start": 1674,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10248,
          "cdna_start": 5104,
          "cds_end": null,
          "cds_length": 8052,
          "cds_start": 5021,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001354905.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.5021_5026delTCAGAG",
          "hgvs_p": "p.Val1674_Arg1675del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341834.1",
          "strand": true,
          "transcript": "NM_001354905.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2560,
          "aa_ref": "VRG",
          "aa_start": 1551,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10890,
          "cdna_start": 5746,
          "cds_end": null,
          "cds_length": 7683,
          "cds_start": 4652,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001354906.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.4652_4657delTCAGAG",
          "hgvs_p": "p.Val1551_Arg1552del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341835.1",
          "strand": true,
          "transcript": "NM_001354906.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2560,
          "aa_ref": "VRG",
          "aa_start": 1551,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11234,
          "cdna_start": 6090,
          "cds_end": null,
          "cds_length": 7683,
          "cds_start": 4652,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407470.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.4652_4657delTCAGAG",
          "hgvs_p": "p.Val1551_Arg1552del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394399.1",
          "strand": true,
          "transcript": "NM_001407470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2459,
          "aa_ref": "VRG",
          "aa_start": 1450,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10587,
          "cdna_start": 5443,
          "cds_end": null,
          "cds_length": 7380,
          "cds_start": 4349,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407471.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.4349_4354delTCAGAG",
          "hgvs_p": "p.Val1450_Arg1451del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394400.1",
          "strand": true,
          "transcript": "NM_001407471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "G",
          "aa_end": null,
          "aa_length": 2459,
          "aa_ref": "VRG",
          "aa_start": 1450,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10931,
          "cdna_start": 5787,
          "cds_end": null,
          "cds_length": 7380,
          "cds_start": 4349,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001407472.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.4349_4354delTCAGAG",
          "hgvs_p": "p.Val1450_Arg1451del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001394401.1",
          "strand": true,
          "transcript": "NM_001407472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 600,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8702,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1803,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000713638.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "c.*3483_*3488delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518939.1",
          "strand": true,
          "transcript": "ENST00000713638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10920,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000505350.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*5507_*5512delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000481752.1",
          "strand": true,
          "transcript": "ENST00000505350.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000713636.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4768_*4773delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518937.1",
          "strand": true,
          "transcript": "ENST00000713636.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9219,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000713637.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4990_*4995delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518938.1",
          "strand": true,
          "transcript": "ENST00000713637.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10480,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "NR_176365.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.5336_5341delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176365.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10899,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NR_176366.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.5755_5760delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_176366.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10920,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000505350.2",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*5507_*5512delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000481752.1",
          "strand": true,
          "transcript": "ENST00000505350.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000713636.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4768_*4773delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518937.1",
          "strand": true,
          "transcript": "ENST00000713636.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9219,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000713637.1",
          "gene_hgnc_id": 583,
          "gene_symbol": "APC",
          "hgvs_c": "n.*4990_*4995delTCAGAG",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000518938.1",
          "strand": true,
          "transcript": "ENST00000713637.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs587778029",
      "effect": "disruptive_inframe_deletion",
      "frequency_reference_population": 0.000023560222,
      "gene_hgnc_id": 583,
      "gene_symbol": "APC",
      "gnomad_exomes_ac": 32,
      "gnomad_exomes_af": 0.0000219085,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 6,
      "gnomad_genomes_af": 0.0000394037,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "not specified|Hereditary cancer-predisposing syndrome|not provided|Familial adenomatous polyposis 1|Classic or attenuated familial adenomatous polyposis",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.384,
      "pos": 112841090,
      "ref": "TAGAGTC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001407446.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.