← 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: X-134829262-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=134829262&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "X",
"pos": 134829262,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001388447.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001388447.1",
"protein_id": "NP_001375376.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 270,
"cds_start": 226,
"cds_end": null,
"cds_length": 813,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 1592,
"mane_select": "ENST00000645433.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000645433.2",
"protein_id": "ENSP00000496338.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 270,
"cds_start": 226,
"cds_end": null,
"cds_length": 813,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 1592,
"mane_select": "NM_001388447.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000370784.8",
"protein_id": "ENSP00000359820.4",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 195,
"cds_start": 226,
"cds_end": null,
"cds_length": 588,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000370785.4",
"protein_id": "ENSP00000359821.3",
"transcript_support_level": 1,
"aa_start": 76,
"aa_end": null,
"aa_length": 152,
"cds_start": 226,
"cds_end": null,
"cds_length": 459,
"cdna_start": 631,
"cdna_end": null,
"cdna_length": 1344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001388448.1",
"protein_id": "NP_001375377.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 269,
"cds_start": 226,
"cds_end": null,
"cds_length": 810,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001365748.2",
"protein_id": "NP_001352677.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 217,
"cds_start": 226,
"cds_end": null,
"cds_length": 654,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000643150.1",
"protein_id": "ENSP00000495073.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 217,
"cds_start": 226,
"cds_end": null,
"cds_length": 654,
"cdna_start": 544,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001170779.3",
"protein_id": "NP_001164250.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 195,
"cds_start": 226,
"cds_end": null,
"cds_length": 588,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001388440.1",
"protein_id": "NP_001375369.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 195,
"cds_start": 226,
"cds_end": null,
"cds_length": 588,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 1348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_138819.5",
"protein_id": "NP_620174.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 152,
"cds_start": 226,
"cds_end": null,
"cds_length": 459,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001388449.1",
"protein_id": "NP_001375378.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 150,
"cds_start": 226,
"cds_end": null,
"cds_length": 453,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 1027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "NM_001365744.3",
"protein_id": "NP_001352673.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 131,
"cds_start": 334,
"cds_end": null,
"cds_length": 396,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "NM_001388446.1",
"protein_id": "NP_001375375.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 131,
"cds_start": 334,
"cds_end": null,
"cds_length": 396,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001365745.2",
"protein_id": "NP_001352674.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 121,
"cds_start": 226,
"cds_end": null,
"cds_length": 366,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "ENST00000646004.1",
"protein_id": "ENSP00000493672.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 121,
"cds_start": 226,
"cds_end": null,
"cds_length": 366,
"cdna_start": 656,
"cdna_end": null,
"cdna_length": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "NM_001365747.2",
"protein_id": "NP_001352676.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 95,
"cds_start": 226,
"cds_end": null,
"cds_length": 288,
"cdna_start": 390,
"cdna_end": null,
"cdna_length": 655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_005262382.2",
"protein_id": "XP_005262439.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 306,
"cds_start": 334,
"cds_end": null,
"cds_length": 921,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_011531295.2",
"protein_id": "XP_011529597.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 305,
"cds_start": 334,
"cds_end": null,
"cds_length": 918,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_011531296.3",
"protein_id": "XP_011529598.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 280,
"cds_start": 334,
"cds_end": null,
"cds_length": 843,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_047441877.1",
"protein_id": "XP_047297833.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 262,
"cds_start": 334,
"cds_end": null,
"cds_length": 789,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_047441878.1",
"protein_id": "XP_047297834.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 253,
"cds_start": 334,
"cds_end": null,
"cds_length": 762,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_024452343.2",
"protein_id": "XP_024308111.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 252,
"cds_start": 334,
"cds_end": null,
"cds_length": 759,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_005262383.3",
"protein_id": "XP_005262440.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 231,
"cds_start": 334,
"cds_end": null,
"cds_length": 696,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_047441879.1",
"protein_id": "XP_047297835.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 212,
"cds_start": 334,
"cds_end": null,
"cds_length": 639,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_017029308.2",
"protein_id": "XP_016884797.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 191,
"cds_start": 334,
"cds_end": null,
"cds_length": 576,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_005262384.5",
"protein_id": "XP_005262441.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 188,
"cds_start": 334,
"cds_end": null,
"cds_length": 567,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_005262386.4",
"protein_id": "XP_005262443.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 157,
"cds_start": 334,
"cds_end": null,
"cds_length": 474,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.334C>T",
"hgvs_p": "p.Arg112Cys",
"transcript": "XM_047441880.1",
"protein_id": "XP_047297836.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 131,
"cds_start": 334,
"cds_end": null,
"cds_length": 396,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys",
"transcript": "XM_047441881.1",
"protein_id": "XP_047297837.1",
"transcript_support_level": null,
"aa_start": 76,
"aa_end": null,
"aa_length": 95,
"cds_start": 226,
"cds_end": null,
"cds_length": 288,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.334C>T",
"hgvs_p": null,
"transcript": "ENST00000463842.2",
"protein_id": "ENSP00000496521.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.572C>T",
"hgvs_p": null,
"transcript": "ENST00000470657.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.226C>T",
"hgvs_p": null,
"transcript": "ENST00000642481.1",
"protein_id": "ENSP00000495335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.226C>T",
"hgvs_p": null,
"transcript": "ENST00000644752.1",
"protein_id": "ENSP00000496039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.226C>T",
"hgvs_p": null,
"transcript": "ENST00000645176.1",
"protein_id": "ENSP00000496258.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.410C>T",
"hgvs_p": null,
"transcript": "NR_158603.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.390C>T",
"hgvs_p": null,
"transcript": "NR_158606.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"hgvs_c": "n.588C>T",
"hgvs_p": null,
"transcript": "NR_170982.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PABIR3",
"gene_hgnc_id": 25202,
"dbsnp": "rs143835393",
"frequency_reference_population": 0.00026129413,
"hom_count_reference_population": 91,
"allele_count_reference_population": 315,
"gnomad_exomes_af": 0.000268621,
"gnomad_genomes_af": 0.000189087,
"gnomad_exomes_ac": 294,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15515485405921936,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": 0.1382,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.229,
"phylop100way_prediction": "Benign",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001388447.1",
"gene_symbol": "PABIR3",
"hgnc_id": 25202,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.226C>T",
"hgvs_p": "p.Arg76Cys"
}
],
"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
}