← 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: 15-72752576-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=72752576&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 72752576,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365225.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1259T>G",
"hgvs_p": "p.Ile420Arg",
"transcript": "NM_001365225.1",
"protein_id": "NP_001352154.1",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 497,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000456471.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365225.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1259T>G",
"hgvs_p": "p.Ile420Arg",
"transcript": "ENST00000456471.3",
"protein_id": "ENSP00000397694.3",
"transcript_support_level": 1,
"aa_start": 420,
"aa_end": null,
"aa_length": 497,
"cds_start": 1259,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001365225.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456471.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.3372T>G",
"hgvs_p": null,
"transcript": "ENST00000562621.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000562621.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*1232T>G",
"hgvs_p": null,
"transcript": "ENST00000567941.5",
"protein_id": "ENSP00000458102.1",
"transcript_support_level": 1,
"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": "ENST00000567941.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*533T>G",
"hgvs_p": null,
"transcript": "ENST00000569693.5",
"protein_id": "ENSP00000457572.1",
"transcript_support_level": 1,
"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": "ENST00000569693.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*1232T>G",
"hgvs_p": null,
"transcript": "ENST00000567941.5",
"protein_id": "ENSP00000458102.1",
"transcript_support_level": 1,
"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": "ENST00000567941.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*533T>G",
"hgvs_p": null,
"transcript": "ENST00000569693.5",
"protein_id": "ENSP00000457572.1",
"transcript_support_level": 1,
"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": "ENST00000569693.5"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1301T>G",
"hgvs_p": "p.Ile434Arg",
"transcript": "ENST00000957653.1",
"protein_id": "ENSP00000627712.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 511,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957653.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1271T>G",
"hgvs_p": "p.Ile424Arg",
"transcript": "ENST00000853936.1",
"protein_id": "ENSP00000523995.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 501,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853936.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1268T>G",
"hgvs_p": "p.Ile423Arg",
"transcript": "ENST00000853934.1",
"protein_id": "ENSP00000523993.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 500,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853934.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1256T>G",
"hgvs_p": "p.Ile419Arg",
"transcript": "NM_031284.5",
"protein_id": "NP_112574.3",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 496,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031284.5"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1256T>G",
"hgvs_p": "p.Ile419Arg",
"transcript": "ENST00000311669.12",
"protein_id": "ENSP00000312250.8",
"transcript_support_level": 2,
"aa_start": 419,
"aa_end": null,
"aa_length": 496,
"cds_start": 1256,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311669.12"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1196T>G",
"hgvs_p": "p.Ile399Arg",
"transcript": "ENST00000853929.1",
"protein_id": "ENSP00000523988.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 476,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853929.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1196T>G",
"hgvs_p": "p.Ile399Arg",
"transcript": "ENST00000853935.1",
"protein_id": "ENSP00000523994.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 476,
"cds_start": 1196,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853935.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1193T>G",
"hgvs_p": "p.Ile398Arg",
"transcript": "ENST00000853931.1",
"protein_id": "ENSP00000523990.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 475,
"cds_start": 1193,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853931.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1160T>G",
"hgvs_p": "p.Ile387Arg",
"transcript": "ENST00000957652.1",
"protein_id": "ENSP00000627711.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 464,
"cds_start": 1160,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957652.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1157T>G",
"hgvs_p": "p.Ile386Arg",
"transcript": "ENST00000853930.1",
"protein_id": "ENSP00000523989.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 463,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853930.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.1157T>G",
"hgvs_p": "p.Ile386Arg",
"transcript": "ENST00000853937.1",
"protein_id": "ENSP00000523996.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 463,
"cds_start": 1157,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853937.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.941T>G",
"hgvs_p": "p.Ile314Arg",
"transcript": "ENST00000931831.1",
"protein_id": "ENSP00000601890.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 391,
"cds_start": 941,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931831.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.938T>G",
"hgvs_p": "p.Ile313Arg",
"transcript": "ENST00000931832.1",
"protein_id": "ENSP00000601891.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 390,
"cds_start": 938,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931832.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.893T>G",
"hgvs_p": "p.Ile298Arg",
"transcript": "NM_001365226.1",
"protein_id": "NP_001352155.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 375,
"cds_start": 893,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365226.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.890T>G",
"hgvs_p": "p.Ile297Arg",
"transcript": "NM_001365223.1",
"protein_id": "NP_001352152.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 374,
"cds_start": 890,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365223.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.842T>G",
"hgvs_p": "p.Ile281Arg",
"transcript": "NM_001365227.1",
"protein_id": "NP_001352156.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 358,
"cds_start": 842,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365227.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.842T>G",
"hgvs_p": "p.Ile281Arg",
"transcript": "ENST00000853933.1",
"protein_id": "ENSP00000523992.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 358,
"cds_start": 842,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853933.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.839T>G",
"hgvs_p": "p.Ile280Arg",
"transcript": "NM_001365228.1",
"protein_id": "NP_001352157.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 357,
"cds_start": 839,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365228.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.839T>G",
"hgvs_p": "p.Ile280Arg",
"transcript": "ENST00000853928.1",
"protein_id": "ENSP00000523987.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 357,
"cds_start": 839,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853928.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.779T>G",
"hgvs_p": "p.Ile260Arg",
"transcript": "ENST00000853932.1",
"protein_id": "ENSP00000523991.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 337,
"cds_start": 779,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853932.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.542T>G",
"hgvs_p": "p.Ile181Arg",
"transcript": "NM_001365224.1",
"protein_id": "NP_001352153.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 258,
"cds_start": 542,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365224.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.542T>G",
"hgvs_p": "p.Ile181Arg",
"transcript": "NM_001365229.1",
"protein_id": "NP_001352158.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 258,
"cds_start": 542,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365229.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.893T>G",
"hgvs_p": "p.Ile298Arg",
"transcript": "XM_047433164.1",
"protein_id": "XP_047289120.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 375,
"cds_start": 893,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433164.1"
},
{
"aa_ref": "I",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.644T>G",
"hgvs_p": "p.Ile215Arg",
"transcript": "XM_017022664.3",
"protein_id": "XP_016878153.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 292,
"cds_start": 644,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022664.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.*282T>G",
"hgvs_p": null,
"transcript": "ENST00000563907.5",
"protein_id": "ENSP00000456387.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 203,
"cds_start": null,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563907.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "c.*363T>G",
"hgvs_p": null,
"transcript": "XM_011522104.4",
"protein_id": "XP_011520406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522104.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*628T>G",
"hgvs_p": null,
"transcript": "ENST00000569534.5",
"protein_id": "ENSP00000454707.1",
"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": "ENST00000569534.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*628T>G",
"hgvs_p": null,
"transcript": "ENST00000569534.5",
"protein_id": "ENSP00000454707.1",
"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": "ENST00000569534.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"hgvs_c": "n.*749T>G",
"hgvs_p": null,
"transcript": "ENST00000569517.5",
"protein_id": "ENSP00000454304.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": "ENST00000569517.5"
}
],
"gene_symbol": "ADPGK",
"gene_hgnc_id": 25250,
"dbsnp": "rs770734500",
"frequency_reference_population": 0.00003097909,
"hom_count_reference_population": 0,
"allele_count_reference_population": 50,
"gnomad_exomes_af": 0.0000328342,
"gnomad_genomes_af": 0.0000131492,
"gnomad_exomes_ac": 48,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6826587319374084,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.467,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7743,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.179,
"phylop100way_prediction": "Pathogenic",
"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": 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_001365225.1",
"gene_symbol": "ADPGK",
"hgnc_id": 25250,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1259T>G",
"hgvs_p": "p.Ile420Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}