← 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: 11-6608208-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=6608208&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 6608208,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000299421.9",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "NM_004517.4",
"protein_id": "NP_004508.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": "ENST00000299421.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "ENST00000299421.9",
"protein_id": "ENSP00000299421.4",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": "NM_004517.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "ENST00000396751.6",
"protein_id": "ENSP00000379975.2",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 2074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "ENST00000420936.6",
"protein_id": "ENSP00000403487.2",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 363,
"cdna_end": null,
"cdna_length": 1692,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF10",
"gene_hgnc_id": 11543,
"hgvs_c": "n.3480C>T",
"hgvs_p": null,
"transcript": "ENST00000616342.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 5392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF10",
"gene_hgnc_id": 11543,
"hgvs_c": "c.*2714C>T",
"hgvs_p": null,
"transcript": "NM_006284.4",
"protein_id": "NP_006275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5312,
"mane_select": "ENST00000299424.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TAF10",
"gene_hgnc_id": 11543,
"hgvs_c": "c.*2714C>T",
"hgvs_p": null,
"transcript": "ENST00000299424.9",
"protein_id": "ENSP00000299424.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": -4,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5312,
"mane_select": "NM_006284.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "ENST00000537806.5",
"protein_id": "ENSP00000439606.2",
"transcript_support_level": 5,
"aa_start": 84,
"aa_end": null,
"aa_length": 483,
"cds_start": 252,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 1801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "NM_001014794.3",
"protein_id": "NP_001014794.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 1713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "NM_001014795.3",
"protein_id": "NP_001014795.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 750,
"cdna_end": null,
"cdna_length": 2116,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "NM_001278441.2",
"protein_id": "NP_001265370.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 391,
"cds_start": 252,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 1576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "ENST00000528995.5",
"protein_id": "ENSP00000435323.1",
"transcript_support_level": 2,
"aa_start": 84,
"aa_end": null,
"aa_length": 391,
"cds_start": 252,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.228G>A",
"hgvs_p": "p.Gln76Gln",
"transcript": "ENST00000526318.2",
"protein_id": "ENSP00000480597.1",
"transcript_support_level": 3,
"aa_start": 76,
"aa_end": null,
"aa_length": 111,
"cds_start": 228,
"cds_end": null,
"cds_length": 336,
"cdna_start": 228,
"cdna_end": null,
"cdna_length": 596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "XM_005252904.6",
"protein_id": "XP_005252961.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 402,
"cdna_end": null,
"cdna_length": 1768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln",
"transcript": "XM_011520065.2",
"protein_id": "XP_011518367.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 452,
"cds_start": 252,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.99G>A",
"hgvs_p": "p.Gln33Gln",
"transcript": "XM_024448498.2",
"protein_id": "XP_024304266.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 401,
"cds_start": 99,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 1738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.99G>A",
"hgvs_p": "p.Gln33Gln",
"transcript": "XM_024448499.2",
"protein_id": "XP_024304267.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 401,
"cds_start": 99,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 1829,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.538G>A",
"hgvs_p": null,
"transcript": "ENST00000524735.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": 566,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.*232G>A",
"hgvs_p": null,
"transcript": "ENST00000526114.5",
"protein_id": "ENSP00000432617.1",
"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": 851,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.*232G>A",
"hgvs_p": null,
"transcript": "ENST00000527121.5",
"protein_id": "ENSP00000436062.1",
"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": 891,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.393G>A",
"hgvs_p": null,
"transcript": "ENST00000530016.5",
"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": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.*232G>A",
"hgvs_p": null,
"transcript": "ENST00000526114.5",
"protein_id": "ENSP00000432617.1",
"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": 851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.*232G>A",
"hgvs_p": null,
"transcript": "ENST00000527121.5",
"protein_id": "ENSP00000436062.1",
"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": 891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.-147-186G>A",
"hgvs_p": null,
"transcript": "NM_001278442.2",
"protein_id": "NP_001265371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 318,
"cds_start": -4,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.-147-186G>A",
"hgvs_p": null,
"transcript": "ENST00000532063.5",
"protein_id": "ENSP00000434492.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 318,
"cds_start": -4,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1617,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.90-186G>A",
"hgvs_p": null,
"transcript": "ENST00000526711.5",
"protein_id": "ENSP00000479932.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": 1594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "c.-147-186G>A",
"hgvs_p": null,
"transcript": "XM_047426885.1",
"protein_id": "XP_047282841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 318,
"cds_start": -4,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"hgvs_c": "n.-58G>A",
"hgvs_p": null,
"transcript": "ENST00000528784.5",
"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": 947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ILK",
"gene_hgnc_id": 6040,
"dbsnp": "rs757818130",
"frequency_reference_population": 0.00013444091,
"hom_count_reference_population": 0,
"allele_count_reference_population": 217,
"gnomad_exomes_af": 0.000141598,
"gnomad_genomes_af": 0.0000656978,
"gnomad_exomes_ac": 207,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"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.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.195,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000299421.9",
"gene_symbol": "ILK",
"hgnc_id": 6040,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.252G>A",
"hgvs_p": "p.Gln84Gln"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000299424.9",
"gene_symbol": "TAF10",
"hgnc_id": 11543,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*2714C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Primary familial hypertrophic cardiomyopathy,not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4",
"phenotype_combined": "not specified|Primary familial hypertrophic cardiomyopathy|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}