← 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-58329053-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=58329053&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 58329053,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001437337.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "NM_001144967.3",
"protein_id": "NP_001138439.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 975,
"cds_start": 739,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000400345.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144967.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000400345.8",
"protein_id": "ENSP00000383199.2",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 975,
"cds_start": 739,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001144967.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400345.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Trp",
"transcript": "ENST00000357895.9",
"protein_id": "ENSP00000350569.4",
"transcript_support_level": 1,
"aa_start": 239,
"aa_end": null,
"aa_length": 967,
"cds_start": 715,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357895.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000382850.8",
"protein_id": "ENSP00000372301.3",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 955,
"cds_start": 739,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382850.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Trp",
"transcript": "ENST00000586263.5",
"protein_id": "ENSP00000468546.1",
"transcript_support_level": 1,
"aa_start": 239,
"aa_end": null,
"aa_length": 947,
"cds_start": 715,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586263.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000356462.10",
"protein_id": "ENSP00000348847.5",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 911,
"cds_start": 739,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356462.10"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000431212.6",
"protein_id": "ENSP00000389406.1",
"transcript_support_level": 1,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431212.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000456986.5",
"protein_id": "ENSP00000411947.1",
"transcript_support_level": 1,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456986.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000435432.6",
"protein_id": "ENSP00000393395.1",
"transcript_support_level": 1,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435432.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000456173.6",
"protein_id": "ENSP00000405440.1",
"transcript_support_level": 1,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456173.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "NM_001437337.1",
"protein_id": "NP_001424266.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1254,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437337.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "ENST00000635997.1",
"protein_id": "ENSP00000490696.1",
"transcript_support_level": 5,
"aa_start": 526,
"aa_end": null,
"aa_length": 1254,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000635997.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Trp",
"transcript": "NM_001144968.2",
"protein_id": "NP_001138440.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 967,
"cds_start": 715,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144968.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "NM_015277.6",
"protein_id": "NP_056092.2",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 955,
"cds_start": 739,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015277.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "ENST00000675147.1",
"protein_id": "ENSP00000501840.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 948,
"cds_start": 718,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675147.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.715C>T",
"hgvs_p": "p.Arg239Trp",
"transcript": "NM_001144969.2",
"protein_id": "NP_001138441.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 947,
"cds_start": 715,
"cds_end": null,
"cds_length": 2844,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144969.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.700C>T",
"hgvs_p": "p.Arg234Trp",
"transcript": "ENST00000676223.1",
"protein_id": "ENSP00000502361.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 942,
"cds_start": 700,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676223.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.664C>T",
"hgvs_p": "p.Arg222Trp",
"transcript": "ENST00000675221.1",
"protein_id": "ENSP00000502761.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 930,
"cds_start": 664,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675221.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "NM_001243960.2",
"protein_id": "NP_001230889.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 911,
"cds_start": 739,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243960.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000936802.1",
"protein_id": "ENSP00000606861.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 889,
"cds_start": 739,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936802.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000256830.13",
"protein_id": "ENSP00000256830.8",
"transcript_support_level": 5,
"aa_start": 247,
"aa_end": null,
"aa_length": 871,
"cds_start": 739,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256830.13"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "ENST00000676024.1",
"protein_id": "ENSP00000502105.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 863,
"cds_start": 739,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676024.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "NM_001144964.1",
"protein_id": "NP_001138436.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144964.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "NM_001144965.2",
"protein_id": "NP_001138437.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144965.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "NM_001144966.3",
"protein_id": "NP_001138438.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144966.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "NM_001144970.3",
"protein_id": "NP_001138442.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144970.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "NM_001144971.2",
"protein_id": "NP_001138443.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001144971.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000674517.1",
"protein_id": "ENSP00000501665.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674517.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000675502.1",
"protein_id": "ENSP00000502428.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675502.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000675801.1",
"protein_id": "ENSP00000502688.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675801.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000675865.1",
"protein_id": "ENSP00000502003.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675865.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000676226.1",
"protein_id": "ENSP00000502325.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676226.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.241C>T",
"hgvs_p": "p.Arg81Trp",
"transcript": "ENST00000587881.1",
"protein_id": "ENSP00000468332.1",
"transcript_support_level": 5,
"aa_start": 81,
"aa_end": null,
"aa_length": 639,
"cds_start": 241,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587881.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "ENST00000586268.5",
"protein_id": "ENSP00000467072.1",
"transcript_support_level": 3,
"aa_start": 126,
"aa_end": null,
"aa_length": 149,
"cds_start": 376,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586268.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_005266658.5",
"protein_id": "XP_005266715.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1272,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266658.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_006722421.5",
"protein_id": "XP_006722484.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1252,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722421.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_005266663.5",
"protein_id": "XP_005266720.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1234,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3705,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266663.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_017025676.2",
"protein_id": "XP_016881165.2",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1168,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025676.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_017025677.2",
"protein_id": "XP_016881166.2",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1150,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025677.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_006722424.4",
"protein_id": "XP_006722487.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1102,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722424.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp",
"transcript": "XM_006722425.4",
"protein_id": "XP_006722488.3",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1084,
"cds_start": 1576,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722425.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.817C>T",
"hgvs_p": "p.Arg273Trp",
"transcript": "XM_006722426.5",
"protein_id": "XP_006722489.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 1019,
"cds_start": 817,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722426.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.793C>T",
"hgvs_p": "p.Arg265Trp",
"transcript": "XM_011525887.4",
"protein_id": "XP_011524189.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 1011,
"cds_start": 793,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525887.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.817C>T",
"hgvs_p": "p.Arg273Trp",
"transcript": "XM_047437406.1",
"protein_id": "XP_047293362.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 1001,
"cds_start": 817,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437406.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.817C>T",
"hgvs_p": "p.Arg273Trp",
"transcript": "XM_047437407.1",
"protein_id": "XP_047293363.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 999,
"cds_start": 817,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437407.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "XM_006722428.5",
"protein_id": "XP_006722491.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 993,
"cds_start": 739,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722428.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.817C>T",
"hgvs_p": "p.Arg273Trp",
"transcript": "XM_047437408.1",
"protein_id": "XP_047293364.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 981,
"cds_start": 817,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437408.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.754C>T",
"hgvs_p": "p.Arg252Trp",
"transcript": "XM_047437409.1",
"protein_id": "XP_047293365.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 980,
"cds_start": 754,
"cds_end": null,
"cds_length": 2943,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437409.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "XM_017025678.3",
"protein_id": "XP_016881167.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 973,
"cds_start": 739,
"cds_end": null,
"cds_length": 2922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025678.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.754C>T",
"hgvs_p": "p.Arg252Trp",
"transcript": "XM_047437410.1",
"protein_id": "XP_047293366.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 960,
"cds_start": 754,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437410.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_006722430.5",
"protein_id": "XP_006722493.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 872,
"cds_start": 376,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722430.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_024451134.2",
"protein_id": "XP_024306902.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 872,
"cds_start": 376,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451134.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437414.1",
"protein_id": "XP_047293370.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 872,
"cds_start": 376,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437414.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437415.1",
"protein_id": "XP_047293371.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 872,
"cds_start": 376,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437415.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437416.1",
"protein_id": "XP_047293372.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 872,
"cds_start": 376,
"cds_end": null,
"cds_length": 2619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437416.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_017025679.3",
"protein_id": "XP_016881168.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025679.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_024451129.2",
"protein_id": "XP_024306897.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451129.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437403.1",
"protein_id": "XP_047293359.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437403.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437404.1",
"protein_id": "XP_047293360.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437404.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437417.1",
"protein_id": "XP_047293373.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437417.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437418.1",
"protein_id": "XP_047293374.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437418.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437419.1",
"protein_id": "XP_047293375.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 854,
"cds_start": 376,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437419.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437420.1",
"protein_id": "XP_047293376.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 852,
"cds_start": 376,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437420.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_024451131.2",
"protein_id": "XP_024306899.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451131.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_024451135.2",
"protein_id": "XP_024306903.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451135.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_024451136.2",
"protein_id": "XP_024306904.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451136.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437402.1",
"protein_id": "XP_047293358.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437402.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437405.1",
"protein_id": "XP_047293361.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 834,
"cds_start": 376,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437405.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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.739C>T",
"hgvs_p": "p.Arg247Trp",
"transcript": "XM_047437421.1",
"protein_id": "XP_047293377.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 805,
"cds_start": 739,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437421.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437411.1",
"protein_id": "XP_047293367.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 750,
"cds_start": 376,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437411.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437412.1",
"protein_id": "XP_047293368.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 750,
"cds_start": 376,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437412.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_017025681.3",
"protein_id": "XP_016881170.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 684,
"cds_start": 376,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025681.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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.376C>T",
"hgvs_p": "p.Arg126Trp",
"transcript": "XM_047437413.1",
"protein_id": "XP_047293369.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 684,
"cds_start": 376,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.49-61593C>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": null,
"cds_end": null,
"cds_length": 321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589054.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.256C>T",
"hgvs_p": null,
"transcript": "ENST00000590020.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000590020.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.477C>T",
"hgvs_p": null,
"transcript": "ENST00000592601.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000592601.5"
},
{
"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": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.879C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000674636.1"
},
{
"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": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.*1245C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000674845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.537C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000674856.1"
},
{
"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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.603C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.921C>T",
"hgvs_p": null,
"transcript": "ENST00000676251.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.*1245C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000674845.1"
}
],
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"dbsnp": "rs771932025",
"frequency_reference_population": 0.000006196217,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000615732,
"gnomad_genomes_af": 0.0000065697,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5588687658309937,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.32,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6408,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.105,
"phylop100way_prediction": "Benign",
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001437337.1",
"gene_symbol": "NEDD4L",
"hgnc_id": 7728,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1576C>T",
"hgvs_p": "p.Arg526Trp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}