← 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: 15-55833864-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=55833864&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 55833864,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_001284338.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2430+174A>G",
"hgvs_p": null,
"transcript": "NM_006154.4",
"protein_id": "NP_006145.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": null,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000435532.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006154.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2430+174A>G",
"hgvs_p": null,
"transcript": "ENST00000435532.8",
"protein_id": "ENSP00000410613.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 900,
"cds_start": null,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006154.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435532.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3687+174A>G",
"hgvs_p": null,
"transcript": "ENST00000508342.5",
"protein_id": "ENSP00000424827.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1319,
"cds_start": null,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508342.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3639+174A>G",
"hgvs_p": null,
"transcript": "ENST00000506154.1",
"protein_id": "ENSP00000422705.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3471+174A>G",
"hgvs_p": null,
"transcript": "ENST00000338963.6",
"protein_id": "ENSP00000345530.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000338963.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2457+174A>G",
"hgvs_p": null,
"transcript": "ENST00000508871.5",
"protein_id": "ENSP00000422455.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 909,
"cds_start": null,
"cds_end": null,
"cds_length": 2730,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508871.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.*1887+174A>G",
"hgvs_p": null,
"transcript": "ENST00000503468.5",
"protein_id": "ENSP00000426051.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000503468.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3687+174A>G",
"hgvs_p": null,
"transcript": "NM_001284338.2",
"protein_id": "NP_001271267.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1319,
"cds_start": null,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284338.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3639+174A>G",
"hgvs_p": null,
"transcript": "NM_001284339.1",
"protein_id": "NP_001271268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1303,
"cds_start": null,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284339.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3636+174A>G",
"hgvs_p": null,
"transcript": "NM_001284340.1",
"protein_id": "NP_001271269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1302,
"cds_start": null,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001284340.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3471+174A>G",
"hgvs_p": null,
"transcript": "NM_198400.3",
"protein_id": "NP_940682.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198400.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2379+174A>G",
"hgvs_p": null,
"transcript": "ENST00000954479.1",
"protein_id": "ENSP00000624538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 883,
"cds_start": null,
"cds_end": null,
"cds_length": 2652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2370+174A>G",
"hgvs_p": null,
"transcript": "ENST00000911097.1",
"protein_id": "ENSP00000581156.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911097.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2364+174A>G",
"hgvs_p": null,
"transcript": "ENST00000911094.1",
"protein_id": "ENSP00000581153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 878,
"cds_start": null,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911094.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2364+174A>G",
"hgvs_p": null,
"transcript": "ENST00000911096.1",
"protein_id": "ENSP00000581155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 878,
"cds_start": null,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911096.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2316+174A>G",
"hgvs_p": null,
"transcript": "ENST00000911098.1",
"protein_id": "ENSP00000581157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 862,
"cds_start": null,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911098.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2310+174A>G",
"hgvs_p": null,
"transcript": "ENST00000932730.1",
"protein_id": "ENSP00000602789.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": null,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2265+174A>G",
"hgvs_p": null,
"transcript": "ENST00000954480.1",
"protein_id": "ENSP00000624539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 845,
"cds_start": null,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954480.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2263-760A>G",
"hgvs_p": null,
"transcript": "ENST00000911095.1",
"protein_id": "ENSP00000581154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 844,
"cds_start": null,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911095.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.1989+174A>G",
"hgvs_p": null,
"transcript": "NM_001329212.2",
"protein_id": "NP_001316141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": null,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329212.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2355+174A>G",
"hgvs_p": null,
"transcript": "XM_011521624.4",
"protein_id": "XP_011519926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 875,
"cds_start": null,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521624.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2277+174A>G",
"hgvs_p": null,
"transcript": "XM_011521625.4",
"protein_id": "XP_011519927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 849,
"cds_start": null,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521625.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2277+174A>G",
"hgvs_p": null,
"transcript": "XM_011521626.2",
"protein_id": "XP_011519928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 849,
"cds_start": null,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521626.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.*2209+174A>G",
"hgvs_p": null,
"transcript": "ENST00000648451.1",
"protein_id": "ENSP00000498181.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": "ENST00000648451.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.3758+174A>G",
"hgvs_p": null,
"transcript": "NR_104302.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104302.2"
}
],
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"dbsnp": "rs12908466",
"frequency_reference_population": 0.07318323,
"hom_count_reference_population": 471,
"allele_count_reference_population": 11142,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0731832,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 11142,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 471,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.494,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001284338.2",
"gene_symbol": "NEDD4",
"hgnc_id": 7727,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3687+174A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}