← 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-49675744-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49675744&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49675744,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001640.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "NM_001640.4",
"protein_id": "NP_001631.3",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 732,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000296456.10",
"protein_id": "ENSP00000296456.5",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 732,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000438011.5",
"protein_id": "ENSP00000415862.1",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 737,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863169.1",
"protein_id": "ENSP00000533228.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 759,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863165.1",
"protein_id": "ENSP00000533224.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 740,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863163.1",
"protein_id": "ENSP00000533222.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 729,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863172.1",
"protein_id": "ENSP00000533231.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 729,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863166.1",
"protein_id": "ENSP00000533225.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 725,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000959864.1",
"protein_id": "ENSP00000629923.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 722,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863164.1",
"protein_id": "ENSP00000533223.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 721,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000925195.1",
"protein_id": "ENSP00000595254.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 717,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863160.1",
"protein_id": "ENSP00000533219.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 713,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863171.1",
"protein_id": "ENSP00000533230.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 710,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863170.1",
"protein_id": "ENSP00000533229.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 705,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863161.1",
"protein_id": "ENSP00000533220.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 704,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.230A>G",
"hgvs_p": "p.Lys77Arg",
"transcript": "ENST00000863158.1",
"protein_id": "ENSP00000533217.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 701,
"cds_start": 230,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863162.1",
"protein_id": "ENSP00000533221.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 697,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000925196.1",
"protein_id": "ENSP00000595255.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 694,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863167.1",
"protein_id": "ENSP00000533226.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 691,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000959868.1",
"protein_id": "ENSP00000629927.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 687,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863157.1",
"protein_id": "ENSP00000533216.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 686,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000959866.1",
"protein_id": "ENSP00000629925.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 679,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000925194.1",
"protein_id": "ENSP00000595253.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 677,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000959867.1",
"protein_id": "ENSP00000629926.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 668,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863168.1",
"protein_id": "ENSP00000533227.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 658,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000959865.1",
"protein_id": "ENSP00000629924.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 611,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "ENST00000863159.1",
"protein_id": "ENSP00000533218.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 606,
"cds_start": 323,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.98A>G",
"hgvs_p": "p.Lys33Arg",
"transcript": "ENST00000442186.5",
"protein_id": "ENSP00000402365.1",
"transcript_support_level": 5,
"aa_start": 33,
"aa_end": null,
"aa_length": 307,
"cds_start": 98,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442186.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"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": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.314A>G",
"hgvs_p": "p.Lys105Arg",
"transcript": "ENST00000457042.1",
"protein_id": "ENSP00000410366.1",
"transcript_support_level": 5,
"aa_start": 105,
"aa_end": null,
"aa_length": 283,
"cds_start": 314,
"cds_end": null,
"cds_length": 853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457042.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.20A>G",
"hgvs_p": "p.Lys7Arg",
"transcript": "ENST00000449966.5",
"protein_id": "ENSP00000414369.1",
"transcript_support_level": 3,
"aa_start": 7,
"aa_end": null,
"aa_length": 231,
"cds_start": 20,
"cds_end": null,
"cds_length": 697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449966.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Lys153Arg",
"transcript": "XM_011533658.4",
"protein_id": "XP_011531960.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 777,
"cds_start": 458,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.407A>G",
"hgvs_p": "p.Lys136Arg",
"transcript": "XM_047448065.1",
"protein_id": "XP_047304021.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 760,
"cds_start": 407,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.458A>G",
"hgvs_p": "p.Lys153Arg",
"transcript": "XM_017006285.2",
"protein_id": "XP_016861774.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 731,
"cds_start": 458,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg",
"transcript": "XM_005265097.3",
"protein_id": "XP_005265154.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 686,
"cds_start": 323,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "c.-99A>G",
"hgvs_p": null,
"transcript": "XM_047448066.1",
"protein_id": "XP_047304022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 537,
"cds_start": null,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.63A>G",
"hgvs_p": null,
"transcript": "ENST00000446089.5",
"protein_id": "ENSP00000410149.1",
"transcript_support_level": 5,
"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": "ENST00000446089.5"
},
{
"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": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.*43A>G",
"hgvs_p": null,
"transcript": "ENST00000447436.5",
"protein_id": "ENSP00000401871.1",
"transcript_support_level": 5,
"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": "ENST00000447436.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.51A>G",
"hgvs_p": null,
"transcript": "ENST00000447541.5",
"protein_id": "ENSP00000404353.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": "ENST00000447541.5"
},
{
"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": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.417A>G",
"hgvs_p": null,
"transcript": "ENST00000462439.5",
"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": "ENST00000462439.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.314A>G",
"hgvs_p": null,
"transcript": "ENST00000463616.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000463616.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.219A>G",
"hgvs_p": null,
"transcript": "ENST00000463995.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000463995.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.639A>G",
"hgvs_p": null,
"transcript": "ENST00000483715.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000483715.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.311A>G",
"hgvs_p": null,
"transcript": "ENST00000491799.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000491799.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"hgvs_c": "n.*43A>G",
"hgvs_p": null,
"transcript": "ENST00000447436.5",
"protein_id": "ENSP00000401871.1",
"transcript_support_level": 5,
"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": "ENST00000447436.5"
}
],
"gene_symbol": "APEH",
"gene_hgnc_id": 586,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22669655084609985,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.079,
"revel_prediction": "Benign",
"alphamissense_score": 0.0784,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.842,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001640.4",
"gene_symbol": "APEH",
"hgnc_id": 586,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.323A>G",
"hgvs_p": "p.Lys108Arg"
}
],
"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
}