← 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: 20-25295666-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=25295666&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 25295666,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002862.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2375A>G",
"hgvs_p": "p.Tyr792Cys",
"transcript": "NM_002862.4",
"protein_id": "NP_002853.2",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 843,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000216962.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002862.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2375A>G",
"hgvs_p": "p.Tyr792Cys",
"transcript": "ENST00000216962.9",
"protein_id": "ENSP00000216962.3",
"transcript_support_level": 1,
"aa_start": 792,
"aa_end": null,
"aa_length": 843,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002862.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000216962.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABHD12",
"gene_hgnc_id": 15868,
"hgvs_c": "c.1158-636T>C",
"hgvs_p": null,
"transcript": "ENST00000376542.8",
"protein_id": "ENSP00000365725.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": null,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376542.8"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2510A>G",
"hgvs_p": "p.Tyr837Cys",
"transcript": "ENST00000896654.1",
"protein_id": "ENSP00000566713.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 888,
"cds_start": 2510,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896654.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2438A>G",
"hgvs_p": "p.Tyr813Cys",
"transcript": "ENST00000944638.1",
"protein_id": "ENSP00000614697.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 864,
"cds_start": 2438,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944638.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2408A>G",
"hgvs_p": "p.Tyr803Cys",
"transcript": "ENST00000944641.1",
"protein_id": "ENSP00000614700.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 854,
"cds_start": 2408,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944641.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2390A>G",
"hgvs_p": "p.Tyr797Cys",
"transcript": "ENST00000923185.1",
"protein_id": "ENSP00000593244.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 848,
"cds_start": 2390,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923185.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2375A>G",
"hgvs_p": "p.Tyr792Cys",
"transcript": "ENST00000944640.1",
"protein_id": "ENSP00000614699.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 843,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944640.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2372A>G",
"hgvs_p": "p.Tyr791Cys",
"transcript": "ENST00000944639.1",
"protein_id": "ENSP00000614698.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 842,
"cds_start": 2372,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944639.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2369A>G",
"hgvs_p": "p.Tyr790Cys",
"transcript": "ENST00000896653.1",
"protein_id": "ENSP00000566712.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 841,
"cds_start": 2369,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896653.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2366A>G",
"hgvs_p": "p.Tyr789Cys",
"transcript": "ENST00000944646.1",
"protein_id": "ENSP00000614705.1",
"transcript_support_level": null,
"aa_start": 789,
"aa_end": null,
"aa_length": 840,
"cds_start": 2366,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944646.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2357A>G",
"hgvs_p": "p.Tyr786Cys",
"transcript": "ENST00000896650.1",
"protein_id": "ENSP00000566709.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 837,
"cds_start": 2357,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896650.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2354A>G",
"hgvs_p": "p.Tyr785Cys",
"transcript": "ENST00000896648.1",
"protein_id": "ENSP00000566707.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 836,
"cds_start": 2354,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896648.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2342A>G",
"hgvs_p": "p.Tyr781Cys",
"transcript": "ENST00000896652.1",
"protein_id": "ENSP00000566711.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 832,
"cds_start": 2342,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896652.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2330A>G",
"hgvs_p": "p.Tyr777Cys",
"transcript": "ENST00000896656.1",
"protein_id": "ENSP00000566715.1",
"transcript_support_level": null,
"aa_start": 777,
"aa_end": null,
"aa_length": 828,
"cds_start": 2330,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896656.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2312A>G",
"hgvs_p": "p.Tyr771Cys",
"transcript": "ENST00000944645.1",
"protein_id": "ENSP00000614704.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 822,
"cds_start": 2312,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944645.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2282A>G",
"hgvs_p": "p.Tyr761Cys",
"transcript": "ENST00000896655.1",
"protein_id": "ENSP00000566714.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 812,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896655.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Tyr758Cys",
"transcript": "ENST00000896649.1",
"protein_id": "ENSP00000566708.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 809,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896649.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2273A>G",
"hgvs_p": "p.Tyr758Cys",
"transcript": "ENST00000944643.1",
"protein_id": "ENSP00000614702.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 809,
"cds_start": 2273,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944643.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2231A>G",
"hgvs_p": "p.Tyr744Cys",
"transcript": "ENST00000944644.1",
"protein_id": "ENSP00000614703.1",
"transcript_support_level": null,
"aa_start": 744,
"aa_end": null,
"aa_length": 795,
"cds_start": 2231,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944644.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2213A>G",
"hgvs_p": "p.Tyr738Cys",
"transcript": "ENST00000896651.1",
"protein_id": "ENSP00000566710.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 789,
"cds_start": 2213,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896651.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.1772A>G",
"hgvs_p": "p.Tyr591Cys",
"transcript": "ENST00000923184.1",
"protein_id": "ENSP00000593243.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 642,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923184.1"
},
{
"aa_ref": "Y",
"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": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.629A>G",
"hgvs_p": "p.Tyr210Cys",
"transcript": "ENST00000428458.1",
"protein_id": "ENSP00000395451.1",
"transcript_support_level": 3,
"aa_start": 210,
"aa_end": null,
"aa_length": 243,
"cds_start": 629,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428458.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "c.2361+14A>G",
"hgvs_p": null,
"transcript": "ENST00000944642.1",
"protein_id": "ENSP00000614701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 837,
"cds_start": null,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944642.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ABHD12",
"gene_hgnc_id": 15868,
"hgvs_c": "c.1158-636T>C",
"hgvs_p": null,
"transcript": "NM_015600.5",
"protein_id": "NP_056415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 404,
"cds_start": null,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015600.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ABHD12",
"gene_hgnc_id": 15868,
"hgvs_c": "c.405-636T>C",
"hgvs_p": null,
"transcript": "ENST00000672871.1",
"protein_id": "ENSP00000499949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": null,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"hgvs_c": "n.455A>G",
"hgvs_p": null,
"transcript": "ENST00000471359.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000471359.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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABHD12",
"gene_hgnc_id": 15868,
"hgvs_c": "n.*147-636T>C",
"hgvs_p": null,
"transcript": "ENST00000465694.2",
"protein_id": "ENSP00000459278.2",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000465694.2"
},
{
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ABHD12",
"gene_hgnc_id": 15868,
"hgvs_c": "n.*166-636T>C",
"hgvs_p": null,
"transcript": "ENST00000672331.1",
"protein_id": "ENSP00000500286.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000672331.1"
}
],
"gene_symbol": "PYGB",
"gene_hgnc_id": 9723,
"dbsnp": "rs2088530405",
"frequency_reference_population": 0.0000012399671,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84599e-7,
"gnomad_genomes_af": 0.00000656875,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9830087423324585,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.947,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4733,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.048,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_002862.4",
"gene_symbol": "PYGB",
"hgnc_id": 9723,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2375A>G",
"hgvs_p": "p.Tyr792Cys"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_015600.5",
"gene_symbol": "ABHD12",
"hgnc_id": 15868,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1158-636T>C",
"hgvs_p": null
}
],
"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
}