← 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: 17-7202912-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7202912&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7202912,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.907A>G",
"hgvs_p": "p.Ile303Val",
"transcript": "NM_001365.5",
"protein_id": "NP_001356.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 767,
"cds_start": 907,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 6812,
"mane_select": null,
"mane_plus": "ENST00000648172.9",
"biotype": "protein_coding",
"feature": "NM_001365.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.907A>G",
"hgvs_p": "p.Ile303Val",
"transcript": "ENST00000648172.9",
"protein_id": "ENSP00000497806.3",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 767,
"cds_start": 907,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 6812,
"mane_select": null,
"mane_plus": "NM_001365.5",
"biotype": "protein_coding",
"feature": "ENST00000648172.9"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ile260Val",
"transcript": "NM_001321075.3",
"protein_id": "NP_001308004.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 724,
"cds_start": 778,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": "ENST00000399506.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321075.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ile260Val",
"transcript": "ENST00000399506.9",
"protein_id": "ENSP00000382425.2",
"transcript_support_level": 2,
"aa_start": 260,
"aa_end": null,
"aa_length": 724,
"cds_start": 778,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 6176,
"mane_select": "NM_001321075.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399506.9"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.898A>G",
"hgvs_p": "p.Ile300Val",
"transcript": "ENST00000399510.8",
"protein_id": "ENSP00000382428.3",
"transcript_support_level": 1,
"aa_start": 300,
"aa_end": null,
"aa_length": 764,
"cds_start": 898,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 1885,
"cdna_end": null,
"cdna_length": 4100,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399510.8"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.877A>G",
"hgvs_p": "p.Ile293Val",
"transcript": "ENST00000648896.1",
"protein_id": "ENSP00000497546.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 757,
"cds_start": 877,
"cds_end": null,
"cds_length": 2274,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 2389,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648896.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "ENST00000649520.1",
"protein_id": "ENSP00000497647.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 664,
"cds_start": 598,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 867,
"cdna_end": null,
"cdna_length": 3077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649520.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "ENST00000648263.1",
"protein_id": "ENSP00000498035.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 486,
"cds_start": 598,
"cds_end": null,
"cds_length": 1462,
"cdna_start": 1065,
"cdna_end": null,
"cdna_length": 1929,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648263.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000485100.5",
"protein_id": "ENSP00000460625.1",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 296,
"cds_start": 769,
"cds_end": null,
"cds_length": 891,
"cdna_start": 810,
"cdna_end": null,
"cdna_length": 1004,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485100.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.712A>G",
"hgvs_p": "p.Ile238Val",
"transcript": "ENST00000647975.1",
"protein_id": "ENSP00000497912.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 277,
"cds_start": 712,
"cds_end": null,
"cds_length": 834,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 946,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647975.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ile232Val",
"transcript": "ENST00000451807.7",
"protein_id": "ENSP00000407918.3",
"transcript_support_level": 5,
"aa_start": 232,
"aa_end": null,
"aa_length": 241,
"cds_start": 694,
"cds_end": null,
"cds_length": 728,
"cdna_start": 739,
"cdna_end": null,
"cdna_length": 773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451807.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "n.907A>G",
"hgvs_p": null,
"transcript": "ENST00000491753.2",
"protein_id": "ENSP00000467897.2",
"transcript_support_level": 2,
"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": 3505,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000491753.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.898A>G",
"hgvs_p": "p.Ile300Val",
"transcript": "NM_001321074.1",
"protein_id": "NP_001308003.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 764,
"cds_start": 898,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 2099,
"cdna_end": null,
"cdna_length": 4314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321074.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "NM_001128827.4",
"protein_id": "NP_001122299.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 721,
"cds_start": 769,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 1249,
"cdna_end": null,
"cdna_length": 6167,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128827.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.769A>G",
"hgvs_p": "p.Ile257Val",
"transcript": "ENST00000302955.11",
"protein_id": "ENSP00000307471.6",
"transcript_support_level": 5,
"aa_start": 257,
"aa_end": null,
"aa_length": 721,
"cds_start": 769,
"cds_end": null,
"cds_length": 2166,
"cdna_start": 1231,
"cdna_end": null,
"cdna_length": 3446,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302955.11"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "NM_001369566.3",
"protein_id": "NP_001356495.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 697,
"cds_start": 697,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 5932,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369566.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.697A>G",
"hgvs_p": "p.Ile233Val",
"transcript": "ENST00000649971.1",
"protein_id": "ENSP00000497011.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 697,
"cds_start": 697,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2580,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649971.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "NM_001321076.3",
"protein_id": "NP_001308005.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 664,
"cds_start": 598,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 5842,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321076.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "NM_001321077.3",
"protein_id": "NP_001308006.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 664,
"cds_start": 598,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 915,
"cdna_end": null,
"cdna_length": 5833,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321077.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "ENST00000649186.1",
"protein_id": "ENSP00000497879.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 664,
"cds_start": 598,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 896,
"cdna_end": null,
"cdna_length": 2419,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649186.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.598A>G",
"hgvs_p": "p.Ile200Val",
"transcript": "ENST00000650120.1",
"protein_id": "ENSP00000497553.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 586,
"cds_start": 598,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650120.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "n.1038A>G",
"hgvs_p": null,
"transcript": "ENST00000648103.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": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648103.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "n.813A>G",
"hgvs_p": null,
"transcript": "ENST00000648707.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2357,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648707.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "n.2108A>G",
"hgvs_p": null,
"transcript": "NR_135527.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4213,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_135527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.*69A>G",
"hgvs_p": null,
"transcript": "ENST00000493294.2",
"protein_id": "ENSP00000465789.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": null,
"cds_end": null,
"cds_length": 616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 759,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493294.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"hgvs_c": "c.*4A>G",
"hgvs_p": null,
"transcript": "ENST00000486626.8",
"protein_id": "ENSP00000465720.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 197,
"cds_start": null,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 919,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000486626.8"
}
],
"gene_symbol": "DLG4",
"gene_hgnc_id": 2903,
"dbsnp": "rs200981137",
"frequency_reference_population": 0.0000012391405,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84147e-7,
"gnomad_genomes_af": 0.00000656392,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.111214280128479,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.1092,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.182,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001365.5",
"gene_symbol": "DLG4",
"hgnc_id": 2903,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.907A>G",
"hgvs_p": "p.Ile303Val"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}