← 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: 10-43114710-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 43114710,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_020975.6",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_020975.6",
          "protein_id": "NP_066124.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 5617,
          "mane_select": "ENST00000355710.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "ENST00000355710.8",
          "protein_id": "ENSP00000347942.3",
          "transcript_support_level": 5,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 5617,
          "mane_select": "NM_020975.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "ENST00000340058.6",
          "protein_id": "ENSP00000344798.4",
          "transcript_support_level": 1,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 4159,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_001406743.1",
          "protein_id": "NP_001393672.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 4385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_001406744.1",
          "protein_id": "NP_001393673.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1106,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3321,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 4211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_001406759.1",
          "protein_id": "NP_001393688.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1094,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3285,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 5557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_001406760.1",
          "protein_id": "NP_001393689.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1094,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3285,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 4325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile",
          "transcript": "NM_020630.7",
          "protein_id": "NP_065681.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": 2300,
          "cdna_end": null,
          "cdna_length": 7006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1981G>A",
          "hgvs_p": "p.Val661Ile",
          "transcript": "NM_001406761.1",
          "protein_id": "NP_001393690.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 1981,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 2171,
          "cdna_end": null,
          "cdna_length": 4256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1981G>A",
          "hgvs_p": "p.Val661Ile",
          "transcript": "NM_001406762.1",
          "protein_id": "NP_001393691.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 1071,
          "cds_start": 1981,
          "cds_end": null,
          "cds_length": 3216,
          "cdna_start": 2171,
          "cdna_end": null,
          "cdna_length": 5488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1975G>A",
          "hgvs_p": "p.Val659Ile",
          "transcript": "NM_001406763.1",
          "protein_id": "NP_001393692.1",
          "transcript_support_level": null,
          "aa_start": 659,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": 1975,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 5482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1981G>A",
          "hgvs_p": "p.Val661Ile",
          "transcript": "NM_001406764.1",
          "protein_id": "NP_001393693.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 1981,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": 2171,
          "cdna_end": null,
          "cdna_length": 6877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1975G>A",
          "hgvs_p": "p.Val659Ile",
          "transcript": "NM_001406765.1",
          "protein_id": "NP_001393694.1",
          "transcript_support_level": null,
          "aa_start": 659,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": 1975,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 6871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Val608Ile",
          "transcript": "NM_001406766.1",
          "protein_id": "NP_001393695.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 1822,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 2012,
          "cdna_end": null,
          "cdna_length": 5329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Val608Ile",
          "transcript": "NM_001406767.1",
          "protein_id": "NP_001393696.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 1822,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": 2012,
          "cdna_end": null,
          "cdna_length": 4097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1846G>A",
          "hgvs_p": "p.Val616Ile",
          "transcript": "NM_001406768.1",
          "protein_id": "NP_001393697.1",
          "transcript_support_level": null,
          "aa_start": 616,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 1846,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": 2036,
          "cdna_end": null,
          "cdna_length": 6742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1846G>A",
          "hgvs_p": "p.Val616Ile",
          "transcript": "ENST00000713926.1",
          "protein_id": "ENSP00000519223.1",
          "transcript_support_level": null,
          "aa_start": 616,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 1846,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": 2037,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1714G>A",
          "hgvs_p": "p.Val572Ile",
          "transcript": "NM_001406769.1",
          "protein_id": "NP_001393698.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 982,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2949,
          "cdna_start": 1904,
          "cdna_end": null,
          "cdna_length": 3989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1822G>A",
          "hgvs_p": "p.Val608Ile",
          "transcript": "NM_001406770.1",
          "protein_id": "NP_001393699.1",
          "transcript_support_level": null,
          "aa_start": 608,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": 1822,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": 2012,
          "cdna_end": null,
          "cdna_length": 6718,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1672G>A",
          "hgvs_p": "p.Val558Ile",
          "transcript": "NM_001406771.1",
          "protein_id": "NP_001393700.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 968,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2907,
          "cdna_start": 1862,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1714G>A",
          "hgvs_p": "p.Val572Ile",
          "transcript": "NM_001406772.1",
          "protein_id": "NP_001393701.1",
          "transcript_support_level": null,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2823,
          "cdna_start": 1904,
          "cdna_end": null,
          "cdna_length": 6610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1714G>A",
          "hgvs_p": "p.Val572Ile",
          "transcript": "ENST00000615310.5",
          "protein_id": "ENSP00000480088.2",
          "transcript_support_level": 5,
          "aa_start": 572,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 1714,
          "cds_end": null,
          "cds_length": 2823,
          "cdna_start": 1887,
          "cdna_end": null,
          "cdna_length": 6513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1672G>A",
          "hgvs_p": "p.Val558Ile",
          "transcript": "NM_001406773.1",
          "protein_id": "NP_001393702.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 1672,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": 1862,
          "cdna_end": null,
          "cdna_length": 6568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1585G>A",
          "hgvs_p": "p.Val529Ile",
          "transcript": "NM_001406774.1",
          "protein_id": "NP_001393703.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 897,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 2694,
          "cdna_start": 1775,
          "cdna_end": null,
          "cdna_length": 6481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1384G>A",
          "hgvs_p": "p.Val462Ile",
          "transcript": "NM_001406775.1",
          "protein_id": "NP_001393704.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 4891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1384G>A",
          "hgvs_p": "p.Val462Ile",
          "transcript": "NM_001406776.1",
          "protein_id": "NP_001393705.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 3485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1384G>A",
          "hgvs_p": "p.Val462Ile",
          "transcript": "NM_001406777.1",
          "protein_id": "NP_001393706.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 4831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1384G>A",
          "hgvs_p": "p.Val462Ile",
          "transcript": "NM_001406778.1",
          "protein_id": "NP_001393707.1",
          "transcript_support_level": null,
          "aa_start": 462,
          "aa_end": null,
          "aa_length": 830,
          "cds_start": 1384,
          "cds_end": null,
          "cds_length": 2493,
          "cdna_start": 1574,
          "cdna_end": null,
          "cdna_length": 6280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1348G>A",
          "hgvs_p": "p.Val450Ile",
          "transcript": "NM_001355216.2",
          "protein_id": "NP_001342145.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 1348,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 1672,
          "cdna_end": null,
          "cdna_length": 6378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Ile",
          "transcript": "NM_001406779.1",
          "protein_id": "NP_001393708.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 3488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Ile",
          "transcript": "NM_001406780.1",
          "protein_id": "NP_001393709.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 4720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Ile",
          "transcript": "NM_001406781.1",
          "protein_id": "NP_001393710.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Ile",
          "transcript": "NM_001406782.1",
          "protein_id": "NP_001393711.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 6109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1084G>A",
          "hgvs_p": "p.Val362Ile",
          "transcript": "NM_001406783.1",
          "protein_id": "NP_001393712.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 772,
          "cds_start": 1084,
          "cds_end": null,
          "cds_length": 2319,
          "cdna_start": 1274,
          "cdna_end": null,
          "cdna_length": 4591,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1120G>A",
          "hgvs_p": "p.Val374Ile",
          "transcript": "NM_001406784.1",
          "protein_id": "NP_001393713.1",
          "transcript_support_level": null,
          "aa_start": 374,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1120,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": 1310,
          "cdna_end": null,
          "cdna_length": 6016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1093G>A",
          "hgvs_p": "p.Val365Ile",
          "transcript": "NM_001406785.1",
          "protein_id": "NP_001393714.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 5989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1084G>A",
          "hgvs_p": "p.Val362Ile",
          "transcript": "NM_001406786.1",
          "protein_id": "NP_001393715.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1084,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 1274,
          "cdna_end": null,
          "cdna_length": 5980,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.1078G>A",
          "hgvs_p": "p.Val360Ile",
          "transcript": "NM_001406787.1",
          "protein_id": "NP_001393716.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 1078,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": 1268,
          "cdna_end": null,
          "cdna_length": 5974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Val309Ile",
          "transcript": "NM_001406788.1",
          "protein_id": "NP_001393717.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 1115,
          "cdna_end": null,
          "cdna_length": 4432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Val309Ile",
          "transcript": "NM_001406789.1",
          "protein_id": "NP_001393718.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 1115,
          "cdna_end": null,
          "cdna_length": 3200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Val309Ile",
          "transcript": "NM_001406790.1",
          "protein_id": "NP_001393719.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1115,
          "cdna_end": null,
          "cdna_length": 5821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.805G>A",
          "hgvs_p": "p.Val269Ile",
          "transcript": "NM_001406791.1",
          "protein_id": "NP_001393720.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 805,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 995,
          "cdna_end": null,
          "cdna_length": 5701,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.661G>A",
          "hgvs_p": "p.Val221Ile",
          "transcript": "NM_001406792.1",
          "protein_id": "NP_001393721.1",
          "transcript_support_level": null,
          "aa_start": 221,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 661,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 4168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.661G>A",
          "hgvs_p": "p.Val221Ile",
          "transcript": "NM_001406793.1",
          "protein_id": "NP_001393722.1",
          "transcript_support_level": null,
          "aa_start": 221,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 661,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 2876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.661G>A",
          "hgvs_p": "p.Val221Ile",
          "transcript": "NM_001406794.1",
          "protein_id": "NP_001393723.1",
          "transcript_support_level": null,
          "aa_start": 221,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 661,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 5557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.*704G>A",
          "hgvs_p": null,
          "transcript": "ENST00000671844.1",
          "protein_id": "ENSP00000500541.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.*704G>A",
          "hgvs_p": null,
          "transcript": "ENST00000672389.1",
          "protein_id": "ENSP00000500252.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.1684G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683007.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.1675G>A",
          "hgvs_p": null,
          "transcript": "ENST00000683872.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.*704G>A",
          "hgvs_p": null,
          "transcript": "ENST00000671844.1",
          "protein_id": "ENSP00000500541.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "n.*704G>A",
          "hgvs_p": null,
          "transcript": "ENST00000672389.1",
          "protein_id": "ENSP00000500252.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RET",
          "gene_hgnc_id": 9967,
          "hgvs_c": "c.*117G>A",
          "hgvs_p": null,
          "transcript": "ENST00000498820.5",
          "protein_id": "ENSP00000419080.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 544,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "RET",
      "gene_hgnc_id": 9967,
      "dbsnp": "rs927029236",
      "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": 0.384177029132843,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.401,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0994,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.1,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.361,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_020975.6",
          "gene_symbol": "RET",
          "hgnc_id": 9967,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.2110G>A",
          "hgvs_p": "p.Val704Ile"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}