← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 7-17826070-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=17826070&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 17826070,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001350862.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "NM_015132.5",
"protein_id": "NP_055947.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 957,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000428135.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015132.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000428135.7",
"protein_id": "ENSP00000398789.2",
"transcript_support_level": 1,
"aa_start": 553,
"aa_end": null,
"aa_length": 957,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015132.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428135.7"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000611725.4",
"protein_id": "ENSP00000479044.1",
"transcript_support_level": 1,
"aa_start": 553,
"aa_end": null,
"aa_length": 888,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000611725.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "NM_001350862.2",
"protein_id": "NP_001337791.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 968,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350862.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000862559.1",
"protein_id": "ENSP00000532618.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 968,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862559.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1618G>A",
"hgvs_p": "p.Val540Ile",
"transcript": "ENST00000959595.1",
"protein_id": "ENSP00000629654.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 955,
"cds_start": 1618,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959595.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1618G>A",
"hgvs_p": "p.Val540Ile",
"transcript": "ENST00000862561.1",
"protein_id": "ENSP00000532620.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 944,
"cds_start": 1618,
"cds_end": null,
"cds_length": 2835,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862561.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Val519Ile",
"transcript": "ENST00000959598.1",
"protein_id": "ENSP00000629657.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 934,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959598.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "ENST00000959596.1",
"protein_id": "ENSP00000629655.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 933,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959596.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000959599.1",
"protein_id": "ENSP00000629658.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 932,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959599.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1555G>A",
"hgvs_p": "p.Val519Ile",
"transcript": "ENST00000862563.1",
"protein_id": "ENSP00000532622.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 923,
"cds_start": 1555,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862563.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "ENST00000862564.1",
"protein_id": "ENSP00000532623.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 922,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862564.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000939179.1",
"protein_id": "ENSP00000609238.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 921,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939179.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000862560.1",
"protein_id": "ENSP00000532619.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 914,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862560.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1468G>A",
"hgvs_p": "p.Val490Ile",
"transcript": "ENST00000959597.1",
"protein_id": "ENSP00000629656.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 905,
"cds_start": 1468,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959597.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "ENST00000862562.1",
"protein_id": "ENSP00000532621.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 903,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862562.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1417G>A",
"hgvs_p": "p.Val473Ile",
"transcript": "NM_001350863.2",
"protein_id": "NP_001337792.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 877,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350863.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1351G>A",
"hgvs_p": "p.Val451Ile",
"transcript": "NM_001350864.2",
"protein_id": "NP_001337793.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 855,
"cds_start": 1351,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350864.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1048G>A",
"hgvs_p": "p.Val350Ile",
"transcript": "NM_001350866.2",
"protein_id": "NP_001337795.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 754,
"cds_start": 1048,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350866.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1048G>A",
"hgvs_p": "p.Val350Ile",
"transcript": "NM_001350867.2",
"protein_id": "NP_001337796.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 754,
"cds_start": 1048,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350867.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.832G>A",
"hgvs_p": "p.Val278Ile",
"transcript": "ENST00000959594.1",
"protein_id": "ENSP00000629653.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 682,
"cds_start": 832,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959594.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "XM_011515229.3",
"protein_id": "XP_011513531.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 914,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515229.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile",
"transcript": "XM_017011893.3",
"protein_id": "XP_016867382.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 903,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011893.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1417G>A",
"hgvs_p": "p.Val473Ile",
"transcript": "XM_047420073.1",
"protein_id": "XP_047276029.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 888,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420073.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1351G>A",
"hgvs_p": "p.Val451Ile",
"transcript": "XM_047420074.1",
"protein_id": "XP_047276030.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 866,
"cds_start": 1351,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420074.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1048G>A",
"hgvs_p": "p.Val350Ile",
"transcript": "XM_047420075.1",
"protein_id": "XP_047276031.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 765,
"cds_start": 1048,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.*1355G>A",
"hgvs_p": null,
"transcript": "ENST00000409076.6",
"protein_id": "ENSP00000387053.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000409076.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.*1422G>A",
"hgvs_p": null,
"transcript": "ENST00000444712.5",
"protein_id": "ENSP00000397768.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000444712.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.1818G>A",
"hgvs_p": null,
"transcript": "NR_146932.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146932.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.1856G>A",
"hgvs_p": null,
"transcript": "NR_146933.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146933.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.*1355G>A",
"hgvs_p": null,
"transcript": "ENST00000409076.6",
"protein_id": "ENSP00000387053.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000409076.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.*1422G>A",
"hgvs_p": null,
"transcript": "ENST00000444712.5",
"protein_id": "ENSP00000397768.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000444712.5"
}
],
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"dbsnp": "rs778212225",
"frequency_reference_population": 0.00002649071,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000264907,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0848417580127716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.016,
"revel_prediction": "Benign",
"alphamissense_score": 0.0694,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.431,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001350862.2",
"gene_symbol": "SNX13",
"hgnc_id": 21335,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1657G>A",
"hgvs_p": "p.Val553Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}