← 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: 14-66680045-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=66680045&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 66680045,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000478722.6",
"consequences": [
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_020806.5",
"protein_id": "NP_065857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 769,
"cds_start": -4,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3557,
"mane_select": "ENST00000478722.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000478722.6",
"protein_id": "ENSP00000417901.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 769,
"cds_start": -4,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3557,
"mane_select": "NM_020806.5",
"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": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000315266.9",
"protein_id": "ENSP00000312771.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": -4,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4193,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377514.1",
"protein_id": "NP_001364443.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 789,
"cds_start": -4,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3617,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000543237.5",
"protein_id": "ENSP00000438404.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 782,
"cds_start": -4,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2459,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377515.1",
"protein_id": "NP_001364444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": -4,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3587,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377516.1",
"protein_id": "NP_001364445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": -4,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3578,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377517.1",
"protein_id": "NP_001364446.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": -4,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3530,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377518.1",
"protein_id": "NP_001364447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 755,
"cds_start": -4,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001377519.1",
"protein_id": "NP_001364448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": -4,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3497,
"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": 22,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "NM_001024218.2",
"protein_id": "NP_001019389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": -4,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3458,
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000459628.5",
"protein_id": "ENSP00000452220.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 380,
"cds_start": -4,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "n.*86-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000553936.5",
"protein_id": "ENSP00000451725.1",
"transcript_support_level": 3,
"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": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "n.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000555668.5",
"protein_id": "ENSP00000451935.1",
"transcript_support_level": 4,
"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": 550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "n.345-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000556020.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "n.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000556633.5",
"protein_id": "ENSP00000451056.1",
"transcript_support_level": 3,
"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": 512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "n.65-1062A>G",
"hgvs_p": null,
"transcript": "ENST00000557654.5",
"protein_id": "ENSP00000451790.1",
"transcript_support_level": 4,
"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": 503,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_011536340.4",
"protein_id": "XP_011534642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 825,
"cds_start": -4,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3725,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_017020913.3",
"protein_id": "XP_016876402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3716,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_011536342.4",
"protein_id": "XP_011534644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 812,
"cds_start": -4,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3686,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_017020914.3",
"protein_id": "XP_016876403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 806,
"cds_start": -4,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3668,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_011536343.4",
"protein_id": "XP_011534645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 801,
"cds_start": -4,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3653,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_047430875.1",
"protein_id": "XP_047286831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 793,
"cds_start": -4,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3629,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_011536344.4",
"protein_id": "XP_011534646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": -4,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3626,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_047430876.1",
"protein_id": "XP_047286832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 788,
"cds_start": -4,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3614,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_011536345.4",
"protein_id": "XP_011534647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 782,
"cds_start": -4,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3596,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_017020917.3",
"protein_id": "XP_016876406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 773,
"cds_start": -4,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3569,
"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": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_017020918.3",
"protein_id": "XP_016876407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 768,
"cds_start": -4,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3554,
"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": 15,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"hgvs_c": "c.65-1062A>G",
"hgvs_p": null,
"transcript": "XM_047430879.1",
"protein_id": "XP_047286835.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GPHN",
"gene_hgnc_id": 15465,
"dbsnp": "rs17182817",
"frequency_reference_population": 0.0585957,
"hom_count_reference_population": 358,
"allele_count_reference_population": 8926,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0585957,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 8926,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 358,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.035,
"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": "ENST00000478722.6",
"gene_symbol": "GPHN",
"hgnc_id": 15465,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.65-1062A>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
}