← 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: 7-48219460-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=48219460&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 48219460,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_152701.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "NM_152701.5",
"protein_id": "NP_689914.3",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 5058,
"cds_start": 394,
"cds_end": null,
"cds_length": 15177,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17188,
"mane_select": "ENST00000435803.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "ENST00000435803.6",
"protein_id": "ENSP00000411096.1",
"transcript_support_level": 1,
"aa_start": 132,
"aa_end": null,
"aa_length": 5058,
"cds_start": 394,
"cds_end": null,
"cds_length": 15177,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17188,
"mane_select": "NM_152701.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515130.3",
"protein_id": "XP_011513432.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 5059,
"cds_start": 394,
"cds_end": null,
"cds_length": 15180,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515131.3",
"protein_id": "XP_011513433.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 5028,
"cds_start": 394,
"cds_end": null,
"cds_length": 15087,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515132.3",
"protein_id": "XP_011513434.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 5028,
"cds_start": 394,
"cds_end": null,
"cds_length": 15087,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515133.3",
"protein_id": "XP_011513435.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 5013,
"cds_start": 394,
"cds_end": null,
"cds_length": 15042,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_047419918.1",
"protein_id": "XP_047275874.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4997,
"cds_start": 394,
"cds_end": null,
"cds_length": 14994,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 17005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515134.3",
"protein_id": "XP_011513436.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4950,
"cds_start": 394,
"cds_end": null,
"cds_length": 14853,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 15906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_047419919.1",
"protein_id": "XP_047275875.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4849,
"cds_start": 394,
"cds_end": null,
"cds_length": 14550,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 14704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_047419920.1",
"protein_id": "XP_047275876.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4829,
"cds_start": 394,
"cds_end": null,
"cds_length": 14490,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 16390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_047419921.1",
"protein_id": "XP_047275877.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4828,
"cds_start": 394,
"cds_end": null,
"cds_length": 14487,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 16387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515137.4",
"protein_id": "XP_011513439.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4602,
"cds_start": 394,
"cds_end": null,
"cds_length": 13809,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_047419922.1",
"protein_id": "XP_047275878.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4530,
"cds_start": 394,
"cds_end": null,
"cds_length": 13593,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 14740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515138.3",
"protein_id": "XP_011513440.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4468,
"cds_start": 394,
"cds_end": null,
"cds_length": 13407,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515139.3",
"protein_id": "XP_011513441.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4456,
"cds_start": 394,
"cds_end": null,
"cds_length": 13371,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_017011767.2",
"protein_id": "XP_016867256.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4433,
"cds_start": 394,
"cds_end": null,
"cds_length": 13302,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_017011768.2",
"protein_id": "XP_016867257.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4396,
"cds_start": 394,
"cds_end": null,
"cds_length": 13191,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515141.3",
"protein_id": "XP_011513443.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4329,
"cds_start": 394,
"cds_end": null,
"cds_length": 12990,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515142.3",
"protein_id": "XP_011513444.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4298,
"cds_start": 394,
"cds_end": null,
"cds_length": 12897,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 12950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515143.3",
"protein_id": "XP_011513445.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4030,
"cds_start": 394,
"cds_end": null,
"cds_length": 12093,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 14378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515144.3",
"protein_id": "XP_011513446.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 4024,
"cds_start": 394,
"cds_end": null,
"cds_length": 12075,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 12198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515145.3",
"protein_id": "XP_011513447.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 3781,
"cds_start": 394,
"cds_end": null,
"cds_length": 11346,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 13162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515146.3",
"protein_id": "XP_011513448.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 3717,
"cds_start": 394,
"cds_end": null,
"cds_length": 11154,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 11413,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515147.3",
"protein_id": "XP_011513449.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 3424,
"cds_start": 394,
"cds_end": null,
"cds_length": 10275,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 11391,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515148.3",
"protein_id": "XP_011513450.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 3341,
"cds_start": 394,
"cds_end": null,
"cds_length": 10026,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 10356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr",
"transcript": "XM_011515149.3",
"protein_id": "XP_011513451.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 3341,
"cds_start": 394,
"cds_end": null,
"cds_length": 10026,
"cdna_start": 420,
"cdna_end": null,
"cdna_length": 10262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "n.394G>A",
"hgvs_p": null,
"transcript": "ENST00000417403.5",
"protein_id": "ENSP00000409268.1",
"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": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "n.420G>A",
"hgvs_p": null,
"transcript": "XR_926914.3",
"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": 15086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "n.420G>A",
"hgvs_p": null,
"transcript": "XR_926915.3",
"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": 15083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"hgvs_c": "n.420G>A",
"hgvs_p": null,
"transcript": "XR_926919.3",
"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": 13574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABCA13",
"gene_hgnc_id": 14638,
"dbsnp": "rs199907595",
"frequency_reference_population": 0.0001822833,
"hom_count_reference_population": 1,
"allele_count_reference_population": 294,
"gnomad_exomes_af": 0.000188273,
"gnomad_genomes_af": 0.000124813,
"gnomad_exomes_ac": 275,
"gnomad_genomes_ac": 19,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09828123450279236,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.2418,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.741,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_152701.5",
"gene_symbol": "ABCA13",
"hgnc_id": 14638,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.394G>A",
"hgvs_p": "p.Ala132Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}