← 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-49682366-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49682366&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49682366,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001640.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg",
"transcript": "NM_001640.4",
"protein_id": "NP_001631.3",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 732,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000296456.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001640.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg",
"transcript": "ENST00000296456.10",
"protein_id": "ENSP00000296456.5",
"transcript_support_level": 1,
"aa_start": 541,
"aa_end": null,
"aa_length": 732,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001640.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296456.10"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg",
"transcript": "ENST00000438011.5",
"protein_id": "ENSP00000415862.1",
"transcript_support_level": 1,
"aa_start": 541,
"aa_end": null,
"aa_length": 737,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438011.5"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1703C>G",
"hgvs_p": "p.Thr568Arg",
"transcript": "ENST00000863169.1",
"protein_id": "ENSP00000533228.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 759,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863169.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1646C>G",
"hgvs_p": "p.Thr549Arg",
"transcript": "ENST00000863165.1",
"protein_id": "ENSP00000533224.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 740,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863165.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1613C>G",
"hgvs_p": "p.Thr538Arg",
"transcript": "ENST00000863163.1",
"protein_id": "ENSP00000533222.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 729,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863163.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1613C>G",
"hgvs_p": "p.Thr538Arg",
"transcript": "ENST00000863172.1",
"protein_id": "ENSP00000533231.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 729,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863172.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg",
"transcript": "ENST00000863166.1",
"protein_id": "ENSP00000533225.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 725,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863166.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1613C>G",
"hgvs_p": "p.Thr538Arg",
"transcript": "ENST00000959864.1",
"protein_id": "ENSP00000629923.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 722,
"cds_start": 1613,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959864.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1589C>G",
"hgvs_p": "p.Thr530Arg",
"transcript": "ENST00000863164.1",
"protein_id": "ENSP00000533223.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 721,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863164.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1577C>G",
"hgvs_p": "p.Thr526Arg",
"transcript": "ENST00000925195.1",
"protein_id": "ENSP00000595254.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 717,
"cds_start": 1577,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925195.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1565C>G",
"hgvs_p": "p.Thr522Arg",
"transcript": "ENST00000863160.1",
"protein_id": "ENSP00000533219.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 713,
"cds_start": 1565,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863160.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1577C>G",
"hgvs_p": "p.Thr526Arg",
"transcript": "ENST00000863171.1",
"protein_id": "ENSP00000533230.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 710,
"cds_start": 1577,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863171.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1541C>G",
"hgvs_p": "p.Thr514Arg",
"transcript": "ENST00000863170.1",
"protein_id": "ENSP00000533229.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 705,
"cds_start": 1541,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863170.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1538C>G",
"hgvs_p": "p.Thr513Arg",
"transcript": "ENST00000863161.1",
"protein_id": "ENSP00000533220.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 704,
"cds_start": 1538,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863161.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1529C>G",
"hgvs_p": "p.Thr510Arg",
"transcript": "ENST00000863158.1",
"protein_id": "ENSP00000533217.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 701,
"cds_start": 1529,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863158.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg",
"transcript": "ENST00000863162.1",
"protein_id": "ENSP00000533221.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 697,
"cds_start": 1622,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863162.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1508C>G",
"hgvs_p": "p.Thr503Arg",
"transcript": "ENST00000925196.1",
"protein_id": "ENSP00000595255.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 694,
"cds_start": 1508,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925196.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1484C>G",
"hgvs_p": "p.Thr495Arg",
"transcript": "ENST00000863167.1",
"protein_id": "ENSP00000533226.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 691,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863167.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1487C>G",
"hgvs_p": "p.Thr496Arg",
"transcript": "ENST00000959868.1",
"protein_id": "ENSP00000629927.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 687,
"cds_start": 1487,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959868.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1484C>G",
"hgvs_p": "p.Thr495Arg",
"transcript": "ENST00000863157.1",
"protein_id": "ENSP00000533216.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 686,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863157.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1484C>G",
"hgvs_p": "p.Thr495Arg",
"transcript": "ENST00000959866.1",
"protein_id": "ENSP00000629925.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 679,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959866.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1457C>G",
"hgvs_p": "p.Thr486Arg",
"transcript": "ENST00000925194.1",
"protein_id": "ENSP00000595253.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 677,
"cds_start": 1457,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925194.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1400C>G",
"hgvs_p": "p.Thr467Arg",
"transcript": "ENST00000863168.1",
"protein_id": "ENSP00000533227.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 658,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863168.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1244C>G",
"hgvs_p": "p.Thr415Arg",
"transcript": "ENST00000959865.1",
"protein_id": "ENSP00000629924.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 611,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959865.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1244C>G",
"hgvs_p": "p.Thr415Arg",
"transcript": "ENST00000863159.1",
"protein_id": "ENSP00000533218.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 606,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863159.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1757C>G",
"hgvs_p": "p.Thr586Arg",
"transcript": "XM_011533658.4",
"protein_id": "XP_011531960.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 777,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533658.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1706C>G",
"hgvs_p": "p.Thr569Arg",
"transcript": "XM_047448065.1",
"protein_id": "XP_047304021.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 760,
"cds_start": 1706,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448065.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1619C>G",
"hgvs_p": "p.Thr540Arg",
"transcript": "XM_017006285.2",
"protein_id": "XP_016861774.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 731,
"cds_start": 1619,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006285.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1484C>G",
"hgvs_p": "p.Thr495Arg",
"transcript": "XM_005265097.3",
"protein_id": "XP_005265154.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 686,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265097.3"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1037C>G",
"hgvs_p": "p.Thr346Arg",
"transcript": "XM_047448066.1",
"protein_id": "XP_047304022.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 537,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448066.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": 21,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.1466-36C>G",
"hgvs_p": null,
"transcript": "ENST00000959867.1",
"protein_id": "ENSP00000629926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.*322C>G",
"hgvs_p": null,
"transcript": "ENST00000469362.6",
"protein_id": "ENSP00000438180.1",
"transcript_support_level": 3,
"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": "ENST00000469362.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.*322C>G",
"hgvs_p": null,
"transcript": "ENST00000469362.6",
"protein_id": "ENSP00000438180.1",
"transcript_support_level": 3,
"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": "ENST00000469362.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.-235C>G",
"hgvs_p": null,
"transcript": "ENST00000480772.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": "retained_intron",
"feature": "ENST00000480772.1"
}
],
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"dbsnp": "rs3816877",
"frequency_reference_population": 6.8430904e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84309e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5533807873725891,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.362,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5203,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.923,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001640.4",
"gene_symbol": "APEH",
"hgnc_id": 586,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1622C>G",
"hgvs_p": "p.Thr541Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}