← 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-55834252-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=55834252&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 55834252,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001284338.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2297A>G",
"hgvs_p": "p.Lys766Arg",
"transcript": "NM_006154.4",
"protein_id": "NP_006145.2",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 900,
"cds_start": 2297,
"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": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2297A>G",
"hgvs_p": "p.Lys766Arg",
"transcript": "ENST00000435532.8",
"protein_id": "ENSP00000410613.3",
"transcript_support_level": 1,
"aa_start": 766,
"aa_end": null,
"aa_length": 900,
"cds_start": 2297,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3554A>G",
"hgvs_p": "p.Lys1185Arg",
"transcript": "ENST00000508342.5",
"protein_id": "ENSP00000424827.1",
"transcript_support_level": 1,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1319,
"cds_start": 3554,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3506A>G",
"hgvs_p": "p.Lys1169Arg",
"transcript": "ENST00000506154.1",
"protein_id": "ENSP00000422705.1",
"transcript_support_level": 1,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3506,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3338A>G",
"hgvs_p": "p.Lys1113Arg",
"transcript": "ENST00000338963.6",
"protein_id": "ENSP00000345530.2",
"transcript_support_level": 1,
"aa_start": 1113,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3338,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2324A>G",
"hgvs_p": "p.Lys775Arg",
"transcript": "ENST00000508871.5",
"protein_id": "ENSP00000422455.1",
"transcript_support_level": 1,
"aa_start": 775,
"aa_end": null,
"aa_length": 909,
"cds_start": 2324,
"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": 17,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.*1780-107A>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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3554A>G",
"hgvs_p": "p.Lys1185Arg",
"transcript": "NM_001284338.2",
"protein_id": "NP_001271267.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1319,
"cds_start": 3554,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3506A>G",
"hgvs_p": "p.Lys1169Arg",
"transcript": "NM_001284339.1",
"protein_id": "NP_001271268.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3506,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3503A>G",
"hgvs_p": "p.Lys1168Arg",
"transcript": "NM_001284340.1",
"protein_id": "NP_001271269.1",
"transcript_support_level": null,
"aa_start": 1168,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3503,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.3338A>G",
"hgvs_p": "p.Lys1113Arg",
"transcript": "NM_198400.3",
"protein_id": "NP_940682.2",
"transcript_support_level": null,
"aa_start": 1113,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3338,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2246A>G",
"hgvs_p": "p.Lys749Arg",
"transcript": "ENST00000954479.1",
"protein_id": "ENSP00000624538.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 883,
"cds_start": 2246,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2231A>G",
"hgvs_p": "p.Lys744Arg",
"transcript": "ENST00000911094.1",
"protein_id": "ENSP00000581153.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 878,
"cds_start": 2231,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2231A>G",
"hgvs_p": "p.Lys744Arg",
"transcript": "ENST00000911096.1",
"protein_id": "ENSP00000581155.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 878,
"cds_start": 2231,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2183A>G",
"hgvs_p": "p.Lys728Arg",
"transcript": "ENST00000911098.1",
"protein_id": "ENSP00000581157.1",
"transcript_support_level": null,
"aa_start": 728,
"aa_end": null,
"aa_length": 862,
"cds_start": 2183,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2177A>G",
"hgvs_p": "p.Lys726Arg",
"transcript": "ENST00000932730.1",
"protein_id": "ENSP00000602789.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 860,
"cds_start": 2177,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2132A>G",
"hgvs_p": "p.Lys711Arg",
"transcript": "ENST00000954480.1",
"protein_id": "ENSP00000624539.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 845,
"cds_start": 2132,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.1856A>G",
"hgvs_p": "p.Lys619Arg",
"transcript": "NM_001329212.2",
"protein_id": "NP_001316141.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 753,
"cds_start": 1856,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2222A>G",
"hgvs_p": "p.Lys741Arg",
"transcript": "XM_011521624.4",
"protein_id": "XP_011519926.1",
"transcript_support_level": null,
"aa_start": 741,
"aa_end": null,
"aa_length": 875,
"cds_start": 2222,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2144A>G",
"hgvs_p": "p.Lys715Arg",
"transcript": "XM_011521625.4",
"protein_id": "XP_011519927.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 849,
"cds_start": 2144,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2144A>G",
"hgvs_p": "p.Lys715Arg",
"transcript": "XM_011521626.2",
"protein_id": "XP_011519928.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 849,
"cds_start": 2144,
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2263-107A>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": 27,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "c.2263-1148A>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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.*2076A>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": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.*2076A>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": 17,
"intron_rank_end": null,
"gene_symbol": "NEDD4",
"gene_hgnc_id": 7727,
"hgvs_c": "n.3651-107A>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": "rs140499972",
"frequency_reference_population": 0.006394186,
"hom_count_reference_population": 43,
"allele_count_reference_population": 10294,
"gnomad_exomes_af": 0.00662482,
"gnomad_genomes_af": 0.00418767,
"gnomad_exomes_ac": 9656,
"gnomad_genomes_ac": 638,
"gnomad_exomes_homalt": 40,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01211431622505188,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.319,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1059,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.155,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001284338.2",
"gene_symbol": "NEDD4",
"hgnc_id": 7727,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3554A>G",
"hgvs_p": "p.Lys1185Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}