← 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-108896854-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=108896854&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"effects": [
"intron_variant"
],
"gene_symbol": "GPSM2",
"hgnc_id": 29501,
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -9,
"transcript": "NM_013296.5",
"verdict": "Benign"
},
{
"benign_score": 5,
"criteria": [
"BP4_Strong",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "AKNAD1",
"hgnc_id": 28398,
"hgvs_c": "c.1-47278T>C",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -5,
"transcript": "ENST00000357393.6",
"verdict": "Likely_benign"
},
{
"benign_score": 5,
"criteria": [
"BP4_Strong",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "CLCC1",
"hgnc_id": 29675,
"hgvs_c": "c.*46-14606T>C",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -5,
"transcript": "ENST00000690509.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_score": -9,
"allele_count_reference_population": 133,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.65,
"chr": "1",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "GPSM2-related disorder,not provided,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.6499999761581421,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7152,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_013296.5",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000264126.9",
"protein_coding": true,
"protein_id": "NP_037428.3",
"strand": true,
"transcript": "NM_013296.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7152,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000264126.9",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_013296.5",
"protein_coding": true,
"protein_id": "ENSP00000264126.3",
"strand": true,
"transcript": "ENST00000264126.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 701,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2700,
"cdna_start": null,
"cds_end": null,
"cds_length": 2106,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000674914.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.108-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501579.1",
"strand": true,
"transcript": "ENST00000674914.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 701,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2812,
"cdna_start": null,
"cds_end": null,
"cds_length": 2106,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675087.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.108-10A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502020.1",
"strand": true,
"transcript": "ENST00000675087.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6920,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001321038.2",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307967.1",
"strand": true,
"transcript": "NM_001321038.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5633,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001321039.3",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307968.1",
"strand": true,
"transcript": "NM_001321039.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7433,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000406462.6",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385510.1",
"strand": true,
"transcript": "ENST00000406462.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3194,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000446797.2",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000392138.2",
"strand": true,
"transcript": "ENST00000446797.2",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5609,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000642355.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496104.1",
"strand": true,
"transcript": "ENST00000642355.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2806,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645164.2",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000496756.2",
"strand": true,
"transcript": "ENST00000645164.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2741,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676184.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502178.1",
"strand": true,
"transcript": "ENST00000676184.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3909,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876528.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546587.1",
"strand": true,
"transcript": "ENST00000876528.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3179,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876530.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546589.1",
"strand": true,
"transcript": "ENST00000876530.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3458,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876531.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546590.1",
"strand": true,
"transcript": "ENST00000876531.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2986,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876532.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546591.1",
"strand": true,
"transcript": "ENST00000876532.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5351,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876533.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546592.1",
"strand": true,
"transcript": "ENST00000876533.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4477,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942318.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612377.1",
"strand": true,
"transcript": "ENST00000942318.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3460,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942319.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612378.1",
"strand": true,
"transcript": "ENST00000942319.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3320,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942320.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612379.1",
"strand": true,
"transcript": "ENST00000942320.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3684,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942321.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612380.1",
"strand": true,
"transcript": "ENST00000942321.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3564,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942322.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612381.1",
"strand": true,
"transcript": "ENST00000942322.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2796,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942323.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612382.1",
"strand": true,
"transcript": "ENST00000942323.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 627,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2378,
"cdna_start": null,
"cds_end": null,
"cds_length": 1884,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000441735.2",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000390629.2",
"strand": true,
"transcript": "ENST00000441735.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 625,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2991,
"cdna_start": null,
"cds_end": null,
"cds_length": 1878,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675086.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502476.1",
"strand": true,
"transcript": "ENST00000675086.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 610,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3610,
"cdna_start": null,
"cds_end": null,
"cds_length": 1833,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000876529.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-638A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000546588.1",
"strand": true,
"transcript": "ENST00000876529.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 551,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2332,
"cdna_start": null,
"cds_end": null,
"cds_length": 1656,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000690509.1",
"gene_hgnc_id": 29675,
"gene_symbol": "CLCC1",
"hgvs_c": "c.*46-14606T>C",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510142.1",
"strand": false,
"transcript": "ENST00000690509.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 551,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2143,
"cdna_start": null,
"cds_end": null,
"cds_length": 1656,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000942010.1",
"gene_hgnc_id": 29675,
"gene_symbol": "CLCC1",
"hgvs_c": "c.*46-14606T>C",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612069.1",
"strand": false,
"transcript": "ENST00000942010.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 519,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2447,
"cdna_start": null,
"cds_end": null,
"cds_length": 1560,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000674700.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.-1-10A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501743.1",
"strand": true,
"transcript": "ENST00000674700.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 212,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 904,
"cdna_start": null,
"cds_end": null,
"cds_length": 640,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000435987.5",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000408664.1",
"strand": true,
"transcript": "ENST00000435987.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 143,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 557,
"cdna_start": null,
"cds_end": null,
"cds_length": 433,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000357393.6",
"gene_hgnc_id": 28398,
"gene_symbol": "AKNAD1",
"hgvs_c": "c.1-47278T>C",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000349968.6",
"strand": false,
"transcript": "ENST00000357393.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 92,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 799,
"cdna_start": null,
"cds_end": null,
"cds_length": 279,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000643094.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000495317.1",
"strand": true,
"transcript": "ENST00000643094.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 74,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 992,
"cdna_start": null,
"cds_end": null,
"cds_length": 225,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000435475.5",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000401948.1",
"strand": true,
"transcript": "ENST00000435475.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7396,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011541302.4",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011539604.1",
"strand": true,
"transcript": "XM_011541302.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7302,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017001097.3",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016856586.1",
"strand": true,
"transcript": "XM_017001097.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7070,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017001098.3",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016856587.1",
"strand": true,
"transcript": "XM_017001098.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7546,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047418723.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047274679.1",
"strand": true,
"transcript": "XM_047418723.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 684,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7164,
"cdna_start": null,
"cds_end": null,
"cds_length": 2055,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047418724.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047274680.1",
"strand": true,
"transcript": "XM_047418724.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 665,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6848,
"cdna_start": null,
"cds_end": null,
"cds_length": 1998,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006710589.4",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.-1-10A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006710652.1",
"strand": true,
"transcript": "XM_006710589.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 458,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1958,
"cdna_start": null,
"cds_end": null,
"cds_length": 1377,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011541303.4",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "c.57-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011539605.1",
"strand": true,
"transcript": "XM_011541303.4",
"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": 3841,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000674731.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "n.-1-10A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502401.1",
"strand": true,
"transcript": "ENST00000674731.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": 2386,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675617.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "n.619-10A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000675617.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": 8071,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675776.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "n.552-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000675776.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": 3284,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000675829.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "n.574-10A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000675829.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": 2472,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676404.1",
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"hgvs_c": "n.-1-10A>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502346.1",
"strand": true,
"transcript": "ENST00000676404.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Benign",
"dbscsnv_ada_score": 0.0000833233174288386,
"dbsnp": "rs184863735",
"effect": "intron_variant",
"frequency_reference_population": 0.000083732375,
"gene_hgnc_id": 29501,
"gene_symbol": "GPSM2",
"gnomad_exomes_ac": 122,
"gnomad_exomes_af": 0.000084954,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 11,
"gnomad_genomes_af": 0.0000722154,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|not provided|GPSM2-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.04,
"pos": 108896854,
"ref": "A",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.0820000022649765,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_013296.5"
}
]
}