← 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: 21-29174769-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=29174769&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "21",
"pos": 29174769,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000399928.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001286620.2",
"protein_id": "NP_001273549.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 1743,
"mane_select": "ENST00000399928.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000399928.6",
"protein_id": "ENSP00000382812.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 1743,
"mane_select": "NM_001286620.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.606G>A",
"hgvs_p": "p.Glu202Glu",
"transcript": "ENST00000341618.8",
"protein_id": "ENSP00000343212.4",
"transcript_support_level": 1,
"aa_start": 202,
"aa_end": null,
"aa_length": 242,
"cds_start": 606,
"cds_end": null,
"cds_length": 729,
"cdna_start": 735,
"cdna_end": null,
"cdna_length": 1855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.606G>A",
"hgvs_p": "p.Glu202Glu",
"transcript": "ENST00000399947.6",
"protein_id": "ENSP00000382828.2",
"transcript_support_level": 1,
"aa_start": 202,
"aa_end": null,
"aa_length": 242,
"cds_start": 606,
"cds_end": null,
"cds_length": 729,
"cdna_start": 883,
"cdna_end": null,
"cdna_length": 2003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000399925.5",
"protein_id": "ENSP00000382809.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 435,
"cdna_end": null,
"cdna_length": 692,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "n.395G>A",
"hgvs_p": null,
"transcript": "ENST00000460883.5",
"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": 655,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "n.385G>A",
"hgvs_p": null,
"transcript": "ENST00000470800.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": 835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.606G>A",
"hgvs_p": "p.Glu202Glu",
"transcript": "NM_001286634.2",
"protein_id": "NP_001273563.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 242,
"cds_start": 606,
"cds_end": null,
"cds_length": 729,
"cdna_start": 1254,
"cdna_end": null,
"cdna_length": 2372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.606G>A",
"hgvs_p": "p.Glu202Glu",
"transcript": "NM_001371369.1",
"protein_id": "NP_001358298.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 242,
"cds_start": 606,
"cds_end": null,
"cds_length": 729,
"cdna_start": 1411,
"cdna_end": null,
"cdna_length": 2529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.606G>A",
"hgvs_p": "p.Glu202Glu",
"transcript": "NM_020152.4",
"protein_id": "NP_064537.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 242,
"cds_start": 606,
"cds_end": null,
"cds_length": 729,
"cdna_start": 1483,
"cdna_end": null,
"cdna_length": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.489G>A",
"hgvs_p": "p.Glu163Glu",
"transcript": "NM_001371370.1",
"protein_id": "NP_001358299.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 203,
"cds_start": 489,
"cds_end": null,
"cds_length": 612,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 1816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.363G>A",
"hgvs_p": "p.Glu121Glu",
"transcript": "NM_001371371.1",
"protein_id": "NP_001358300.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 161,
"cds_start": 363,
"cds_end": null,
"cds_length": 486,
"cdna_start": 623,
"cdna_end": null,
"cdna_length": 1741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001286617.2",
"protein_id": "NP_001273546.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 2610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001286618.2",
"protein_id": "NP_001273547.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 2481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001286619.2",
"protein_id": "NP_001273548.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001371372.1",
"protein_id": "NP_001358301.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 1535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001371373.1",
"protein_id": "NP_001358302.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 498,
"cdna_end": null,
"cdna_length": 1616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "NM_001371374.1",
"protein_id": "NP_001358303.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 2911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000339024.8",
"protein_id": "ENSP00000345777.4",
"transcript_support_level": 2,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 2066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000399926.5",
"protein_id": "ENSP00000382810.1",
"transcript_support_level": 3,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000399934.5",
"protein_id": "ENSP00000382816.1",
"transcript_support_level": 2,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 1964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu",
"transcript": "ENST00000399935.6",
"protein_id": "ENSP00000382817.2",
"transcript_support_level": 2,
"aa_start": 102,
"aa_end": null,
"aa_length": 142,
"cds_start": 306,
"cds_end": null,
"cds_length": 429,
"cdna_start": 973,
"cdna_end": null,
"cdna_length": 2093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.288G>A",
"hgvs_p": "p.Glu96Glu",
"transcript": "NM_001286622.2",
"protein_id": "NP_001273551.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 136,
"cds_start": 288,
"cds_end": null,
"cds_length": 411,
"cdna_start": 1398,
"cdna_end": null,
"cdna_length": 2516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.288G>A",
"hgvs_p": "p.Glu96Glu",
"transcript": "ENST00000545939.5",
"protein_id": "ENSP00000437846.1",
"transcript_support_level": 5,
"aa_start": 96,
"aa_end": null,
"aa_length": 136,
"cds_start": 288,
"cds_end": null,
"cds_length": 411,
"cdna_start": 288,
"cdna_end": null,
"cdna_length": 1407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.141G>A",
"hgvs_p": "p.Glu47Glu",
"transcript": "NM_001286624.2",
"protein_id": "NP_001273553.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 87,
"cds_start": 141,
"cds_end": null,
"cds_length": 264,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.141G>A",
"hgvs_p": "p.Glu47Glu",
"transcript": "NM_001371376.1",
"protein_id": "NP_001358305.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 87,
"cds_start": 141,
"cds_end": null,
"cds_length": 264,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.345G>A",
"hgvs_p": "p.Glu115Glu",
"transcript": "XM_047440930.1",
"protein_id": "XP_047296886.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 155,
"cds_start": 345,
"cds_end": null,
"cds_length": 468,
"cdna_start": 2784,
"cdna_end": null,
"cdna_length": 3902,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "n.*375G>A",
"hgvs_p": null,
"transcript": "ENST00000710354.1",
"protein_id": "ENSP00000518225.1",
"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": 2370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "n.*375G>A",
"hgvs_p": null,
"transcript": "ENST00000710354.1",
"protein_id": "ENSP00000518225.1",
"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": 2370,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"hgvs_c": "c.*24G>A",
"hgvs_p": null,
"transcript": "ENST00000451489.1",
"protein_id": "ENSP00000411208.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 93,
"cds_start": -4,
"cds_end": null,
"cds_length": 282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAP3K7CL",
"gene_hgnc_id": 16457,
"dbsnp": "rs768389557",
"frequency_reference_population": 0.0000020521716,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205217,
"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.5699999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.55,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000399928.6",
"gene_symbol": "MAP3K7CL",
"hgnc_id": 16457,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.306G>A",
"hgvs_p": "p.Glu102Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}