← 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: 18-58341753-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 58341753,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000400345.8",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1333C>T",
          "hgvs_p": "p.Arg445Cys",
          "transcript": "NM_001144967.3",
          "protein_id": "NP_001138439.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 975,
          "cds_start": 1333,
          "cds_end": null,
          "cds_length": 2928,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 8633,
          "mane_select": "ENST00000400345.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1333C>T",
          "hgvs_p": "p.Arg445Cys",
          "transcript": "ENST00000400345.8",
          "protein_id": "ENSP00000383199.2",
          "transcript_support_level": 1,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 975,
          "cds_start": 1333,
          "cds_end": null,
          "cds_length": 2928,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 8633,
          "mane_select": "NM_001144967.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1309C>T",
          "hgvs_p": "p.Arg437Cys",
          "transcript": "ENST00000357895.9",
          "protein_id": "ENSP00000350569.4",
          "transcript_support_level": 1,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 1512,
          "cdna_end": null,
          "cdna_length": 3543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "transcript": "ENST00000382850.8",
          "protein_id": "ENSP00000372301.3",
          "transcript_support_level": 1,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 955,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 2868,
          "cdna_start": 1386,
          "cdna_end": null,
          "cdna_length": 8251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1249C>T",
          "hgvs_p": "p.Arg417Cys",
          "transcript": "ENST00000586263.5",
          "protein_id": "ENSP00000468546.1",
          "transcript_support_level": 1,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 3347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1141C>T",
          "hgvs_p": "p.Arg381Cys",
          "transcript": "ENST00000356462.10",
          "protein_id": "ENSP00000348847.5",
          "transcript_support_level": 1,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 911,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 2736,
          "cdna_start": 1435,
          "cdna_end": null,
          "cdna_length": 3335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "ENST00000431212.6",
          "protein_id": "ENSP00000389406.1",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1434,
          "cdna_end": null,
          "cdna_length": 3338,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "ENST00000456986.5",
          "protein_id": "ENSP00000411947.1",
          "transcript_support_level": 1,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1570,
          "cdna_end": null,
          "cdna_length": 8436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000435432.6",
          "protein_id": "ENSP00000393395.1",
          "transcript_support_level": 1,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 3417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000456173.6",
          "protein_id": "ENSP00000405440.1",
          "transcript_support_level": 1,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1495,
          "cdna_end": null,
          "cdna_length": 4978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.2170C>T",
          "hgvs_p": "p.Arg724Cys",
          "transcript": "NM_001437337.1",
          "protein_id": "NP_001424266.1",
          "transcript_support_level": null,
          "aa_start": 724,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 2170,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": 2295,
          "cdna_end": null,
          "cdna_length": 9160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.2170C>T",
          "hgvs_p": "p.Arg724Cys",
          "transcript": "ENST00000635997.1",
          "protein_id": "ENSP00000490696.1",
          "transcript_support_level": 5,
          "aa_start": 724,
          "aa_end": null,
          "aa_length": 1254,
          "cds_start": 2170,
          "cds_end": null,
          "cds_length": 3765,
          "cdna_start": 2371,
          "cdna_end": null,
          "cdna_length": 4402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1309C>T",
          "hgvs_p": "p.Arg437Cys",
          "transcript": "NM_001144968.2",
          "protein_id": "NP_001138440.1",
          "transcript_support_level": null,
          "aa_start": 437,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 1309,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 1525,
          "cdna_end": null,
          "cdna_length": 8390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "transcript": "NM_015277.6",
          "protein_id": "NP_056092.2",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 955,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 2868,
          "cdna_start": 1708,
          "cdna_end": null,
          "cdna_length": 8573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1252C>T",
          "hgvs_p": "p.Arg418Cys",
          "transcript": "ENST00000675147.1",
          "protein_id": "ENSP00000501840.1",
          "transcript_support_level": null,
          "aa_start": 418,
          "aa_end": null,
          "aa_length": 948,
          "cds_start": 1252,
          "cds_end": null,
          "cds_length": 2847,
          "cdna_start": 1900,
          "cdna_end": null,
          "cdna_length": 5380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1249C>T",
          "hgvs_p": "p.Arg417Cys",
          "transcript": "NM_001144969.2",
          "protein_id": "NP_001138441.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": 1465,
          "cdna_end": null,
          "cdna_length": 8330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1234C>T",
          "hgvs_p": "p.Arg412Cys",
          "transcript": "ENST00000676223.1",
          "protein_id": "ENSP00000502361.1",
          "transcript_support_level": null,
          "aa_start": 412,
          "aa_end": null,
          "aa_length": 942,
          "cds_start": 1234,
          "cds_end": null,
          "cds_length": 2829,
          "cdna_start": 1259,
          "cdna_end": null,
          "cdna_length": 4739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1198C>T",
          "hgvs_p": "p.Arg400Cys",
          "transcript": "ENST00000675221.1",
          "protein_id": "ENSP00000502761.1",
          "transcript_support_level": null,
          "aa_start": 400,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": 1198,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": 1304,
          "cdna_end": null,
          "cdna_length": 4784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1141C>T",
          "hgvs_p": "p.Arg381Cys",
          "transcript": "NM_001243960.2",
          "protein_id": "NP_001230889.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 911,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 2736,
          "cdna_start": 1576,
          "cdna_end": null,
          "cdna_length": 8441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "transcript": "ENST00000676024.1",
          "protein_id": "ENSP00000502105.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 863,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 2592,
          "cdna_start": 1482,
          "cdna_end": null,
          "cdna_length": 4686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "NM_001144964.1",
          "protein_id": "NP_001138436.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1570,
          "cdna_end": null,
          "cdna_length": 8436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "NM_001144965.2",
          "protein_id": "NP_001138437.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1535,
          "cdna_end": null,
          "cdna_length": 8400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "NM_001144966.3",
          "protein_id": "NP_001138438.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1398,
          "cdna_end": null,
          "cdna_length": 8263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "NM_001144970.3",
          "protein_id": "NP_001138442.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1480,
          "cdna_end": null,
          "cdna_length": 8345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "NM_001144971.2",
          "protein_id": "NP_001138443.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1553,
          "cdna_end": null,
          "cdna_length": 8418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000674517.1",
          "protein_id": "ENSP00000501665.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1189,
          "cdna_end": null,
          "cdna_length": 4669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000675502.1",
          "protein_id": "ENSP00000502428.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1397,
          "cdna_end": null,
          "cdna_length": 4877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000675801.1",
          "protein_id": "ENSP00000502688.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1526,
          "cdna_end": null,
          "cdna_length": 5006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000675865.1",
          "protein_id": "ENSP00000502003.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1334,
          "cdna_end": null,
          "cdna_length": 4814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "ENST00000676226.1",
          "protein_id": "ENSP00000502325.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1409,
          "cdna_end": null,
          "cdna_length": 4889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.208C>T",
          "hgvs_p": "p.Arg70Cys",
          "transcript": "ENST00000679791.1",
          "protein_id": "ENSP00000505573.1",
          "transcript_support_level": null,
          "aa_start": 70,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 208,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 208,
          "cdna_end": null,
          "cdna_length": 7127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.2170C>T",
          "hgvs_p": "p.Arg724Cys",
          "transcript": "XM_005266658.5",
          "protein_id": "XP_005266715.3",
          "transcript_support_level": null,
          "aa_start": 724,
          "aa_end": null,
          "aa_length": 1272,
          "cds_start": 2170,
          "cds_end": null,
          "cds_length": 3819,
          "cdna_start": 2295,
          "cdna_end": null,
          "cdna_length": 9215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.2110C>T",
          "hgvs_p": "p.Arg704Cys",
          "transcript": "XM_006722421.5",
          "protein_id": "XP_006722484.3",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1252,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3759,
          "cdna_start": 2235,
          "cdna_end": null,
          "cdna_length": 9155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.2110C>T",
          "hgvs_p": "p.Arg704Cys",
          "transcript": "XM_005266663.5",
          "protein_id": "XP_005266720.3",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 2110,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": 2235,
          "cdna_end": null,
          "cdna_length": 9101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1411C>T",
          "hgvs_p": "p.Arg471Cys",
          "transcript": "XM_006722426.5",
          "protein_id": "XP_006722489.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": 1411,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": 1846,
          "cdna_end": null,
          "cdna_length": 8766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1387C>T",
          "hgvs_p": "p.Arg463Cys",
          "transcript": "XM_011525887.4",
          "protein_id": "XP_011524189.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 1387,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": 1603,
          "cdna_end": null,
          "cdna_length": 8523,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1411C>T",
          "hgvs_p": "p.Arg471Cys",
          "transcript": "XM_047437406.1",
          "protein_id": "XP_047293362.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 1411,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": 1846,
          "cdna_end": null,
          "cdna_length": 8712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1351C>T",
          "hgvs_p": "p.Arg451Cys",
          "transcript": "XM_047437407.1",
          "protein_id": "XP_047293363.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 999,
          "cds_start": 1351,
          "cds_end": null,
          "cds_length": 3000,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 8706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1333C>T",
          "hgvs_p": "p.Arg445Cys",
          "transcript": "XM_006722428.5",
          "protein_id": "XP_006722491.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 993,
          "cds_start": 1333,
          "cds_end": null,
          "cds_length": 2982,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 8688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1351C>T",
          "hgvs_p": "p.Arg451Cys",
          "transcript": "XM_047437408.1",
          "protein_id": "XP_047293364.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 1351,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 8652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1348C>T",
          "hgvs_p": "p.Arg450Cys",
          "transcript": "XM_047437409.1",
          "protein_id": "XP_047293365.1",
          "transcript_support_level": null,
          "aa_start": 450,
          "aa_end": null,
          "aa_length": 980,
          "cds_start": 1348,
          "cds_end": null,
          "cds_length": 2943,
          "cdna_start": 8266,
          "cdna_end": null,
          "cdna_length": 15132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1273C>T",
          "hgvs_p": "p.Arg425Cys",
          "transcript": "XM_017025678.3",
          "protein_id": "XP_016881167.1",
          "transcript_support_level": null,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 1273,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": 1708,
          "cdna_end": null,
          "cdna_length": 8628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1288C>T",
          "hgvs_p": "p.Arg430Cys",
          "transcript": "XM_047437410.1",
          "protein_id": "XP_047293366.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": 8206,
          "cdna_end": null,
          "cdna_length": 15072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_006722430.5",
          "protein_id": "XP_006722493.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 8460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_024451134.2",
          "protein_id": "XP_024306902.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1594,
          "cdna_end": null,
          "cdna_length": 8514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437414.1",
          "protein_id": "XP_047293370.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 1535,
          "cdna_end": null,
          "cdna_length": 8455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437415.1",
          "protein_id": "XP_047293371.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 2420,
          "cdna_end": null,
          "cdna_length": 9340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437416.1",
          "protein_id": "XP_047293372.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 872,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2619,
          "cdna_start": 2401,
          "cdna_end": null,
          "cdna_length": 9321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_017025679.3",
          "protein_id": "XP_016881168.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1540,
          "cdna_end": null,
          "cdna_length": 8406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_024451129.2",
          "protein_id": "XP_024306897.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 8314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437403.1",
          "protein_id": "XP_047293359.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1303,
          "cdna_end": null,
          "cdna_length": 8169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437404.1",
          "protein_id": "XP_047293360.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1370,
          "cdna_end": null,
          "cdna_length": 8236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437417.1",
          "protein_id": "XP_047293373.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1378,
          "cdna_end": null,
          "cdna_length": 8244,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437418.1",
          "protein_id": "XP_047293374.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1417,
          "cdna_end": null,
          "cdna_length": 8283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.970C>T",
          "hgvs_p": "p.Arg324Cys",
          "transcript": "XM_047437419.1",
          "protein_id": "XP_047293375.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 970,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 1456,
          "cdna_end": null,
          "cdna_length": 8322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_047437420.1",
          "protein_id": "XP_047293376.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 852,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2559,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 8277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_024451131.2",
          "protein_id": "XP_024306899.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1310,
          "cdna_end": null,
          "cdna_length": 8176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_024451135.2",
          "protein_id": "XP_024306903.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1357,
          "cdna_end": null,
          "cdna_length": 8223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_024451136.2",
          "protein_id": "XP_024306904.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 8184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_047437402.1",
          "protein_id": "XP_047293358.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1388,
          "cdna_end": null,
          "cdna_length": 8254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304Cys",
          "transcript": "XM_047437405.1",
          "protein_id": "XP_047293361.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": 1243,
          "cdna_end": null,
          "cdna_length": 8109,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.287C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590638.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 862,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.1413C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674636.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": 4893,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.*1779C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674845.1",
          "protein_id": "ENSP00000502309.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": 5680,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.1071C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674856.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": 4551,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.1137C>T",
          "hgvs_p": null,
          "transcript": "ENST00000675434.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": 4617,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "n.*1779C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674845.1",
          "protein_id": "ENSP00000502309.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": 5680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 28,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1066-1153C>T",
          "hgvs_p": null,
          "transcript": "ENST00000256830.13",
          "protein_id": "ENSP00000256830.8",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 871,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2616,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.568-7784C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587881.1",
          "protein_id": "ENSP00000468332.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.49-48893C>T",
          "hgvs_p": null,
          "transcript": "ENST00000589054.5",
          "protein_id": "ENSP00000465669.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 106,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 321,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 25,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1903-1153C>T",
          "hgvs_p": null,
          "transcript": "XM_017025676.2",
          "protein_id": "XP_016881165.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1903-1153C>T",
          "hgvs_p": null,
          "transcript": "XM_017025677.2",
          "protein_id": "XP_016881166.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1903-7784C>T",
          "hgvs_p": null,
          "transcript": "XM_006722424.4",
          "protein_id": "XP_006722487.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 23,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1903-7784C>T",
          "hgvs_p": null,
          "transcript": "XM_006722425.4",
          "protein_id": "XP_006722488.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1084,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3255,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 27,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.1066-7784C>T",
          "hgvs_p": null,
          "transcript": "XM_047437421.1",
          "protein_id": "XP_047293377.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 28,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.703-1153C>T",
          "hgvs_p": null,
          "transcript": "XM_047437411.1",
          "protein_id": "XP_047293367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 27,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.703-1153C>T",
          "hgvs_p": null,
          "transcript": "XM_047437412.1",
          "protein_id": "XP_047293368.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 750,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2253,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.703-7784C>T",
          "hgvs_p": null,
          "transcript": "XM_017025681.3",
          "protein_id": "XP_016881170.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 27,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "NEDD4L",
          "gene_hgnc_id": 7728,
          "hgvs_c": "c.703-7784C>T",
          "hgvs_p": null,
          "transcript": "XM_047437413.1",
          "protein_id": "XP_047293369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NEDD4L",
      "gene_hgnc_id": 7728,
      "dbsnp": "rs1131690797",
      "frequency_reference_population": 6.8421355e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84214e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5443461537361145,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.363,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.737,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.663,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000400345.8",
          "gene_symbol": "NEDD4L",
          "hgnc_id": 7728,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1333C>T",
          "hgvs_p": "p.Arg445Cys"
        }
      ],
      "clinvar_disease": "Primary dilated cardiomyopathy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Primary dilated cardiomyopathy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}