← 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: 17-19378515-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19378515&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19378515,
"ref": "T",
"alt": "C",
"effect": "5_prime_UTR_variant",
"transcript": "ENST00000395604.8",
"consequences": [
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-121T>C",
"hgvs_p": null,
"transcript": "NM_002749.4",
"protein_id": "NP_002740.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": "ENST00000395604.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-121T>C",
"hgvs_p": null,
"transcript": "ENST00000395604.8",
"protein_id": "ENSP00000378968.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": "NM_002749.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-33T>C",
"hgvs_p": null,
"transcript": "ENST00000395602.8",
"protein_id": "ENSP00000378966.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-5-381T>C",
"hgvs_p": null,
"transcript": "ENST00000308406.9",
"protein_id": "ENSP00000311005.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-20+414T>C",
"hgvs_p": null,
"transcript": "ENST00000299612.11",
"protein_id": "ENSP00000299612.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": -4,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.48T>C",
"hgvs_p": null,
"transcript": "ENST00000572968.5",
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.12T>C",
"hgvs_p": null,
"transcript": "ENST00000573466.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-33T>C",
"hgvs_p": null,
"transcript": "NM_139034.3",
"protein_id": "NP_620603.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-47T>C",
"hgvs_p": null,
"transcript": "ENST00000482850.1",
"protein_id": "ENSP00000458146.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": -4,
"cds_end": null,
"cds_length": 587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 640,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-121T>C",
"hgvs_p": null,
"transcript": "XM_006721557.4",
"protein_id": "XP_006721620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-33T>C",
"hgvs_p": null,
"transcript": "XM_006721559.4",
"protein_id": "XP_006721622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-217T>C",
"hgvs_p": null,
"transcript": "XM_047436402.1",
"protein_id": "XP_047292358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-129T>C",
"hgvs_p": null,
"transcript": "XM_047436403.1",
"protein_id": "XP_047292359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-386T>C",
"hgvs_p": null,
"transcript": "XM_047436404.1",
"protein_id": "XP_047292360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-129T>C",
"hgvs_p": null,
"transcript": "XM_047436405.1",
"protein_id": "XP_047292361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-217T>C",
"hgvs_p": null,
"transcript": "XM_047436406.1",
"protein_id": "XP_047292362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-121T>C",
"hgvs_p": null,
"transcript": "XM_047436407.1",
"protein_id": "XP_047292363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 766,
"cds_start": -4,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-47T>C",
"hgvs_p": null,
"transcript": "XM_011523957.4",
"protein_id": "XP_011522259.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": -4,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-5-381T>C",
"hgvs_p": null,
"transcript": "NM_139033.3",
"protein_id": "NP_620602.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": -4,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-20+414T>C",
"hgvs_p": null,
"transcript": "NM_139032.3",
"protein_id": "NP_620601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": -4,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-6+113T>C",
"hgvs_p": null,
"transcript": "ENST00000443215.5",
"protein_id": "ENSP00000412902.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-6+117T>C",
"hgvs_p": null,
"transcript": "ENST00000579284.5",
"protein_id": "ENSP00000462819.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.303+414T>C",
"hgvs_p": null,
"transcript": "ENST00000571657.5",
"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": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.110+414T>C",
"hgvs_p": null,
"transcript": "ENST00000573417.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": 418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-5-381T>C",
"hgvs_p": null,
"transcript": "XM_006721558.4",
"protein_id": "XP_006721621.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 822,
"cds_start": -4,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-386T>C",
"hgvs_p": null,
"transcript": "ENST00000603493.1",
"protein_id": "ENSP00000474397.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 143,
"cds_start": -4,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.-40T>C",
"hgvs_p": null,
"transcript": "ENST00000486905.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.-14T>C",
"hgvs_p": null,
"transcript": "ENST00000570306.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 4533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.-234T>C",
"hgvs_p": null,
"transcript": "ENST00000572853.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.-121T>C",
"hgvs_p": null,
"transcript": "ENST00000581260.5",
"protein_id": "ENSP00000462804.2",
"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": 773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"dbsnp": "rs2233072",
"frequency_reference_population": 0.000001060306,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0.00000106031,
"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.7799999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.202,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000395604.8",
"gene_symbol": "MAPK7",
"hgnc_id": 6880,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-121T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}