← 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: 1-57010757-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=57010757&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 57010757,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_021080.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_001365792.1",
"protein_id": "NP_001352721.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371236.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365792.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "ENST00000371236.7",
"protein_id": "ENSP00000360280.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365792.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371236.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Pro534Ser",
"transcript": "ENST00000420954.6",
"protein_id": "ENSP00000395296.2",
"transcript_support_level": 1,
"aa_start": 534,
"aa_end": null,
"aa_length": 553,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420954.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1705C>T",
"hgvs_p": "p.Pro569Ser",
"transcript": "ENST00000371231.5",
"protein_id": "ENSP00000360275.1",
"transcript_support_level": 5,
"aa_start": 569,
"aa_end": null,
"aa_length": 588,
"cds_start": 1705,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371231.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1699C>T",
"hgvs_p": "p.Pro567Ser",
"transcript": "ENST00000959331.1",
"protein_id": "ENSP00000629390.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 586,
"cds_start": 1699,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959331.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1657C>T",
"hgvs_p": "p.Pro553Ser",
"transcript": "ENST00000853968.1",
"protein_id": "ENSP00000524027.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 572,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853968.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1657C>T",
"hgvs_p": "p.Pro553Ser",
"transcript": "ENST00000959326.1",
"protein_id": "ENSP00000629385.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 572,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959326.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1657C>T",
"hgvs_p": "p.Pro553Ser",
"transcript": "ENST00000959328.1",
"protein_id": "ENSP00000629387.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 572,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959328.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1657C>T",
"hgvs_p": "p.Pro553Ser",
"transcript": "ENST00000959332.1",
"protein_id": "ENSP00000629391.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 572,
"cds_start": 1657,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959332.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1651C>T",
"hgvs_p": "p.Pro551Ser",
"transcript": "ENST00000929475.1",
"protein_id": "ENSP00000599534.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 570,
"cds_start": 1651,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929475.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_001353983.2",
"protein_id": "NP_001340912.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353983.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_001353985.2",
"protein_id": "NP_001340914.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353985.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_001365793.1",
"protein_id": "NP_001352722.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365793.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_001379462.1",
"protein_id": "NP_001366391.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379462.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "NM_021080.5",
"protein_id": "NP_066566.3",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021080.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "ENST00000414851.6",
"protein_id": "ENSP00000387581.3",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414851.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "ENST00000853969.1",
"protein_id": "ENSP00000524028.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853969.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser",
"transcript": "ENST00000929476.1",
"protein_id": "ENSP00000599535.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 555,
"cds_start": 1606,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929476.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Pro534Ser",
"transcript": "NM_001353986.2",
"protein_id": "NP_001340915.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 553,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001353986.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1600C>T",
"hgvs_p": "p.Pro534Ser",
"transcript": "NM_001379461.1",
"protein_id": "NP_001366390.1",
"transcript_support_level": null,
"aa_start": 534,
"aa_end": null,
"aa_length": 553,
"cds_start": 1600,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379461.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1249C>T",
"hgvs_p": "p.Pro417Ser",
"transcript": "ENST00000959329.1",
"protein_id": "ENSP00000629388.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 436,
"cds_start": 1249,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959329.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1156C>T",
"hgvs_p": "p.Pro386Ser",
"transcript": "ENST00000959327.1",
"protein_id": "ENSP00000629386.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 405,
"cds_start": 1156,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959327.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "c.1108C>T",
"hgvs_p": "p.Pro370Ser",
"transcript": "ENST00000959330.1",
"protein_id": "ENSP00000629389.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 389,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"hgvs_c": "n.2361C>T",
"hgvs_p": null,
"transcript": "ENST00000485760.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485760.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11272G>A",
"hgvs_p": null,
"transcript": "XR_001737646.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": "XR_001737646.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.10112G>A",
"hgvs_p": null,
"transcript": "XR_002958544.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": "XR_002958544.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11424G>A",
"hgvs_p": null,
"transcript": "XR_007066112.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066112.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11332G>A",
"hgvs_p": null,
"transcript": "XR_007066113.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066113.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11188G>A",
"hgvs_p": null,
"transcript": "XR_007066114.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066114.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11425G>A",
"hgvs_p": null,
"transcript": "XR_007066117.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066117.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.9487G>A",
"hgvs_p": null,
"transcript": "XR_007066118.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066118.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.9256G>A",
"hgvs_p": null,
"transcript": "XR_007066119.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.11241G>A",
"hgvs_p": null,
"transcript": "XR_007066120.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066120.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.9101G>A",
"hgvs_p": null,
"transcript": "XR_007066121.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066121.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.9164G>A",
"hgvs_p": null,
"transcript": "XR_007066122.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066122.1"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.5237-2881G>A",
"hgvs_p": null,
"transcript": "XR_007066115.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066115.1"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "LOC112267900",
"gene_hgnc_id": null,
"hgvs_c": "n.5237-2977G>A",
"hgvs_p": null,
"transcript": "XR_007066116.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066116.1"
}
],
"gene_symbol": "DAB1",
"gene_hgnc_id": 2661,
"dbsnp": "rs779432585",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2614273130893707,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.131,
"revel_prediction": "Benign",
"alphamissense_score": 0.066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.07,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.07,
"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_021080.5",
"gene_symbol": "DAB1",
"hgnc_id": 2661,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1606C>T",
"hgvs_p": "p.Pro536Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_001737646.2",
"gene_symbol": "LOC112267900",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.11272G>A",
"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
}