← 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: 3-136259233-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=136259233&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PM2",
"PP2",
"BP4"
],
"effects": [
"missense_variant",
"splice_region_variant"
],
"gene_symbol": "PCCB",
"hgnc_id": 8654,
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"inheritance_mode": "AR",
"pathogenic_score": 3,
"score": 2,
"transcript": "NM_001178014.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,BP4",
"acmg_score": 2,
"allele_count_reference_population": 15,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.3204,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.17,
"chr": "3",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Propionic acidemia",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.2851486802101135,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 539,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1799,
"cdna_start": null,
"cds_end": null,
"cds_length": 1620,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_000532.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000251654.9",
"protein_coding": true,
"protein_id": "NP_000523.2",
"strand": true,
"transcript": "NM_000532.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 539,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1799,
"cdna_start": null,
"cds_end": null,
"cds_length": 1620,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000251654.9",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000532.5",
"protein_coding": true,
"protein_id": "ENSP00000251654.4",
"strand": true,
"transcript": "ENST00000251654.9",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 550,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6090,
"cdna_start": null,
"cds_end": null,
"cds_length": 1653,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000471595.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000417549.1",
"strand": true,
"transcript": "ENST00000471595.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 303,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4502,
"cdna_start": null,
"cds_end": null,
"cds_length": 912,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000478469.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420759.1",
"strand": true,
"transcript": "ENST00000478469.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 579,
"aa_ref": "E",
"aa_start": 144,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1905,
"cdna_start": 454,
"cds_end": null,
"cds_length": 1740,
"cds_start": 430,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 17,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000878355.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548414.1",
"strand": true,
"transcript": "ENST00000878355.1",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 559,
"aa_ref": "E",
"aa_start": 144,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1859,
"cdna_start": 466,
"cds_end": null,
"cds_length": 1680,
"cds_start": 430,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001178014.2",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171485.1",
"strand": true,
"transcript": "NM_001178014.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 559,
"aa_ref": "E",
"aa_start": 144,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1841,
"cdna_start": 447,
"cds_end": null,
"cds_length": 1680,
"cds_start": 430,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 16,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000469217.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.430G>A",
"hgvs_p": "p.Glu144Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419027.1",
"strand": true,
"transcript": "ENST00000469217.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 576,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1901,
"cdna_start": null,
"cds_end": null,
"cds_length": 1731,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878352.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.484-1246G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548411.1",
"strand": true,
"transcript": "ENST00000878352.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 570,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1877,
"cdna_start": null,
"cds_end": null,
"cds_length": 1713,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000468777.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1030G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419129.1",
"strand": true,
"transcript": "ENST00000468777.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 570,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1918,
"cdna_start": null,
"cds_end": null,
"cds_length": 1713,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878348.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548407.1",
"strand": true,
"transcript": "ENST00000878348.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 568,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2358,
"cdna_start": null,
"cds_end": null,
"cds_length": 1707,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878344.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548403.1",
"strand": true,
"transcript": "ENST00000878344.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 559,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1844,
"cdna_start": null,
"cds_end": null,
"cds_length": 1680,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 16,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000466072.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420158.1",
"strand": true,
"transcript": "ENST00000466072.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 537,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1781,
"cdna_start": null,
"cds_end": null,
"cds_length": 1614,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878354.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548413.1",
"strand": true,
"transcript": "ENST00000878354.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 537,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1793,
"cdna_start": null,
"cds_end": null,
"cds_length": 1614,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000954230.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624289.1",
"strand": true,
"transcript": "ENST00000954230.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 520,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1727,
"cdna_start": null,
"cds_end": null,
"cds_length": 1563,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000483687.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.372+2610G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420639.1",
"strand": true,
"transcript": "ENST00000483687.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 519,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1716,
"cdna_start": null,
"cds_end": null,
"cds_length": 1560,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000954231.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.253-1246G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624290.1",
"strand": true,
"transcript": "ENST00000954231.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 516,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1715,
"cdna_start": null,
"cds_end": null,
"cds_length": 1551,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000462637.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.304-1246G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000420391.1",
"strand": true,
"transcript": "ENST00000462637.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 503,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": null,
"cds_end": null,
"cds_length": 1512,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878345.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548404.1",
"strand": true,
"transcript": "ENST00000878345.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 502,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1679,
"cdna_start": null,
"cds_end": null,
"cds_length": 1509,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878353.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548412.1",
"strand": true,
"transcript": "ENST00000878353.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 501,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1685,
"cdna_start": null,
"cds_end": null,
"cds_length": 1506,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000954229.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000624288.1",
"strand": true,
"transcript": "ENST00000954229.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 499,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1680,
"cdna_start": null,
"cds_end": null,
"cds_length": 1500,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878349.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.253-1246G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548408.1",
"strand": true,
"transcript": "ENST00000878349.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 482,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1613,
"cdna_start": null,
"cds_end": null,
"cds_length": 1449,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000490504.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.372+2610G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418307.1",
"strand": true,
"transcript": "ENST00000490504.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 476,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1700,
"cdna_start": null,
"cds_end": null,
"cds_length": 1431,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878346.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.184-1246G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548405.1",
"strand": true,
"transcript": "ENST00000878346.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 459,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1544,
"cdna_start": null,
"cds_end": null,
"cds_length": 1380,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878356.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.303+3258G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548415.1",
"strand": true,
"transcript": "ENST00000878356.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 445,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1514,
"cdna_start": null,
"cds_end": null,
"cds_length": 1338,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878350.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.372+2610G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548409.1",
"strand": true,
"transcript": "ENST00000878350.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 430,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1463,
"cdna_start": null,
"cds_end": null,
"cds_length": 1293,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878351.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548410.1",
"strand": true,
"transcript": "ENST00000878351.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 423,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1436,
"cdna_start": null,
"cds_end": null,
"cds_length": 1272,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000482086.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.94-2731G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000417253.1",
"strand": true,
"transcript": "ENST00000482086.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 419,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1466,
"cdna_start": null,
"cds_end": null,
"cds_length": 1260,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878347.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.183+8675G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548406.1",
"strand": true,
"transcript": "ENST00000878347.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 403,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1363,
"cdna_start": null,
"cds_end": null,
"cds_length": 1212,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000878357.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000548416.1",
"strand": true,
"transcript": "ENST00000878357.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 190,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 582,
"cdna_start": null,
"cds_end": null,
"cds_length": 575,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000465423.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.460-1246G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419263.1",
"strand": true,
"transcript": "ENST00000465423.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 161,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 488,
"cdna_start": null,
"cds_end": null,
"cds_length": 486,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000462542.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.238-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419563.1",
"strand": true,
"transcript": "ENST00000462542.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 132,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 534,
"cdna_start": null,
"cds_end": null,
"cds_length": 401,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000459873.1",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.124-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000419293.1",
"strand": true,
"transcript": "ENST00000459873.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 83,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 547,
"cdna_start": null,
"cds_end": null,
"cds_length": 254,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000494742.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.124-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418020.1",
"strand": true,
"transcript": "ENST00000494742.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 387,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1215,
"cdna_start": null,
"cds_end": null,
"cds_length": 1164,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011512873.2",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "c.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511175.1",
"strand": true,
"transcript": "XM_011512873.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": 570,
"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": "ENST00000465176.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "n.335-1246G>A",
"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": "ENST00000465176.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": 921,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000474833.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "n.168+8675G>A",
"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": "ENST00000474833.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1295,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000475214.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "n.287-1246G>A",
"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": "ENST00000475214.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1683,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000484181.5",
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"hgvs_c": "n.373-1246G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417937.1",
"strand": true,
"transcript": "ENST00000484181.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Benign",
"dbscsnv_ada_score": 0.0000367981952440664,
"dbsnp": "rs996480567",
"effect": "missense_variant,splice_region_variant",
"frequency_reference_population": 0.000016231412,
"gene_hgnc_id": 8654,
"gene_symbol": "PCCB",
"gnomad_exomes_ac": 15,
"gnomad_exomes_af": 0.0000162314,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"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": "Propionic acidemia",
"phylop100way_prediction": "Benign",
"phylop100way_score": -1.03,
"pos": 136259233,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.331,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.10400000214576721,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_001178014.2"
}
]
}