← 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-96227509-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=96227509&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 96227509,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000224337.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "NM_013314.4",
"protein_id": "NP_037446.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 456,
"cds_start": 262,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": "ENST00000224337.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000224337.10",
"protein_id": "ENSP00000224337.6",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 456,
"cds_start": 262,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": "NM_013314.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000371176.7",
"protein_id": "ENSP00000360218.2",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 433,
"cds_start": 262,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 404,
"cdna_end": null,
"cdna_length": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000413476.6",
"protein_id": "ENSP00000397487.2",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 404,
"cds_start": 262,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000427367.6",
"protein_id": "ENSP00000391924.3",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 299,
"cds_start": 262,
"cds_end": null,
"cds_length": 900,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 1284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000696514.1",
"protein_id": "ENSP00000512680.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 452,
"cds_start": 262,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 382,
"cdna_end": null,
"cdna_length": 1753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000696513.1",
"protein_id": "ENSP00000512679.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 444,
"cds_start": 262,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "NM_001114094.2",
"protein_id": "NP_001107566.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 433,
"cds_start": 262,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 4275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "NM_001258440.2",
"protein_id": "NP_001245369.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 404,
"cds_start": 262,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 4188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "NM_001258441.2",
"protein_id": "NP_001245370.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 381,
"cds_start": 262,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 4119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000696253.1",
"protein_id": "ENSP00000512506.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 381,
"cds_start": 262,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 262,
"cdna_end": null,
"cdna_length": 1146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "NM_001258442.2",
"protein_id": "NP_001245371.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 299,
"cds_start": 262,
"cds_end": null,
"cds_length": 900,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 3873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr",
"transcript": "ENST00000696248.1",
"protein_id": "ENSP00000512505.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 299,
"cds_start": 262,
"cds_end": null,
"cds_length": 900,
"cdna_start": 262,
"cdna_end": null,
"cdna_length": 900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.262G>A",
"hgvs_p": null,
"transcript": "ENST00000467799.7",
"protein_id": "ENSP00000466331.3",
"transcript_support_level": 5,
"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": 1655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.354G>A",
"hgvs_p": null,
"transcript": "ENST00000472763.2",
"protein_id": null,
"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": 1503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696257.1",
"protein_id": "ENSP00000512509.1",
"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": 1237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696516.1",
"protein_id": "ENSP00000512681.1",
"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": 1143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.262G>A",
"hgvs_p": null,
"transcript": "ENST00000696517.1",
"protein_id": "ENSP00000512682.1",
"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": 1138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.262G>A",
"hgvs_p": null,
"transcript": "ENST00000696518.1",
"protein_id": "ENSP00000512683.1",
"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": 1076,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696519.1",
"protein_id": "ENSP00000512684.1",
"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": 1165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696521.1",
"protein_id": "ENSP00000512685.1",
"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": 1321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696522.1",
"protein_id": "ENSP00000512686.1",
"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": 1211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696523.1",
"protein_id": "ENSP00000512687.1",
"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": 1026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*162G>A",
"hgvs_p": null,
"transcript": "ENST00000696524.1",
"protein_id": "ENSP00000512688.1",
"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": 2876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.382G>A",
"hgvs_p": null,
"transcript": "ENST00000696525.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": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.433G>A",
"hgvs_p": null,
"transcript": "NR_047680.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": 4168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.438G>A",
"hgvs_p": null,
"transcript": "NR_047681.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": 4116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.433G>A",
"hgvs_p": null,
"transcript": "NR_047682.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": 4111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.433G>A",
"hgvs_p": null,
"transcript": "NR_047683.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": 4049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696257.1",
"protein_id": "ENSP00000512509.1",
"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": 1237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696516.1",
"protein_id": "ENSP00000512681.1",
"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": 1143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696519.1",
"protein_id": "ENSP00000512684.1",
"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": 1165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696521.1",
"protein_id": "ENSP00000512685.1",
"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": 1321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*6G>A",
"hgvs_p": null,
"transcript": "ENST00000696522.1",
"protein_id": "ENSP00000512686.1",
"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": 1211,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*86G>A",
"hgvs_p": null,
"transcript": "ENST00000696523.1",
"protein_id": "ENSP00000512687.1",
"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": 1026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*162G>A",
"hgvs_p": null,
"transcript": "ENST00000696524.1",
"protein_id": "ENSP00000512688.1",
"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": 2876,
"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": 13,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.164-10775G>A",
"hgvs_p": null,
"transcript": "ENST00000696255.1",
"protein_id": "ENSP00000512507.1",
"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": 940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"dbsnp": "rs144903484",
"frequency_reference_population": 0.0012588263,
"hom_count_reference_population": 21,
"allele_count_reference_population": 2032,
"gnomad_exomes_af": 0.000681335,
"gnomad_genomes_af": 0.00679942,
"gnomad_exomes_ac": 996,
"gnomad_genomes_ac": 1036,
"gnomad_exomes_homalt": 10,
"gnomad_genomes_homalt": 11,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0062735676765441895,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.0774,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.375,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000224337.10",
"gene_symbol": "BLNK",
"hgnc_id": 14211,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.262G>A",
"hgvs_p": "p.Ala88Thr"
}
],
"clinvar_disease": " autosomal recessive,Agammaglobulinemia 4,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "Agammaglobulinemia 4, autosomal recessive|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}