← 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: 14-104703153-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=104703153&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 104703153,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000392634.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_022489.4",
"protein_id": "NP_071934.3",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1249,
"cds_start": 440,
"cds_end": null,
"cds_length": 3750,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 7623,
"mane_select": "ENST00000392634.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000392634.9",
"protein_id": "ENSP00000376410.4",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 1249,
"cds_start": 440,
"cds_end": null,
"cds_length": 3750,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 7623,
"mane_select": "NM_022489.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000398337.8",
"protein_id": "ENSP00000381380.4",
"transcript_support_level": 1,
"aa_start": 147,
"aa_end": null,
"aa_length": 234,
"cds_start": 440,
"cds_end": null,
"cds_length": 705,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 1689,
"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": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000617571.5",
"protein_id": "ENSP00000483829.2",
"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": 4556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.536T>C",
"hgvs_p": "p.Leu179Pro",
"transcript": "ENST00000675207.1",
"protein_id": "ENSP00000502644.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 1281,
"cds_start": 536,
"cds_end": null,
"cds_length": 3846,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 7732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426862.1",
"protein_id": "NP_001413791.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1268,
"cds_start": 440,
"cds_end": null,
"cds_length": 3807,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 7650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000675980.1",
"protein_id": "ENSP00000502520.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1255,
"cds_start": 440,
"cds_end": null,
"cds_length": 3768,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000675481.1",
"protein_id": "ENSP00000502723.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1250,
"cds_start": 440,
"cds_end": null,
"cds_length": 3753,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 3754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426863.1",
"protein_id": "NP_001413792.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1249,
"cds_start": 440,
"cds_end": null,
"cds_length": 3750,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 7951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426864.1",
"protein_id": "NP_001413793.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1249,
"cds_start": 440,
"cds_end": null,
"cds_length": 3750,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 7761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000675329.1",
"protein_id": "ENSP00000502287.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1241,
"cds_start": 440,
"cds_end": null,
"cds_length": 3726,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001031714.4",
"protein_id": "NP_001026884.3",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1240,
"cds_start": 440,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 7566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426865.1",
"protein_id": "NP_001413794.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1240,
"cds_start": 440,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 7894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000330634.11",
"protein_id": "ENSP00000376406.3",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 1240,
"cds_start": 440,
"cds_end": null,
"cds_length": 3723,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 7578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000675638.1",
"protein_id": "ENSP00000501647.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1222,
"cds_start": 440,
"cds_end": null,
"cds_length": 3669,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 7411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "ENST00000674991.1",
"protein_id": "ENSP00000502004.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 980,
"cds_start": 440,
"cds_end": null,
"cds_length": 2944,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 2944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426866.1",
"protein_id": "NP_001413795.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 234,
"cds_start": 440,
"cds_end": null,
"cds_length": 705,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 1945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426867.1",
"protein_id": "NP_001413796.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 234,
"cds_start": 440,
"cds_end": null,
"cds_length": 705,
"cdna_start": 709,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_001426868.1",
"protein_id": "NP_001413797.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 234,
"cds_start": 440,
"cds_end": null,
"cds_length": 705,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro",
"transcript": "NM_032714.3",
"protein_id": "NP_116103.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 234,
"cds_start": 440,
"cds_end": null,
"cds_length": 705,
"cdna_start": 571,
"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": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674520.1",
"protein_id": "ENSP00000502593.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": 3689,
"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": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674662.1",
"protein_id": "ENSP00000501895.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": 3755,
"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": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674757.1",
"protein_id": "ENSP00000502202.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": 3756,
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674846.1",
"protein_id": "ENSP00000502431.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": 3689,
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674857.1",
"protein_id": "ENSP00000501687.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": 3683,
"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": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674960.1",
"protein_id": "ENSP00000501841.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": 3552,
"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": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000674994.1",
"protein_id": "ENSP00000502442.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": 3006,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.642T>C",
"hgvs_p": null,
"transcript": "ENST00000675029.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": 1692,
"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": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675583.1",
"protein_id": "ENSP00000501740.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": 3623,
"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": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675724.1",
"protein_id": "ENSP00000502576.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": 3632,
"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": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675771.1",
"protein_id": "ENSP00000502104.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": 2957,
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675797.1",
"protein_id": "ENSP00000502023.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": 3099,
"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": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675809.1",
"protein_id": "ENSP00000502587.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": 3749,
"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": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000675930.1",
"protein_id": "ENSP00000502456.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": 3639,
"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": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000676016.1",
"protein_id": "ENSP00000502412.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": 3593,
"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": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.440T>C",
"hgvs_p": null,
"transcript": "ENST00000676366.1",
"protein_id": "ENSP00000501605.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": 3558,
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.571T>C",
"hgvs_p": null,
"transcript": "NR_190061.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": 7707,
"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": 19,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"hgvs_c": "n.392-142T>C",
"hgvs_p": null,
"transcript": "ENST00000674822.1",
"protein_id": "ENSP00000501552.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": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "INF2",
"gene_hgnc_id": 23791,
"dbsnp": "rs1555373588",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9519291520118713,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.888,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9836,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.926,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000392634.9",
"gene_symbol": "INF2",
"hgnc_id": 23791,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.440T>C",
"hgvs_p": "p.Leu147Pro"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease dominant intermediate E,Focal segmental glomerulosclerosis 5",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Focal segmental glomerulosclerosis 5;Charcot-Marie-Tooth disease dominant intermediate E",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}