← 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: 6-145627667-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=145627667&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 145627667,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000367519.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Met",
"transcript": "NM_005670.4",
"protein_id": "NP_005661.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 331,
"cds_start": 745,
"cds_end": null,
"cds_length": 996,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 3129,
"mane_select": "ENST00000367519.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Met",
"transcript": "ENST00000367519.9",
"protein_id": "ENSP00000356489.3",
"transcript_support_level": 1,
"aa_start": 249,
"aa_end": null,
"aa_length": 331,
"cds_start": 745,
"cds_end": null,
"cds_length": 996,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 3129,
"mane_select": "NM_005670.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Met",
"transcript": "ENST00000435470.2",
"protein_id": "ENSP00000405913.2",
"transcript_support_level": 1,
"aa_start": 249,
"aa_end": null,
"aa_length": 317,
"cds_start": 745,
"cds_end": null,
"cds_length": 954,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 1278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.503G>A",
"hgvs_p": "p.Gly168Asp",
"transcript": "ENST00000638262.1",
"protein_id": "ENSP00000492876.1",
"transcript_support_level": 1,
"aa_start": 168,
"aa_end": null,
"aa_length": 224,
"cds_start": 503,
"cds_end": null,
"cds_length": 675,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "ENST00000639423.1",
"protein_id": "ENSP00000492701.1",
"transcript_support_level": 1,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 523,
"cdna_end": null,
"cdna_length": 2886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*589G>A",
"hgvs_p": null,
"transcript": "ENST00000639049.1",
"protein_id": "ENSP00000491590.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.1286G>A",
"hgvs_p": null,
"transcript": "ENST00000639799.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*589G>A",
"hgvs_p": null,
"transcript": "ENST00000639049.1",
"protein_id": "ENSP00000491590.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Met",
"transcript": "NM_001018041.2",
"protein_id": "NP_001018051.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 317,
"cds_start": 745,
"cds_end": null,
"cds_length": 954,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.503G>A",
"hgvs_p": "p.Gly168Asp",
"transcript": "NM_001360057.2",
"protein_id": "NP_001346986.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 224,
"cds_start": 503,
"cds_end": null,
"cds_length": 675,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 2887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "NM_001360064.2",
"protein_id": "NP_001346993.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 2922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "NM_001360071.2",
"protein_id": "NP_001347000.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 1022,
"cdna_end": null,
"cdna_length": 3384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "NM_001368131.1",
"protein_id": "NP_001355060.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 3082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "ENST00000611340.5",
"protein_id": "ENSP00000480268.1",
"transcript_support_level": 2,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "ENST00000638778.1",
"protein_id": "ENSP00000491353.1",
"transcript_support_level": 4,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "ENST00000638783.1",
"protein_id": "ENSP00000491338.1",
"transcript_support_level": 5,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "ENST00000639465.1",
"protein_id": "ENSP00000491180.1",
"transcript_support_level": 5,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 481,
"cdna_end": null,
"cdna_length": 2203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.283G>A",
"hgvs_p": "p.Val95Met",
"transcript": "NM_001368129.2",
"protein_id": "NP_001355058.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 177,
"cds_start": 283,
"cds_end": null,
"cds_length": 534,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 3290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.283G>A",
"hgvs_p": "p.Val95Met",
"transcript": "NM_001368132.1",
"protein_id": "NP_001355061.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 177,
"cds_start": 283,
"cds_end": null,
"cds_length": 534,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "D",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.89G>A",
"hgvs_p": "p.Gly30Asp",
"transcript": "ENST00000640980.1",
"protein_id": "ENSP00000491191.1",
"transcript_support_level": 3,
"aa_start": 30,
"aa_end": null,
"aa_length": 86,
"cds_start": 89,
"cds_end": null,
"cds_length": 261,
"cdna_start": 259,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "XM_011536116.2",
"protein_id": "XP_011534418.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 2840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.331G>A",
"hgvs_p": "p.Val111Met",
"transcript": "XM_024446551.2",
"protein_id": "XP_024302319.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 193,
"cds_start": 331,
"cds_end": null,
"cds_length": 582,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 3026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.283G>A",
"hgvs_p": "p.Val95Met",
"transcript": "XM_017011302.2",
"protein_id": "XP_016866791.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 177,
"cds_start": 283,
"cds_end": null,
"cds_length": 534,
"cdna_start": 602,
"cdna_end": null,
"cdna_length": 2964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.283G>A",
"hgvs_p": "p.Val95Met",
"transcript": "XM_047419364.1",
"protein_id": "XP_047275320.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 177,
"cds_start": 283,
"cds_end": null,
"cds_length": 534,
"cdna_start": 856,
"cdna_end": null,
"cdna_length": 3218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000638554.1",
"protein_id": "ENSP00000492823.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.202G>A",
"hgvs_p": null,
"transcript": "ENST00000638597.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.4657G>A",
"hgvs_p": null,
"transcript": "ENST00000639106.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.326G>A",
"hgvs_p": null,
"transcript": "ENST00000639648.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.6069G>A",
"hgvs_p": null,
"transcript": "ENST00000639859.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000640225.1",
"protein_id": "ENSP00000492179.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000640351.1",
"protein_id": "ENSP00000491251.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.318G>A",
"hgvs_p": null,
"transcript": "NR_153398.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000638554.1",
"protein_id": "ENSP00000492823.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*279G>A",
"hgvs_p": null,
"transcript": "ENST00000640225.1",
"protein_id": "ENSP00000492179.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000640351.1",
"protein_id": "ENSP00000491251.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.499+7578G>A",
"hgvs_p": null,
"transcript": "ENST00000638717.1",
"protein_id": "ENSP00000491330.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 208,
"cds_start": -4,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.340+7578G>A",
"hgvs_p": null,
"transcript": "ENST00000450221.6",
"protein_id": "ENSP00000414900.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": -4,
"cds_end": null,
"cds_length": 435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.718+7578G>A",
"hgvs_p": null,
"transcript": "XM_024446550.2",
"protein_id": "XP_024302318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"hgvs_c": "c.718+7578G>A",
"hgvs_p": null,
"transcript": "XM_011536113.3",
"protein_id": "XP_011534415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EPM2A",
"gene_hgnc_id": 3413,
"dbsnp": "rs1387516050",
"frequency_reference_population": 6.840825e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84082e-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.8216995000839233,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.494,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.568,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000367519.9",
"gene_symbol": "EPM2A",
"hgnc_id": 3413,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Met"
}
],
"clinvar_disease": "Lafora disease",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Lafora disease",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}