← 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-19378992-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19378992&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19378992,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002749.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "NM_002749.4",
"protein_id": "NP_002740.2",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 230,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": "ENST00000395604.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000395604.8",
"protein_id": "ENSP00000378968.3",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 230,
"cdna_end": null,
"cdna_length": 2902,
"mane_select": "NM_002749.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000308406.9",
"protein_id": "ENSP00000311005.5",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 3149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000395602.8",
"protein_id": "ENSP00000378966.4",
"transcript_support_level": 1,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 387,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-20+891C>G",
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "NM_139033.3",
"protein_id": "NP_620602.2",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "NM_139034.3",
"protein_id": "NP_620603.2",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 142,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000443215.5",
"protein_id": "ENSP00000412902.1",
"transcript_support_level": 3,
"aa_start": 31,
"aa_end": null,
"aa_length": 240,
"cds_start": 92,
"cds_end": null,
"cds_length": 724,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000579284.5",
"protein_id": "ENSP00000462819.1",
"transcript_support_level": 4,
"aa_start": 31,
"aa_end": null,
"aa_length": 156,
"cds_start": 92,
"cds_end": null,
"cds_length": 471,
"cdna_start": 236,
"cdna_end": null,
"cdna_length": 615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "ENST00000603493.1",
"protein_id": "ENSP00000474397.1",
"transcript_support_level": 5,
"aa_start": 31,
"aa_end": null,
"aa_length": 143,
"cds_start": 92,
"cds_end": null,
"cds_length": 432,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_006721557.4",
"protein_id": "XP_006721620.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 230,
"cdna_end": null,
"cdna_length": 2920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_006721558.4",
"protein_id": "XP_006721621.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 449,
"cdna_end": null,
"cdna_length": 3139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_006721559.4",
"protein_id": "XP_006721622.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 142,
"cdna_end": null,
"cdna_length": 2832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436401.1",
"protein_id": "XP_047292357.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 223,
"cdna_end": null,
"cdna_length": 2913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436402.1",
"protein_id": "XP_047292358.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 3016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436403.1",
"protein_id": "XP_047292359.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 822,
"cds_start": 92,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 2928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436404.1",
"protein_id": "XP_047292360.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 495,
"cdna_end": null,
"cdna_length": 3167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436405.1",
"protein_id": "XP_047292361.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436406.1",
"protein_id": "XP_047292362.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 816,
"cds_start": 92,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 326,
"cdna_end": null,
"cdna_length": 2998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys",
"transcript": "XM_047436407.1",
"protein_id": "XP_047292363.1",
"transcript_support_level": null,
"aa_start": 31,
"aa_end": null,
"aa_length": 766,
"cds_start": 92,
"cds_end": null,
"cds_length": 2301,
"cdna_start": 230,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.173C>G",
"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": [
"non_coding_transcript_exon_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": "n.101C>G",
"hgvs_p": null,
"transcript": "ENST00000490660.2",
"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": 2867,
"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.464C>G",
"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": [
"non_coding_transcript_exon_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": "n.244C>G",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.172C>G",
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.136C>G",
"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": 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": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "n.92C>G",
"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
},
{
"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+891C>G",
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-20+450C>G",
"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": 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+891C>G",
"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+891C>G",
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"hgvs_c": "c.-20+450C>G",
"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
}
],
"gene_symbol": "MAPK7",
"gene_hgnc_id": 6880,
"dbsnp": "rs546912846",
"frequency_reference_population": 6.8502254e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85023e-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.13034099340438843,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.091,
"revel_prediction": "Benign",
"alphamissense_score": 0.1489,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.271,
"phylop100way_prediction": "Benign",
"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_002749.4",
"gene_symbol": "MAPK7",
"hgnc_id": 6880,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.92C>G",
"hgvs_p": "p.Ser31Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}