← 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-58341146-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=58341146&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 58341146,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000400345.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"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.1234A>G",
"hgvs_p": "p.Thr412Ala",
"transcript": "NM_001144967.3",
"protein_id": "NP_001138439.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 975,
"cds_start": 1234,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 1669,
"cdna_end": null,
"cdna_length": 8633,
"mane_select": "ENST00000400345.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"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.1234A>G",
"hgvs_p": "p.Thr412Ala",
"transcript": "ENST00000400345.8",
"protein_id": "ENSP00000383199.2",
"transcript_support_level": 1,
"aa_start": 412,
"aa_end": null,
"aa_length": 975,
"cds_start": 1234,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 1669,
"cdna_end": null,
"cdna_length": 8633,
"mane_select": "NM_001144967.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1210A>G",
"hgvs_p": "p.Thr404Ala",
"transcript": "ENST00000357895.9",
"protein_id": "ENSP00000350569.4",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 967,
"cds_start": 1210,
"cds_end": null,
"cds_length": 2904,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1174A>G",
"hgvs_p": "p.Thr392Ala",
"transcript": "ENST00000382850.8",
"protein_id": "ENSP00000372301.3",
"transcript_support_level": 1,
"aa_start": 392,
"aa_end": null,
"aa_length": 955,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1287,
"cdna_end": null,
"cdna_length": 8251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1150A>G",
"hgvs_p": "p.Thr384Ala",
"transcript": "ENST00000586263.5",
"protein_id": "ENSP00000468546.1",
"transcript_support_level": 1,
"aa_start": 384,
"aa_end": null,
"aa_length": 947,
"cds_start": 1150,
"cds_end": null,
"cds_length": 2844,
"cdna_start": 1349,
"cdna_end": null,
"cdna_length": 3347,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "ENST00000431212.6",
"protein_id": "ENSP00000389406.1",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "ENST00000456986.5",
"protein_id": "ENSP00000411947.1",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1471,
"cdna_end": null,
"cdna_length": 8436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000435432.6",
"protein_id": "ENSP00000393395.1",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1441,
"cdna_end": null,
"cdna_length": 3417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000456173.6",
"protein_id": "ENSP00000405440.1",
"transcript_support_level": 1,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1396,
"cdna_end": null,
"cdna_length": 4978,
"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": 29,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1066-532A>G",
"hgvs_p": null,
"transcript": "ENST00000356462.10",
"protein_id": "ENSP00000348847.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": -4,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.2071A>G",
"hgvs_p": "p.Thr691Ala",
"transcript": "NM_001437337.1",
"protein_id": "NP_001424266.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 1254,
"cds_start": 2071,
"cds_end": null,
"cds_length": 3765,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 9160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.2071A>G",
"hgvs_p": "p.Thr691Ala",
"transcript": "ENST00000635997.1",
"protein_id": "ENSP00000490696.1",
"transcript_support_level": 5,
"aa_start": 691,
"aa_end": null,
"aa_length": 1254,
"cds_start": 2071,
"cds_end": null,
"cds_length": 3765,
"cdna_start": 2272,
"cdna_end": null,
"cdna_length": 4402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1210A>G",
"hgvs_p": "p.Thr404Ala",
"transcript": "NM_001144968.2",
"protein_id": "NP_001138440.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 967,
"cds_start": 1210,
"cds_end": null,
"cds_length": 2904,
"cdna_start": 1426,
"cdna_end": null,
"cdna_length": 8390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1174A>G",
"hgvs_p": "p.Thr392Ala",
"transcript": "NM_015277.6",
"protein_id": "NP_056092.2",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 955,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 8573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1153A>G",
"hgvs_p": "p.Thr385Ala",
"transcript": "ENST00000675147.1",
"protein_id": "ENSP00000501840.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 948,
"cds_start": 1153,
"cds_end": null,
"cds_length": 2847,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 5380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1150A>G",
"hgvs_p": "p.Thr384Ala",
"transcript": "NM_001144969.2",
"protein_id": "NP_001138441.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 947,
"cds_start": 1150,
"cds_end": null,
"cds_length": 2844,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 8330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1135A>G",
"hgvs_p": "p.Thr379Ala",
"transcript": "ENST00000676223.1",
"protein_id": "ENSP00000502361.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 942,
"cds_start": 1135,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 1160,
"cdna_end": null,
"cdna_length": 4739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Thr367Ala",
"transcript": "ENST00000675221.1",
"protein_id": "ENSP00000502761.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 930,
"cds_start": 1099,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 1205,
"cdna_end": null,
"cdna_length": 4784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1174A>G",
"hgvs_p": "p.Thr392Ala",
"transcript": "ENST00000676024.1",
"protein_id": "ENSP00000502105.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 863,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 1383,
"cdna_end": null,
"cdna_length": 4686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "NM_001144964.1",
"protein_id": "NP_001138436.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1471,
"cdna_end": null,
"cdna_length": 8436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "NM_001144965.2",
"protein_id": "NP_001138437.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 8400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "NM_001144966.3",
"protein_id": "NP_001138438.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1299,
"cdna_end": null,
"cdna_length": 8263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "NM_001144970.3",
"protein_id": "NP_001138442.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 8345,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "NM_001144971.2",
"protein_id": "NP_001138443.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1454,
"cdna_end": null,
"cdna_length": 8418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000674517.1",
"protein_id": "ENSP00000501665.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1090,
"cdna_end": null,
"cdna_length": 4669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000675502.1",
"protein_id": "ENSP00000502428.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1298,
"cdna_end": null,
"cdna_length": 4877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000675801.1",
"protein_id": "ENSP00000502688.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1427,
"cdna_end": null,
"cdna_length": 5006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000675865.1",
"protein_id": "ENSP00000502003.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 4814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "ENST00000676226.1",
"protein_id": "ENSP00000502325.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1310,
"cdna_end": null,
"cdna_length": 4889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.109A>G",
"hgvs_p": "p.Thr37Ala",
"transcript": "ENST00000679791.1",
"protein_id": "ENSP00000505573.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 618,
"cds_start": 109,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 109,
"cdna_end": null,
"cdna_length": 7127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.2071A>G",
"hgvs_p": "p.Thr691Ala",
"transcript": "XM_005266658.5",
"protein_id": "XP_005266715.3",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 1272,
"cds_start": 2071,
"cds_end": null,
"cds_length": 3819,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 9215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.2011A>G",
"hgvs_p": "p.Thr671Ala",
"transcript": "XM_006722421.5",
"protein_id": "XP_006722484.3",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 1252,
"cds_start": 2011,
"cds_end": null,
"cds_length": 3759,
"cdna_start": 2136,
"cdna_end": null,
"cdna_length": 9155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.2011A>G",
"hgvs_p": "p.Thr671Ala",
"transcript": "XM_005266663.5",
"protein_id": "XP_005266720.3",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 1234,
"cds_start": 2011,
"cds_end": null,
"cds_length": 3705,
"cdna_start": 2136,
"cdna_end": null,
"cdna_length": 9101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1312A>G",
"hgvs_p": "p.Thr438Ala",
"transcript": "XM_006722426.5",
"protein_id": "XP_006722489.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 1019,
"cds_start": 1312,
"cds_end": null,
"cds_length": 3060,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 8766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1288A>G",
"hgvs_p": "p.Thr430Ala",
"transcript": "XM_011525887.4",
"protein_id": "XP_011524189.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 1011,
"cds_start": 1288,
"cds_end": null,
"cds_length": 3036,
"cdna_start": 1504,
"cdna_end": null,
"cdna_length": 8523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1312A>G",
"hgvs_p": "p.Thr438Ala",
"transcript": "XM_047437406.1",
"protein_id": "XP_047293362.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 1001,
"cds_start": 1312,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 1747,
"cdna_end": null,
"cdna_length": 8712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1252A>G",
"hgvs_p": "p.Thr418Ala",
"transcript": "XM_047437407.1",
"protein_id": "XP_047293363.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 999,
"cds_start": 1252,
"cds_end": null,
"cds_length": 3000,
"cdna_start": 1687,
"cdna_end": null,
"cdna_length": 8706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1234A>G",
"hgvs_p": "p.Thr412Ala",
"transcript": "XM_006722428.5",
"protein_id": "XP_006722491.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 993,
"cds_start": 1234,
"cds_end": null,
"cds_length": 2982,
"cdna_start": 1669,
"cdna_end": null,
"cdna_length": 8688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1252A>G",
"hgvs_p": "p.Thr418Ala",
"transcript": "XM_047437408.1",
"protein_id": "XP_047293364.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 981,
"cds_start": 1252,
"cds_end": null,
"cds_length": 2946,
"cdna_start": 1687,
"cdna_end": null,
"cdna_length": 8652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.1249A>G",
"hgvs_p": "p.Thr417Ala",
"transcript": "XM_047437409.1",
"protein_id": "XP_047293365.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 980,
"cds_start": 1249,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 8167,
"cdna_end": null,
"cdna_length": 15132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1174A>G",
"hgvs_p": "p.Thr392Ala",
"transcript": "XM_017025678.3",
"protein_id": "XP_016881167.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 973,
"cds_start": 1174,
"cds_end": null,
"cds_length": 2922,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 8628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1189A>G",
"hgvs_p": "p.Thr397Ala",
"transcript": "XM_047437410.1",
"protein_id": "XP_047293366.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 960,
"cds_start": 1189,
"cds_end": null,
"cds_length": 2883,
"cdna_start": 8107,
"cdna_end": null,
"cdna_length": 15072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_006722430.5",
"protein_id": "XP_006722493.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 872,
"cds_start": 871,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 1441,
"cdna_end": null,
"cdna_length": 8460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_024451134.2",
"protein_id": "XP_024306902.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 872,
"cds_start": 871,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 8514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437414.1",
"protein_id": "XP_047293370.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 872,
"cds_start": 871,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 1436,
"cdna_end": null,
"cdna_length": 8455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437415.1",
"protein_id": "XP_047293371.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 872,
"cds_start": 871,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2321,
"cdna_end": null,
"cdna_length": 9340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437416.1",
"protein_id": "XP_047293372.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 872,
"cds_start": 871,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 2302,
"cdna_end": null,
"cdna_length": 9321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_017025679.3",
"protein_id": "XP_016881168.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1441,
"cdna_end": null,
"cdna_length": 8406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_024451129.2",
"protein_id": "XP_024306897.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1349,
"cdna_end": null,
"cdna_length": 8314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437403.1",
"protein_id": "XP_047293359.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 8169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437404.1",
"protein_id": "XP_047293360.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 8236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437417.1",
"protein_id": "XP_047293373.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1279,
"cdna_end": null,
"cdna_length": 8244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437418.1",
"protein_id": "XP_047293374.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1318,
"cdna_end": null,
"cdna_length": 8283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.871A>G",
"hgvs_p": "p.Thr291Ala",
"transcript": "XM_047437419.1",
"protein_id": "XP_047293375.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 854,
"cds_start": 871,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1357,
"cdna_end": null,
"cdna_length": 8322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_047437420.1",
"protein_id": "XP_047293376.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 852,
"cds_start": 811,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 8277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_024451131.2",
"protein_id": "XP_024306899.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1211,
"cdna_end": null,
"cdna_length": 8176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_024451135.2",
"protein_id": "XP_024306903.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 8223,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_024451136.2",
"protein_id": "XP_024306904.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1219,
"cdna_end": null,
"cdna_length": 8184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"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.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_047437402.1",
"protein_id": "XP_047293358.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1289,
"cdna_end": null,
"cdna_length": 8254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Thr271Ala",
"transcript": "XM_047437405.1",
"protein_id": "XP_047293361.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 834,
"cds_start": 811,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1144,
"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": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.188A>G",
"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": 11,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.1314A>G",
"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": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.*1680A>G",
"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": 10,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.972A>G",
"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": 9,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.1038A>G",
"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": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "n.*1680A>G",
"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": 29,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "NEDD4L",
"gene_hgnc_id": 7728,
"hgvs_c": "c.1066-532A>G",
"hgvs_p": null,
"transcript": "NM_001243960.2",
"protein_id": "NP_001230889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": -4,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8441,
"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-1760A>G",
"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.567+7254A>G",
"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-49500A>G",
"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-1760A>G",
"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-1760A>G",
"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.1902+7254A>G",
"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.1902+7254A>G",
"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.1065+7254A>G",
"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-1760A>G",
"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-1760A>G",
"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.702+7254A>G",
"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.702+7254A>G",
"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": "rs375632687",
"frequency_reference_population": 0.0000031001907,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273854,
"gnomad_genomes_af": 0.00000657142,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8544485569000244,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.74,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3655,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.263,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000400345.8",
"gene_symbol": "NEDD4L",
"hgnc_id": 7728,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1234A>G",
"hgvs_p": "p.Thr412Ala"
}
],
"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
}