← 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: 1-151692948-GA-AG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151692948&ref=GA&alt=AG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SNX27",
"hgnc_id": 20073,
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_001330723.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 541,
"aa_ref": "R",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6441,
"cdna_start": 1579,
"cds_end": null,
"cds_length": 1626,
"cds_start": 1427,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001330723.2",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000458013.7",
"protein_coding": true,
"protein_id": "NP_001317652.1",
"strand": true,
"transcript": "NM_001330723.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 541,
"aa_ref": "R",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6441,
"cdna_start": 1579,
"cds_end": null,
"cds_length": 1626,
"cds_start": 1427,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000458013.7",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001330723.2",
"protein_coding": true,
"protein_id": "ENSP00000400333.2",
"strand": true,
"transcript": "ENST00000458013.7",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 528,
"aa_ref": "R",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7250,
"cdna_start": 1600,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1427,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000368843.8",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000357836.3",
"strand": true,
"transcript": "ENST00000368843.8",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 393,
"aa_ref": "R",
"aa_start": 341,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2046,
"cdna_start": 1024,
"cds_end": null,
"cds_length": 1182,
"cds_start": 1022,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000368838.2",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1022_1023delGAinsAG",
"hgvs_p": "p.Arg341Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000357831.2",
"strand": true,
"transcript": "ENST00000368838.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2498,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000368841.7",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*1098_*1099delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000357834.2",
"strand": true,
"transcript": "ENST00000368841.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2498,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000368841.7",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*1098_*1099delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000357834.2",
"strand": true,
"transcript": "ENST00000368841.7",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 528,
"aa_ref": "R",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7218,
"cdna_start": 1579,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1427,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_030918.6",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_112180.4",
"strand": true,
"transcript": "NM_030918.6",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 521,
"aa_ref": "R",
"aa_start": 476,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1792,
"cdna_start": 1554,
"cds_end": null,
"cds_length": 1566,
"cds_start": 1427,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891333.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1427_1428delGAinsAG",
"hgvs_p": "p.Arg476Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561392.1",
"strand": true,
"transcript": "ENST00000891333.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 506,
"aa_ref": "R",
"aa_start": 441,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1790,
"cdna_start": 1492,
"cds_end": null,
"cds_length": 1521,
"cds_start": 1322,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891332.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1322_1323delGAinsAG",
"hgvs_p": "p.Arg441Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561391.1",
"strand": true,
"transcript": "ENST00000891332.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 440,
"aa_ref": "R",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6138,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 1323,
"cds_start": 1124,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437601.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1124_1125delGAinsAG",
"hgvs_p": "p.Arg375Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424530.1",
"strand": true,
"transcript": "NM_001437601.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 440,
"aa_ref": "R",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1895,
"cdna_start": 1285,
"cds_end": null,
"cds_length": 1323,
"cds_start": 1124,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891330.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1124_1125delGAinsAG",
"hgvs_p": "p.Arg375Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561389.1",
"strand": true,
"transcript": "ENST00000891330.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 438,
"aa_ref": "R",
"aa_start": 373,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6370,
"cdna_start": 1508,
"cds_end": null,
"cds_length": 1317,
"cds_start": 1118,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437602.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1118_1119delGAinsAG",
"hgvs_p": "p.Arg373Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424531.1",
"strand": true,
"transcript": "NM_001437602.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 427,
"aa_ref": "R",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6915,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 1284,
"cds_start": 1124,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437603.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1124_1125delGAinsAG",
"hgvs_p": "p.Arg375Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424532.1",
"strand": true,
"transcript": "NM_001437603.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 425,
"aa_ref": "R",
"aa_start": 373,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7147,
"cdna_start": 1508,
"cds_end": null,
"cds_length": 1278,
"cds_start": 1118,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437604.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1118_1119delGAinsAG",
"hgvs_p": "p.Arg373Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424533.1",
"strand": true,
"transcript": "NM_001437604.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 420,
"aa_ref": "R",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6078,
"cdna_start": 1216,
"cds_end": null,
"cds_length": 1263,
"cds_start": 1064,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437605.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1064_1065delGAinsAG",
"hgvs_p": "p.Arg355Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424534.1",
"strand": true,
"transcript": "NM_001437605.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 420,
"aa_ref": "R",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1580,
"cdna_start": 1234,
"cds_end": null,
"cds_length": 1263,
"cds_start": 1064,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000891331.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1064_1065delGAinsAG",
"hgvs_p": "p.Arg355Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561390.1",
"strand": true,
"transcript": "ENST00000891331.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 407,
"aa_ref": "R",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6855,
"cdna_start": 1216,
"cds_end": null,
"cds_length": 1224,
"cds_start": 1064,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437606.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1064_1065delGAinsAG",
"hgvs_p": "p.Arg355Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424535.1",
"strand": true,
"transcript": "NM_001437606.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 407,
"aa_ref": "R",
"aa_start": 355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1437,
"cdna_start": 1260,
"cds_end": null,
"cds_length": 1224,
"cds_start": 1064,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000642376.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.1064_1065delGAinsAG",
"hgvs_p": "p.Arg355Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496645.1",
"strand": true,
"transcript": "ENST00000642376.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 355,
"aa_ref": "R",
"aa_start": 290,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6209,
"cdna_start": 1347,
"cds_end": null,
"cds_length": 1068,
"cds_start": 869,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437607.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.869_870delGAinsAG",
"hgvs_p": "p.Arg290Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424536.1",
"strand": true,
"transcript": "NM_001437607.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 342,
"aa_ref": "R",
"aa_start": 290,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7087,
"cdna_start": 1448,
"cds_end": null,
"cds_length": 1029,
"cds_start": 869,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001437608.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.869_870delGAinsAG",
"hgvs_p": "p.Arg290Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001424537.1",
"strand": true,
"transcript": "NM_001437608.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 238,
"aa_ref": "R",
"aa_start": 173,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1457,
"cdna_start": 711,
"cds_end": null,
"cds_length": 717,
"cds_start": 518,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920343.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.518_519delGAinsAG",
"hgvs_p": "p.Arg173Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590402.1",
"strand": true,
"transcript": "ENST00000920343.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 218,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5355,
"cdna_start": 493,
"cds_end": null,
"cds_length": 657,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920342.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "c.458_459delGAinsAG",
"hgvs_p": "p.Arg153Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590401.1",
"strand": true,
"transcript": "ENST00000920342.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000642349.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*1098_*1099delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494331.1",
"strand": true,
"transcript": "ENST00000642349.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1347,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000642479.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*805_*806delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496775.1",
"strand": true,
"transcript": "ENST00000642479.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2777,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000643179.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.1235_1236delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643179.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2148,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000643937.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.1105_1106delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000643937.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2429,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000644970.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.1425_1426delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000644970.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1308,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000647328.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.1148_1149delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647328.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5143,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000647551.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.4876_4877delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000647551.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2313,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000642349.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*1098_*1099delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494331.1",
"strand": true,
"transcript": "ENST00000642349.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1347,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000642479.1",
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"hgvs_c": "n.*805_*806delGAinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496775.1",
"strand": true,
"transcript": "ENST00000642479.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 20073,
"gene_symbol": "SNX27",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.19,
"pos": 151692948,
"ref": "GA",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001330723.2"
}
]
}