← 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: 9-112251037-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=112251037&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 112251037,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001244898.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "NM_001163788.4",
"protein_id": "NP_001157260.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374257.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163788.4"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000374257.6",
"protein_id": "ENSP00000363375.1",
"transcript_support_level": 2,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001163788.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374257.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ser266Gly",
"transcript": "NM_001244898.1",
"protein_id": "NP_001231827.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 558,
"cds_start": 796,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244898.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ser266Gly",
"transcript": "ENST00000210227.5",
"protein_id": "ENSP00000210227.5",
"transcript_support_level": 2,
"aa_start": 266,
"aa_end": null,
"aa_length": 558,
"cds_start": 796,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000210227.5"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ser263Gly",
"transcript": "NM_001163790.2",
"protein_id": "NP_001157262.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 555,
"cds_start": 787,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163790.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ser263Gly",
"transcript": "ENST00000450374.2",
"protein_id": "ENSP00000388024.2",
"transcript_support_level": 5,
"aa_start": 263,
"aa_end": null,
"aa_length": 555,
"cds_start": 787,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450374.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000932749.1",
"protein_id": "ENSP00000602808.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 555,
"cds_start": 694,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932749.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ser260Gly",
"transcript": "NM_005156.7",
"protein_id": "NP_005147.3",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 552,
"cds_start": 778,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005156.7"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.778A>G",
"hgvs_p": "p.Ser260Gly",
"transcript": "ENST00000374255.7",
"protein_id": "ENSP00000363373.2",
"transcript_support_level": 5,
"aa_start": 260,
"aa_end": null,
"aa_length": 552,
"cds_start": 778,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374255.7"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000874009.1",
"protein_id": "ENSP00000544068.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 552,
"cds_start": 685,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874009.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "NM_001244897.2",
"protein_id": "NP_001231826.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 547,
"cds_start": 694,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244897.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000850868.1",
"protein_id": "ENSP00000520953.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850868.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000874008.1",
"protein_id": "ENSP00000544067.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874008.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000932753.1",
"protein_id": "ENSP00000602812.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932753.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000932756.1",
"protein_id": "ENSP00000602815.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932756.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000968728.1",
"protein_id": "ENSP00000638787.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968728.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "NM_001375918.1",
"protein_id": "NP_001362847.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375918.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000874007.1",
"protein_id": "ENSP00000544066.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874007.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000932751.1",
"protein_id": "ENSP00000602810.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932751.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000932752.1",
"protein_id": "ENSP00000602811.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932752.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000932754.1",
"protein_id": "ENSP00000602813.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932754.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000932755.1",
"protein_id": "ENSP00000602814.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 521,
"cds_start": 685,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932755.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000968729.1",
"protein_id": "ENSP00000638788.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 498,
"cds_start": 694,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968729.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.685A>G",
"hgvs_p": "p.Ser229Gly",
"transcript": "ENST00000968727.1",
"protein_id": "ENSP00000638786.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 495,
"cds_start": 685,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968727.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000932750.1",
"protein_id": "ENSP00000602809.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 466,
"cds_start": 694,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932750.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "ENST00000850866.1",
"protein_id": "ENSP00000520952.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 462,
"cds_start": 694,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850866.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.493A>G",
"hgvs_p": "p.Ser165Gly",
"transcript": "NM_001244896.2",
"protein_id": "NP_001231825.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 457,
"cds_start": 493,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001244896.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.493A>G",
"hgvs_p": "p.Ser165Gly",
"transcript": "ENST00000343327.6",
"protein_id": "ENSP00000340705.2",
"transcript_support_level": 2,
"aa_start": 165,
"aa_end": null,
"aa_length": 457,
"cds_start": 493,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000343327.6"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ser160Gly",
"transcript": "NM_001375920.1",
"protein_id": "NP_001362849.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 452,
"cds_start": 478,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001375920.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.841A>G",
"hgvs_p": "p.Ser281Gly",
"transcript": "XM_047424265.1",
"protein_id": "XP_047280221.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 573,
"cds_start": 841,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424265.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Ser278Gly",
"transcript": "XM_047424266.1",
"protein_id": "XP_047280222.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 570,
"cds_start": 832,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424266.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.805A>G",
"hgvs_p": "p.Ser269Gly",
"transcript": "XM_011519265.2",
"protein_id": "XP_011517567.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 561,
"cds_start": 805,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519265.2"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ser266Gly",
"transcript": "XM_047424267.1",
"protein_id": "XP_047280223.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 558,
"cds_start": 796,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424267.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.787A>G",
"hgvs_p": "p.Ser263Gly",
"transcript": "XM_047424268.1",
"protein_id": "XP_047280224.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 555,
"cds_start": 787,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424268.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.784A>G",
"hgvs_p": "p.Ser262Gly",
"transcript": "XM_047424270.1",
"protein_id": "XP_047280226.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 554,
"cds_start": 784,
"cds_end": null,
"cds_length": 1665,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424270.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "XM_047424271.1",
"protein_id": "XP_047280227.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424271.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.694A>G",
"hgvs_p": "p.Ser232Gly",
"transcript": "XM_047424272.1",
"protein_id": "XP_047280228.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 524,
"cds_start": 694,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424272.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.493A>G",
"hgvs_p": "p.Ser165Gly",
"transcript": "XM_047424273.1",
"protein_id": "XP_047280229.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 457,
"cds_start": 493,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424273.1"
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "c.478A>G",
"hgvs_p": "p.Ser160Gly",
"transcript": "XM_047424274.1",
"protein_id": "XP_047280230.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 452,
"cds_start": 478,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424274.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"hgvs_c": "n.683+1641A>G",
"hgvs_p": null,
"transcript": "ENST00000850864.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000850864.1"
}
],
"gene_symbol": "PTBP3",
"gene_hgnc_id": 10253,
"dbsnp": "rs1836092670",
"frequency_reference_population": 0.000002481362,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000137001,
"gnomad_genomes_af": 0.0000131427,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20501694083213806,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.1976,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.098,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001244898.1",
"gene_symbol": "PTBP3",
"hgnc_id": 10253,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.796A>G",
"hgvs_p": "p.Ser266Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}