← 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-67586856-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=67586856&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 67586856,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_145160.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "NM_145160.3",
"protein_id": "NP_660143.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 448,
"cds_start": 374,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000178640.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145160.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000178640.10",
"protein_id": "ENSP00000178640.5",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 448,
"cds_start": 374,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_145160.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000178640.10"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000395476.6",
"protein_id": "ENSP00000378859.2",
"transcript_support_level": 1,
"aa_start": 125,
"aa_end": null,
"aa_length": 438,
"cds_start": 374,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395476.6"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952141.1",
"protein_id": "ENSP00000622200.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 505,
"cds_start": 374,
"cds_end": null,
"cds_length": 1518,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952141.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879775.1",
"protein_id": "ENSP00000549834.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 490,
"cds_start": 374,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879775.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879770.1",
"protein_id": "ENSP00000549829.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 480,
"cds_start": 374,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879770.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952139.1",
"protein_id": "ENSP00000622198.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 468,
"cds_start": 374,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952139.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879777.1",
"protein_id": "ENSP00000549836.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 463,
"cds_start": 374,
"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": "ENST00000879777.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879778.1",
"protein_id": "ENSP00000549837.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 458,
"cds_start": 374,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879778.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879773.1",
"protein_id": "ENSP00000549832.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 453,
"cds_start": 374,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879773.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952140.1",
"protein_id": "ENSP00000622199.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 447,
"cds_start": 374,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952140.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879774.1",
"protein_id": "ENSP00000549833.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 439,
"cds_start": 374,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879774.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "NM_002757.4",
"protein_id": "NP_002748.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 438,
"cds_start": 374,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002757.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879769.1",
"protein_id": "ENSP00000549828.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 429,
"cds_start": 374,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879769.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952137.1",
"protein_id": "ENSP00000622196.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 428,
"cds_start": 374,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952137.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879772.1",
"protein_id": "ENSP00000549831.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 424,
"cds_start": 374,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879772.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952135.1",
"protein_id": "ENSP00000622194.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 418,
"cds_start": 374,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952135.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952136.1",
"protein_id": "ENSP00000622195.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 414,
"cds_start": 374,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952136.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879780.1",
"protein_id": "ENSP00000549839.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 413,
"cds_start": 374,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879780.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.266G>T",
"hgvs_p": "p.Arg89Leu",
"transcript": "NM_001206804.2",
"protein_id": "NP_001193733.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 412,
"cds_start": 266,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206804.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.266G>T",
"hgvs_p": "p.Arg89Leu",
"transcript": "ENST00000354498.9",
"protein_id": "ENSP00000346493.5",
"transcript_support_level": 2,
"aa_start": 89,
"aa_end": null,
"aa_length": 412,
"cds_start": 266,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354498.9"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.263G>T",
"hgvs_p": "p.Arg88Leu",
"transcript": "ENST00000879771.1",
"protein_id": "ENSP00000549830.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 411,
"cds_start": 263,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879771.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952142.1",
"protein_id": "ENSP00000622201.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 407,
"cds_start": 374,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952142.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.236G>T",
"hgvs_p": "p.Arg79Leu",
"transcript": "ENST00000879776.1",
"protein_id": "ENSP00000549835.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 402,
"cds_start": 236,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879776.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000931464.1",
"protein_id": "ENSP00000601523.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 402,
"cds_start": 374,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931464.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000879779.1",
"protein_id": "ENSP00000549838.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 392,
"cds_start": 374,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879779.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952138.1",
"protein_id": "ENSP00000622197.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 390,
"cds_start": 374,
"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": "ENST00000952138.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000931465.1",
"protein_id": "ENSP00000601524.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 336,
"cds_start": 374,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931465.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "ENST00000952134.1",
"protein_id": "ENSP00000622193.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 336,
"cds_start": 374,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952134.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.50G>T",
"hgvs_p": "p.Arg17Leu",
"transcript": "ENST00000559262.5",
"protein_id": "ENSP00000480580.1",
"transcript_support_level": 5,
"aa_start": 17,
"aa_end": null,
"aa_length": 181,
"cds_start": 50,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559262.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.173G>T",
"hgvs_p": "p.Arg58Leu",
"transcript": "ENST00000439036.5",
"protein_id": "ENSP00000390196.1",
"transcript_support_level": 3,
"aa_start": 58,
"aa_end": null,
"aa_length": 128,
"cds_start": 173,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439036.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "XM_011521787.4",
"protein_id": "XP_011520089.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 289,
"cds_start": 374,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521787.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "XM_011521788.4",
"protein_id": "XP_011520090.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 283,
"cds_start": 374,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521788.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu",
"transcript": "XM_017022414.3",
"protein_id": "XP_016877903.1",
"transcript_support_level": null,
"aa_start": 125,
"aa_end": null,
"aa_length": 267,
"cds_start": 374,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022414.3"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.266G>T",
"hgvs_p": "p.Arg89Leu",
"transcript": "XM_047432856.1",
"protein_id": "XP_047288812.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 247,
"cds_start": 266,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432856.1"
},
{
"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": 16,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "c.252+23506G>T",
"hgvs_p": null,
"transcript": "ENST00000952143.1",
"protein_id": "ENSP00000622202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"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": "ENST00000952143.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "n.200G>T",
"hgvs_p": null,
"transcript": "ENST00000558392.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000558392.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "n.447G>T",
"hgvs_p": null,
"transcript": "ENST00000560591.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000560591.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"hgvs_c": "n.1007G>T",
"hgvs_p": null,
"transcript": "XR_007064474.1",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "XR_007064474.1"
}
],
"gene_symbol": "MAP2K5",
"gene_hgnc_id": 6845,
"dbsnp": "rs79545497",
"frequency_reference_population": 0.0000020522193,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205222,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.48445743322372437,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.15,
"revel_prediction": "Benign",
"alphamissense_score": 0.3974,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.871,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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_145160.3",
"gene_symbol": "MAP2K5",
"hgnc_id": 6845,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.374G>T",
"hgvs_p": "p.Arg125Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}