← 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: 12-70524533-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=70524533&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PTPRB",
"hgnc_id": 9665,
"hgvs_c": "c.6563G>A",
"hgvs_p": "p.Arg2188Gln",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_001109754.4",
"verdict": "Likely_benign"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"intron_variant"
],
"gene_symbol": "PTPRB-AS1",
"hgnc_id": 58150,
"hgvs_c": "n.848+1903C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000548687.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_score": -4,
"allele_count_reference_population": 56,
"alphamissense_prediction": null,
"alphamissense_score": 0.2959,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.31,
"chr": "12",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.45496559143066406,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2215,
"aa_ref": "R",
"aa_start": 2188,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12301,
"cdna_start": 6597,
"cds_end": null,
"cds_length": 6648,
"cds_start": 6563,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "NM_001109754.4",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6563G>A",
"hgvs_p": "p.Arg2188Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000334414.11",
"protein_coding": true,
"protein_id": "NP_001103224.1",
"strand": false,
"transcript": "NM_001109754.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2215,
"aa_ref": "R",
"aa_start": 2188,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 12301,
"cdna_start": 6597,
"cds_end": null,
"cds_length": 6648,
"cds_start": 6563,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "ENST00000334414.11",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6563G>A",
"hgvs_p": "p.Arg2188Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001109754.4",
"protein_coding": true,
"protein_id": "ENSP00000334928.6",
"strand": false,
"transcript": "ENST00000334414.11",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "R",
"aa_start": 1970,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6110,
"cdna_start": 5939,
"cds_end": null,
"cds_length": 5994,
"cds_start": 5909,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "ENST00000261266.9",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5909G>A",
"hgvs_p": "p.Arg1970Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000261266.5",
"strand": false,
"transcript": "ENST00000261266.9",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1907,
"aa_ref": "R",
"aa_start": 1880,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5839,
"cdna_start": 5668,
"cds_end": null,
"cds_length": 5724,
"cds_start": 5639,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000538708.5",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5639G>A",
"hgvs_p": "p.Arg1880Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000438927.1",
"strand": false,
"transcript": "ENST00000538708.5",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1907,
"aa_ref": "R",
"aa_start": 1880,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5839,
"cdna_start": 5668,
"cds_end": null,
"cds_length": 5724,
"cds_start": 5639,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "ENST00000550857.5",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5639G>A",
"hgvs_p": "p.Arg1880Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447302.1",
"strand": false,
"transcript": "ENST00000550857.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5903,
"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": "ENST00000548687.5",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.848+1903C>T",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000548687.5",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2127,
"aa_ref": "R",
"aa_start": 2100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12037,
"cdna_start": 6333,
"cds_end": null,
"cds_length": 6384,
"cds_start": 6299,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "NM_001330204.2",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6299G>A",
"hgvs_p": "p.Arg2100Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317133.1",
"strand": false,
"transcript": "NM_001330204.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2127,
"aa_ref": "R",
"aa_start": 2100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6583,
"cdna_start": 6325,
"cds_end": null,
"cds_length": 6384,
"cds_start": 6299,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000550358.5",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6299G>A",
"hgvs_p": "p.Arg2100Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000448058.1",
"strand": false,
"transcript": "ENST00000550358.5",
"transcript_support_level": 2
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2125,
"aa_ref": "R",
"aa_start": 2098,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6483,
"cdna_start": 6328,
"cds_end": null,
"cds_length": 6378,
"cds_start": 6293,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "ENST00000952654.1",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6293G>A",
"hgvs_p": "p.Arg2098Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000622713.1",
"strand": false,
"transcript": "ENST00000952654.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "R",
"aa_start": 1970,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11823,
"cdna_start": 6119,
"cds_end": null,
"cds_length": 5994,
"cds_start": 5909,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "NM_002837.6",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5909G>A",
"hgvs_p": "p.Arg1970Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_002828.3",
"strand": false,
"transcript": "NM_002837.6",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1907,
"aa_ref": "R",
"aa_start": 1880,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11553,
"cdna_start": 5849,
"cds_end": null,
"cds_length": 5724,
"cds_start": 5639,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001206971.3",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5639G>A",
"hgvs_p": "p.Arg1880Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001193900.1",
"strand": false,
"transcript": "NM_001206971.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1907,
"aa_ref": "R",
"aa_start": 1880,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11553,
"cdna_start": 5849,
"cds_end": null,
"cds_length": 5724,
"cds_start": 5639,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "NM_001206972.3",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5639G>A",
"hgvs_p": "p.Arg1880Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001193901.1",
"strand": false,
"transcript": "NM_001206972.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2230,
"aa_ref": "R",
"aa_start": 2188,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6841,
"cdna_start": 6597,
"cds_end": null,
"cds_length": 6693,
"cds_start": 6563,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_006719528.2",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6563G>A",
"hgvs_p": "p.Arg2188Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006719591.1",
"strand": false,
"transcript": "XM_006719528.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2142,
"aa_ref": "R",
"aa_start": 2100,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6577,
"cdna_start": 6333,
"cds_end": null,
"cds_length": 6429,
"cds_start": 6299,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "XM_011538614.2",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.6299G>A",
"hgvs_p": "p.Arg2100Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011536916.1",
"strand": false,
"transcript": "XM_011538614.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2012,
"aa_ref": "R",
"aa_start": 1970,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6363,
"cdna_start": 6119,
"cds_end": null,
"cds_length": 6039,
"cds_start": 5909,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 31,
"exon_rank_end": null,
"feature": "XM_006719529.5",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.5909G>A",
"hgvs_p": "p.Arg1970Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006719592.1",
"strand": false,
"transcript": "XM_006719529.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1446,
"aa_ref": "R",
"aa_start": 1404,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4627,
"cdna_start": 4383,
"cds_end": null,
"cds_length": 4341,
"cds_start": 4211,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_017019724.1",
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"hgvs_c": "c.4211G>A",
"hgvs_p": "p.Arg1404Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875213.1",
"strand": false,
"transcript": "XM_017019724.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": 783,
"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": "ENST00000546836.1",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.169+1903C>T",
"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": "ENST00000546836.1",
"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": 550,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000547656.1",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.77+4266C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000547656.1",
"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": 572,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000549359.5",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.498-3142C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000549359.5",
"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": 595,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000549460.5",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.520+1903C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000549460.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 596,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000551438.5",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.310-827C>T",
"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": "ENST00000551438.5",
"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": 4387,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000667308.1",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.521+1903C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000667308.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": 1298,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000667427.1",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.536+4266C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000667427.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": 12450,
"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": "XR_001749196.2",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.9876-827C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_001749196.2",
"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": 14931,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007063360.1",
"gene_hgnc_id": 58150,
"gene_symbol": "PTPRB-AS1",
"hgvs_c": "n.9875+1903C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063360.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs377156203",
"effect": "missense_variant",
"frequency_reference_population": 0.000034714172,
"gene_hgnc_id": 9665,
"gene_symbol": "PTPRB",
"gnomad_exomes_ac": 49,
"gnomad_exomes_af": 0.0000335384,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 7,
"gnomad_genomes_af": 0.0000460036,
"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": "Uncertain_significance",
"phylop100way_score": 5.846,
"pos": 70524533,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.205,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001109754.4"
}
]
}