← 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: 10-26780561-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=26780561&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 26780561,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000376140.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001012750.3",
"protein_id": "NP_001012768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": -4,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"mane_select": "ENST00000376140.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376140.4",
"protein_id": "ENSP00000365310.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": -4,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"mane_select": "NM_001012750.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376142.6",
"protein_id": "ENSP00000365312.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": -4,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000359188.8",
"protein_id": "ENSP00000352114.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376139.6",
"protein_id": "ENSP00000365309.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 476,
"cds_start": -4,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376138.7",
"protein_id": "ENSP00000365308.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": -4,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376170.8",
"protein_id": "ENSP00000365340.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": -4,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376166.5",
"protein_id": "ENSP00000365336.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376137.9",
"protein_id": "ENSP00000365307.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000536334.5",
"protein_id": "ENSP00000439646.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_005470.4",
"protein_id": "NP_005461.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": -4,
"cds_end": null,
"cds_length": 1527,
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348029.2",
"protein_id": "NP_001334958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 507,
"cds_start": -4,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.337-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178116.2",
"protein_id": "NP_001171587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": -4,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3560,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.337-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000346832.10",
"protein_id": "ENSP00000279599.8",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": -4,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178119.2",
"protein_id": "NP_001171590.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348032.2",
"protein_id": "NP_001334961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": -4,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3509,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348033.2",
"protein_id": "NP_001334962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": -4,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3506,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001012752.3",
"protein_id": "NP_001012770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 476,
"cds_start": -4,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001410909.1",
"protein_id": "NP_001397838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": -4,
"cds_end": null,
"cds_length": 1428,
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000376160.5",
"protein_id": "ENSP00000365330.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": -4,
"cds_end": null,
"cds_length": 1428,
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001012751.3",
"protein_id": "NP_001012769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 452,
"cds_start": -4,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178120.2",
"protein_id": "NP_001171591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": -4,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348034.2",
"protein_id": "NP_001334963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": -4,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348030.2",
"protein_id": "NP_001334959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": -4,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178121.2",
"protein_id": "NP_001171592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178122.2",
"protein_id": "NP_001171593.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 422,
"cds_start": -4,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3338,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001348031.2",
"protein_id": "NP_001334960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 420,
"cds_start": -4,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178123.2",
"protein_id": "NP_001171594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "NM_001178124.2",
"protein_id": "NP_001171595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": -4,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-10216G>A",
"hgvs_p": null,
"transcript": "NM_001178125.2",
"protein_id": "NP_001171596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": -4,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-10216G>A",
"hgvs_p": null,
"transcript": "ENST00000490841.7",
"protein_id": "ENSP00000440101.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": -4,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "n.154-3320G>A",
"hgvs_p": null,
"transcript": "ENST00000473481.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "n.381-3320G>A",
"hgvs_p": null,
"transcript": "NR_145410.2",
"protein_id": null,
"transcript_support_level": null,
"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": 3642,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_005252332.5",
"protein_id": "XP_005252389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": -4,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424404.1",
"protein_id": "XP_047280360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 502,
"cds_start": -4,
"cds_end": null,
"cds_length": 1509,
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424405.1",
"protein_id": "XP_047280361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424406.1",
"protein_id": "XP_047280362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 473,
"cds_start": -4,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424407.1",
"protein_id": "XP_047280363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 417,
"cds_start": -4,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_011519289.3",
"protein_id": "XP_011517591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 302,
"cds_start": -4,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_017015459.2",
"protein_id": "XP_016870948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424408.1",
"protein_id": "XP_047280364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": -4,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "c.286-3320G>A",
"hgvs_p": null,
"transcript": "XM_047424409.1",
"protein_id": "XP_047280365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": -4,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"hgvs_c": "n.381-3320G>A",
"hgvs_p": null,
"transcript": "XR_007061931.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABI1",
"gene_hgnc_id": 11320,
"dbsnp": "rs12779919",
"frequency_reference_population": 0.17848033,
"hom_count_reference_population": 2579,
"allele_count_reference_population": 27149,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.17848,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 27149,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 2579,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6899999976158142,
"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.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.414,
"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": "ENST00000376140.4",
"gene_symbol": "ABI1",
"hgnc_id": 11320,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.286-3320G>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
}