← 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: 17-47916570-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=47916570&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SP2",
"hgnc_id": 11207,
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -2,
"transcript": "NM_003110.6",
"verdict": "Likely_benign"
},
{
"benign_score": 2,
"criteria": [
"BP4_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "SP2-AS1",
"hgnc_id": 51341,
"hgvs_c": "n.177+1882T>C",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -2,
"transcript": "ENST00000411573.7",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_score": -2,
"allele_count_reference_population": 164,
"alphamissense_prediction": null,
"alphamissense_score": 0.2422,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.53,
"chr": "17",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.13033375144004822,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 613,
"aa_ref": "I",
"aa_start": 167,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 550,
"cds_end": null,
"cds_length": 1842,
"cds_start": 499,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_003110.6",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000376741.5",
"protein_coding": true,
"protein_id": "NP_003101.3",
"strand": true,
"transcript": "NM_003110.6",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 613,
"aa_ref": "I",
"aa_start": 167,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 550,
"cds_end": null,
"cds_length": 1842,
"cds_start": 499,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000376741.5",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003110.6",
"protein_coding": true,
"protein_id": "ENSP00000365931.4",
"strand": true,
"transcript": "ENST00000376741.5",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 598,
"aa_ref": "I",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2822,
"cdna_start": 494,
"cds_end": null,
"cds_length": 1797,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000884863.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.454A>G",
"hgvs_p": "p.Ile152Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554922.1",
"strand": true,
"transcript": "ENST00000884863.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 771,
"aa_ref": "I",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5869,
"cdna_start": 2335,
"cds_end": null,
"cds_length": 2316,
"cds_start": 811,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011525136.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Ile271Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523438.1",
"strand": true,
"transcript": "XM_011525136.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 768,
"aa_ref": "I",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5797,
"cdna_start": 2335,
"cds_end": null,
"cds_length": 2307,
"cds_start": 811,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011525137.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Ile271Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523439.1",
"strand": true,
"transcript": "XM_011525137.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 760,
"aa_ref": "I",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5789,
"cdna_start": 2335,
"cds_end": null,
"cds_length": 2283,
"cds_start": 811,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011525138.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Ile271Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523440.1",
"strand": true,
"transcript": "XM_011525138.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 717,
"aa_ref": "I",
"aa_start": 271,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4808,
"cdna_start": 2332,
"cds_end": null,
"cds_length": 2154,
"cds_start": 811,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011525140.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.811A>G",
"hgvs_p": "p.Ile271Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523442.1",
"strand": true,
"transcript": "XM_011525140.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 667,
"aa_ref": "I",
"aa_start": 167,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4084,
"cdna_start": 550,
"cds_end": null,
"cds_length": 2004,
"cds_start": 499,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_006722023.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722086.1",
"strand": true,
"transcript": "XM_006722023.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 664,
"aa_ref": "I",
"aa_start": 167,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4012,
"cdna_start": 550,
"cds_end": null,
"cds_length": 1995,
"cds_start": 499,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047436569.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292525.1",
"strand": true,
"transcript": "XM_047436569.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4264,
"cdna_start": 730,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_006722025.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722088.1",
"strand": true,
"transcript": "XM_006722025.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4151,
"cdna_start": 617,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_006722027.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006722090.1",
"strand": true,
"transcript": "XM_006722027.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4128,
"cdna_start": 594,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011525139.3",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523441.2",
"strand": true,
"transcript": "XM_011525139.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4197,
"cdna_start": 663,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011525143.2",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523445.1",
"strand": true,
"transcript": "XM_011525143.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4307,
"cdna_start": 773,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_017024968.2",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016880457.1",
"strand": true,
"transcript": "XM_017024968.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4374,
"cdna_start": 840,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047436570.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292526.1",
"strand": true,
"transcript": "XM_047436570.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4487,
"cdna_start": 953,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047436571.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292527.1",
"strand": true,
"transcript": "XM_047436571.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4420,
"cdna_start": 886,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_047436572.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292528.1",
"strand": true,
"transcript": "XM_047436572.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 660,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4510,
"cdna_start": 976,
"cds_end": null,
"cds_length": 1983,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_047436573.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292529.1",
"strand": true,
"transcript": "XM_047436573.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 657,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4056,
"cdna_start": 594,
"cds_end": null,
"cds_length": 1974,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047436575.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292531.1",
"strand": true,
"transcript": "XM_047436575.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 656,
"aa_ref": "I",
"aa_start": 167,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4004,
"cdna_start": 550,
"cds_end": null,
"cds_length": 1971,
"cds_start": 499,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047436576.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.499A>G",
"hgvs_p": "p.Ile167Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292532.1",
"strand": true,
"transcript": "XM_047436576.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 606,
"aa_ref": "I",
"aa_start": 160,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3070,
"cdna_start": 594,
"cds_end": null,
"cds_length": 1821,
"cds_start": 478,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047436577.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ile160Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292533.1",
"strand": true,
"transcript": "XM_047436577.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 399,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2384,
"cdna_start": null,
"cds_end": null,
"cds_length": 1200,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000884862.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.417+82A>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554921.1",
"strand": true,
"transcript": "ENST00000884862.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 288,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2137,
"cdna_start": null,
"cds_end": null,
"cds_length": 867,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000884861.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.84+1182A>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554920.1",
"strand": true,
"transcript": "ENST00000884861.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": 1843,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000411573.7",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.177+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000411573.7",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1205,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000433001.2",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.165+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000433001.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1225,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000451140.6",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.195+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000451140.6",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 405,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000585280.5",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.174+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000585280.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 590,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000715779.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.178+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000715779.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": 2446,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820515.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.178+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820515.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": 617,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820516.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.202+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820516.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": 555,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820517.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.202+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820517.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": 537,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820518.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.184+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820518.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": 584,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820519.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.177+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820519.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": 823,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820520.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.168+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820520.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": 981,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820521.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.327+1882T>C",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820521.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": 517,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000820522.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.177+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000820522.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": 2182,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_103856.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.189+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_103856.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": 1096,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_103857.1",
"gene_hgnc_id": 51341,
"gene_symbol": "SP2-AS1",
"hgvs_c": "n.178+1882T>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_103857.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 96,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 531,
"cdna_start": null,
"cds_end": null,
"cds_length": 292,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000637314.1",
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"hgvs_c": "c.*186A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490512.1",
"strand": true,
"transcript": "ENST00000637314.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs778708940",
"effect": "missense_variant",
"frequency_reference_population": 0.00010161015,
"gene_hgnc_id": 11207,
"gene_symbol": "SP2",
"gnomad_exomes_ac": 157,
"gnomad_exomes_af": 0.000107395,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 7,
"gnomad_genomes_af": 0.0000460163,
"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": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.396,
"pos": 47916570,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.087,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_003110.6"
}
]
}