← 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-96204068-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=96204068&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 96204068,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000224337.10",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr",
"transcript": "NM_013314.4",
"protein_id": "NP_037446.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 456,
"cds_start": 923,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": "ENST00000224337.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr",
"transcript": "ENST00000224337.10",
"protein_id": "ENSP00000224337.6",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 456,
"cds_start": 923,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": "NM_013314.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.854T>C",
"hgvs_p": "p.Ile285Thr",
"transcript": "ENST00000371176.7",
"protein_id": "ENSP00000360218.2",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 433,
"cds_start": 854,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 996,
"cdna_end": null,
"cdna_length": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr",
"transcript": "ENST00000413476.6",
"protein_id": "ENSP00000397487.2",
"transcript_support_level": 1,
"aa_start": 308,
"aa_end": null,
"aa_length": 404,
"cds_start": 923,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1041,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Ile203Thr",
"transcript": "ENST00000427367.6",
"protein_id": "ENSP00000391924.3",
"transcript_support_level": 1,
"aa_start": 203,
"aa_end": null,
"aa_length": 299,
"cds_start": 608,
"cds_end": null,
"cds_length": 900,
"cdna_start": 726,
"cdna_end": null,
"cdna_length": 1284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.911T>C",
"hgvs_p": "p.Ile304Thr",
"transcript": "ENST00000696514.1",
"protein_id": "ENSP00000512680.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 452,
"cds_start": 911,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1031,
"cdna_end": null,
"cdna_length": 1753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr",
"transcript": "ENST00000696513.1",
"protein_id": "ENSP00000512679.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 444,
"cds_start": 923,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.854T>C",
"hgvs_p": "p.Ile285Thr",
"transcript": "NM_001114094.2",
"protein_id": "NP_001107566.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 433,
"cds_start": 854,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 4275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr",
"transcript": "NM_001258440.2",
"protein_id": "NP_001245369.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 404,
"cds_start": 923,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 4188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.854T>C",
"hgvs_p": "p.Ile285Thr",
"transcript": "NM_001258441.2",
"protein_id": "NP_001245370.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 381,
"cds_start": 854,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 4119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.854T>C",
"hgvs_p": "p.Ile285Thr",
"transcript": "ENST00000696253.1",
"protein_id": "ENSP00000512506.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 381,
"cds_start": 854,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Ile203Thr",
"transcript": "NM_001258442.2",
"protein_id": "NP_001245371.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 299,
"cds_start": 608,
"cds_end": null,
"cds_length": 900,
"cdna_start": 779,
"cdna_end": null,
"cdna_length": 3873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Ile203Thr",
"transcript": "ENST00000696248.1",
"protein_id": "ENSP00000512505.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 299,
"cds_start": 608,
"cds_end": null,
"cds_length": 900,
"cdna_start": 608,
"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": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF518A",
"gene_hgnc_id": 29009,
"hgvs_c": "n.239A>G",
"hgvs_p": null,
"transcript": "ENST00000442635.2",
"protein_id": null,
"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": 300,
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*393T>C",
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.643T>C",
"hgvs_p": null,
"transcript": "ENST00000468252.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": 663,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.344T>C",
"hgvs_p": null,
"transcript": "ENST00000485193.1",
"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": 625,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF518A",
"gene_hgnc_id": 29009,
"hgvs_c": "n.374A>G",
"hgvs_p": null,
"transcript": "ENST00000563195.1",
"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": 1594,
"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": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*324T>C",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*586T>C",
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.1191T>C",
"hgvs_p": null,
"transcript": "ENST00000696515.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": 1871,
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*434T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*324T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*154T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*747T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*747T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*598T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*608T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.918T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.866T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.861T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.955T>C",
"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": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF518A",
"gene_hgnc_id": 29009,
"hgvs_c": "n.633A>G",
"hgvs_p": null,
"transcript": "NR_138482.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": 1856,
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*393T>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*324T>C",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*586T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*434T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*324T>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*154T>C",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*747T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*747T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*598T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"hgvs_c": "n.*608T>C",
"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
}
],
"gene_symbol": "BLNK",
"gene_hgnc_id": 14211,
"dbsnp": "rs144266674",
"frequency_reference_population": 0.00094630657,
"hom_count_reference_population": 5,
"allele_count_reference_population": 1527,
"gnomad_exomes_af": 0.000955976,
"gnomad_genomes_af": 0.000853534,
"gnomad_exomes_ac": 1397,
"gnomad_genomes_ac": 130,
"gnomad_exomes_homalt": 5,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005208820104598999,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.155,
"revel_prediction": "Benign",
"alphamissense_score": 0.219,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.955,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000224337.10",
"gene_symbol": "BLNK",
"hgnc_id": 14211,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.923T>C",
"hgvs_p": "p.Ile308Thr"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000563195.1",
"gene_symbol": "ZNF518A",
"hgnc_id": 29009,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.374A>G",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive,Agammaglobulinemia 4,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"phenotype_combined": "not provided|Agammaglobulinemia 4, autosomal recessive",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}