← 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-39724733-A-ACGTGATGGCTTC (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 39724733,
      "ref": "A",
      "alt": "ACGTGATGGCTTC",
      "effect": "conservative_inframe_insertion",
      "transcript": "NM_001382784.1",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "NM_004448.4",
          "protein_id": "NP_004439.2",
          "transcript_support_level": null,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000269571.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004448.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "ENST00000269571.10",
          "protein_id": "ENSP00000269571.4",
          "transcript_support_level": 1,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1255,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3768,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_004448.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000269571.10"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "ENST00000584450.5",
          "protein_id": "ENSP00000463714.1",
          "transcript_support_level": 1,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1055,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3168,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000584450.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "n.*2115_*2116insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "ENST00000578373.5",
          "protein_id": "ENSP00000463427.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": "ENST00000578373.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "n.*2115_*2116insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "ENST00000578373.5",
          "protein_id": "ENSP00000463427.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": "ENST00000578373.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2442_2443insTCCGTGATGGCT",
          "hgvs_p": "p.Ala814_Gly815insSerValMetAla",
          "transcript": "NM_001382784.1",
          "protein_id": "NP_001369713.1",
          "transcript_support_level": null,
          "aa_start": 815,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 2443,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382784.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2442_2443insTCCGTGATGGCT",
          "hgvs_p": "p.Ala814_Gly815insSerValMetAla",
          "transcript": "ENST00000578502.2",
          "protein_id": "ENSP00000464420.2",
          "transcript_support_level": 5,
          "aa_start": 815,
          "aa_end": null,
          "aa_length": 1294,
          "cds_start": 2443,
          "cds_end": null,
          "cds_length": 3885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000578502.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2427_2428insTCCGTGATGGCT",
          "hgvs_p": "p.Ala809_Gly810insSerValMetAla",
          "transcript": "NM_001382785.1",
          "protein_id": "NP_001369714.1",
          "transcript_support_level": null,
          "aa_start": 810,
          "aa_end": null,
          "aa_length": 1289,
          "cds_start": 2428,
          "cds_end": null,
          "cds_length": 3870,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382785.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2427_2428insTCCGTGATGGCT",
          "hgvs_p": "p.Ala809_Gly810insSerValMetAla",
          "transcript": "ENST00000938924.1",
          "protein_id": "ENSP00000608983.1",
          "transcript_support_level": null,
          "aa_start": 810,
          "aa_end": null,
          "aa_length": 1289,
          "cds_start": 2428,
          "cds_end": null,
          "cds_length": 3870,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938924.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2406_2407insTCCGTGATGGCT",
          "hgvs_p": "p.Ala802_Gly803insSerValMetAla",
          "transcript": "NM_001382786.1",
          "protein_id": "NP_001369715.1",
          "transcript_support_level": null,
          "aa_start": 803,
          "aa_end": null,
          "aa_length": 1282,
          "cds_start": 2407,
          "cds_end": null,
          "cds_length": 3849,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382786.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2400_2401insTCCGTGATGGCT",
          "hgvs_p": "p.Ala800_Gly801insSerValMetAla",
          "transcript": "NM_001382787.1",
          "protein_id": "NP_001369716.1",
          "transcript_support_level": null,
          "aa_start": 801,
          "aa_end": null,
          "aa_length": 1280,
          "cds_start": 2401,
          "cds_end": null,
          "cds_length": 3843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382787.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2358_2359insTCCGTGATGGCT",
          "hgvs_p": "p.Ala786_Gly787insSerValMetAla",
          "transcript": "ENST00000959774.1",
          "protein_id": "ENSP00000629833.1",
          "transcript_support_level": null,
          "aa_start": 787,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 2359,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959774.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2355_2356insTCCGTGATGGCT",
          "hgvs_p": "p.Ala785_Gly786insSerValMetAla",
          "transcript": "NM_001382788.1",
          "protein_id": "NP_001369717.1",
          "transcript_support_level": null,
          "aa_start": 786,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2356,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382788.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2355_2356insTCCGTGATGGCT",
          "hgvs_p": "p.Ala785_Gly786insSerValMetAla",
          "transcript": "ENST00000863103.1",
          "protein_id": "ENSP00000533162.1",
          "transcript_support_level": null,
          "aa_start": 786,
          "aa_end": null,
          "aa_length": 1265,
          "cds_start": 2356,
          "cds_end": null,
          "cds_length": 3798,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863103.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2346_2347insTCCGTGATGGCT",
          "hgvs_p": "p.Ala782_Gly783insSerValMetAla",
          "transcript": "NM_001382789.1",
          "protein_id": "NP_001369718.1",
          "transcript_support_level": null,
          "aa_start": 783,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": 2347,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382789.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2322_2323insTCCGTGATGGCT",
          "hgvs_p": "p.Ala774_Gly775insSerValMetAla",
          "transcript": "NM_001382790.1",
          "protein_id": "NP_001369719.1",
          "transcript_support_level": null,
          "aa_start": 775,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 2323,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382790.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2316_2317insTCCGTGATGGCT",
          "hgvs_p": "p.Ala772_Gly773insSerValMetAla",
          "transcript": "NM_001382791.1",
          "protein_id": "NP_001369720.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2317,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382791.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2316_2317insTCCGTGATGGCT",
          "hgvs_p": "p.Ala772_Gly773insSerValMetAla",
          "transcript": "ENST00000863096.1",
          "protein_id": "ENSP00000533155.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2317,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863096.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2295_2296insTCCGTGATGGCT",
          "hgvs_p": "p.Ala765_Gly766insSerValMetAla",
          "transcript": "ENST00000863097.1",
          "protein_id": "ENSP00000533156.1",
          "transcript_support_level": null,
          "aa_start": 766,
          "aa_end": null,
          "aa_length": 1245,
          "cds_start": 2296,
          "cds_end": null,
          "cds_length": 3738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863097.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2289_2290insTCCGTGATGGCT",
          "hgvs_p": "p.Ala763_Gly764insSerValMetAla",
          "transcript": "NM_001382792.1",
          "protein_id": "NP_001369721.1",
          "transcript_support_level": null,
          "aa_start": 764,
          "aa_end": null,
          "aa_length": 1243,
          "cds_start": 2290,
          "cds_end": null,
          "cds_length": 3732,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382792.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2283_2284insTCCGTGATGGCT",
          "hgvs_p": "p.Ala761_Gly762insSerValMetAla",
          "transcript": "NM_001382793.1",
          "protein_id": "NP_001369722.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382793.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2283_2284insTCCGTGATGGCT",
          "hgvs_p": "p.Ala761_Gly762insSerValMetAla",
          "transcript": "NM_001382794.1",
          "protein_id": "NP_001369723.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382794.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2283_2284insTCCGTGATGGCT",
          "hgvs_p": "p.Ala761_Gly762insSerValMetAla",
          "transcript": "ENST00000863098.1",
          "protein_id": "ENSP00000533157.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863098.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2283_2284insTCCGTGATGGCT",
          "hgvs_p": "p.Ala761_Gly762insSerValMetAla",
          "transcript": "ENST00000863101.1",
          "protein_id": "ENSP00000533160.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1241,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863101.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2280_2281insTCCGTGATGGCT",
          "hgvs_p": "p.Ala760_Gly761insSerValMetAla",
          "transcript": "NM_001289936.2",
          "protein_id": "NP_001276865.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 2281,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289936.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2277_2278insTCCGTGATGGCT",
          "hgvs_p": "p.Ala759_Gly760insSerValMetAla",
          "transcript": "NM_001382795.1",
          "protein_id": "NP_001369724.1",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1239,
          "cds_start": 2278,
          "cds_end": null,
          "cds_length": 3720,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382795.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2241_2242insTCCGTGATGGCT",
          "hgvs_p": "p.Ala747_Gly748insSerValMetAla",
          "transcript": "ENST00000863102.1",
          "protein_id": "ENSP00000533161.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 1227,
          "cds_start": 2242,
          "cds_end": null,
          "cds_length": 3684,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863102.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "NM_001382796.1",
          "protein_id": "NP_001369725.1",
          "transcript_support_level": null,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1226,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3681,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382796.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2235_2236insTCCGTGATGGCT",
          "hgvs_p": "p.Ala745_Gly746insSerValMetAla",
          "transcript": "NM_001005862.3",
          "protein_id": "NP_001005862.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005862.3"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2235_2236insTCCGTGATGGCT",
          "hgvs_p": "p.Ala745_Gly746insSerValMetAla",
          "transcript": "NM_001382782.1",
          "protein_id": "NP_001369711.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382782.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2235_2236insTCCGTGATGGCT",
          "hgvs_p": "p.Ala745_Gly746insSerValMetAla",
          "transcript": "NM_001382783.1",
          "protein_id": "NP_001369712.1",
          "transcript_support_level": null,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382783.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2235_2236insTCCGTGATGGCT",
          "hgvs_p": "p.Ala745_Gly746insSerValMetAla",
          "transcript": "ENST00000584601.5",
          "protein_id": "ENSP00000462438.1",
          "transcript_support_level": 2,
          "aa_start": 746,
          "aa_end": null,
          "aa_length": 1225,
          "cds_start": 2236,
          "cds_end": null,
          "cds_length": 3678,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000584601.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2226_2227insTCCGTGATGGCT",
          "hgvs_p": "p.Ala742_Gly743insSerValMetAla",
          "transcript": "NM_001382797.1",
          "protein_id": "NP_001369726.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382797.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2226_2227insTCCGTGATGGCT",
          "hgvs_p": "p.Ala742_Gly743insSerValMetAla",
          "transcript": "ENST00000863099.1",
          "protein_id": "ENSP00000533158.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 1222,
          "cds_start": 2227,
          "cds_end": null,
          "cds_length": 3669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863099.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "NM_001382798.1",
          "protein_id": "NP_001369727.1",
          "transcript_support_level": null,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1203,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3612,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382798.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2145_2146insTCCGTGATGGCT",
          "hgvs_p": "p.Ala715_Gly716insSerValMetAla",
          "transcript": "NM_001382799.1",
          "protein_id": "NP_001369728.1",
          "transcript_support_level": null,
          "aa_start": 716,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": 2146,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382799.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2277_2278insTCCGTGATGGCT",
          "hgvs_p": "p.Ala759_Gly760insSerValMetAla",
          "transcript": "NM_001382801.1",
          "protein_id": "NP_001369730.1",
          "transcript_support_level": null,
          "aa_start": 760,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": 2278,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382801.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2067_2068insTCCGTGATGGCT",
          "hgvs_p": "p.Ala689_Gly690insSerValMetAla",
          "transcript": "NM_001382802.1",
          "protein_id": "NP_001369731.1",
          "transcript_support_level": null,
          "aa_start": 690,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 2068,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382802.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2067_2068insTCCGTGATGGCT",
          "hgvs_p": "p.Ala689_Gly690insSerValMetAla",
          "transcript": "ENST00000863100.1",
          "protein_id": "ENSP00000533159.1",
          "transcript_support_level": null,
          "aa_start": 690,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 2068,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863100.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1977_1978insTCCGTGATGGCT",
          "hgvs_p": "p.Ala659_Gly660insSerValMetAla",
          "transcript": "ENST00000959775.1",
          "protein_id": "ENSP00000629834.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 1978,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959775.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1968_1969insTCCGTGATGGCT",
          "hgvs_p": "p.Ala656_Gly657insSerValMetAla",
          "transcript": "ENST00000938925.1",
          "protein_id": "ENSP00000608984.1",
          "transcript_support_level": null,
          "aa_start": 657,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 1969,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938925.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1893_1894insTCCGTGATGGCT",
          "hgvs_p": "p.Ala631_Gly632insSerValMetAla",
          "transcript": "ENST00000863095.1",
          "protein_id": "ENSP00000533154.1",
          "transcript_support_level": null,
          "aa_start": 632,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": 1894,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000863095.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2325_2326insTCCGTGATGGCT",
          "hgvs_p": "p.Ala775_Gly776insSerValMetAla",
          "transcript": "NM_001289937.2",
          "protein_id": "NP_001276866.1",
          "transcript_support_level": null,
          "aa_start": 776,
          "aa_end": null,
          "aa_length": 1055,
          "cds_start": 2326,
          "cds_end": null,
          "cds_length": 3168,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289937.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2283_2284insTCCGTGATGGCT",
          "hgvs_p": "p.Ala761_Gly762insSerValMetAla",
          "transcript": "NM_001382803.1",
          "protein_id": "NP_001369732.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382803.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1497_1498insTCCGTGATGGCT",
          "hgvs_p": "p.Ala499_Gly500insSerValMetAla",
          "transcript": "NM_001382804.1",
          "protein_id": "NP_001369733.1",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382804.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1497_1498insTCCGTGATGGCT",
          "hgvs_p": "p.Ala499_Gly500insSerValMetAla",
          "transcript": "ENST00000445658.7",
          "protein_id": "ENSP00000404047.2",
          "transcript_support_level": 2,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000445658.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.1287_1288insTCCGTGATGGCT",
          "hgvs_p": "p.Ala429_Gly430insSerValMetAla",
          "transcript": "NM_001382806.1",
          "protein_id": "NP_001369735.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382806.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.429_430insTCCGTGATGGCT",
          "hgvs_p": "p.Ala143_Gly144insSerValMetAla",
          "transcript": "ENST00000580074.1",
          "protein_id": "ENSP00000463002.1",
          "transcript_support_level": 3,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000580074.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "SVMAG",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "conservative_inframe_insertion"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2280_2281insTCCGTGATGGCT",
          "hgvs_p": "p.Ala760_Gly761insSerValMetAla",
          "transcript": "XM_047435590.1",
          "protein_id": "XP_047291546.1",
          "transcript_support_level": null,
          "aa_start": 761,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 2281,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047435590.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2308-306_2308-305insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "NM_001382800.1",
          "protein_id": "NP_001369729.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382800.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2308-306_2308-305insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "ENST00000938923.1",
          "protein_id": "ENSP00000608982.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1193,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3582,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938923.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "c.2208+1083_2208+1084insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "NM_001382805.1",
          "protein_id": "NP_001369734.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382805.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "n.3459_3460insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "ENST00000583038.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": "retained_intron",
          "feature": "ENST00000583038.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ERBB2",
          "gene_hgnc_id": 3430,
          "hgvs_c": "n.2563_2564insTCCGTGATGGCT",
          "hgvs_p": null,
          "transcript": "NR_110535.2",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "NR_110535.2"
        }
      ],
      "gene_symbol": "ERBB2",
      "gene_hgnc_id": 3430,
      "dbsnp": "rs1555618025",
      "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": -0.923,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM4",
            "PP5_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001382784.1",
          "gene_symbol": "ERBB2",
          "hgnc_id": 3430,
          "effects": [
            "conservative_inframe_insertion"
          ],
          "inheritance_mode": "Unknown,AD",
          "hgvs_c": "c.2442_2443insTCCGTGATGGCT",
          "hgvs_p": "p.Ala814_Gly815insSerValMetAla"
        }
      ],
      "clinvar_disease": "Non-small cell lung carcinoma",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LP:1",
      "phenotype_combined": "Non-small cell lung carcinoma",
      "pathogenicity_classification_combined": "Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}