← 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-66485106-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=66485106&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 66485106,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_002755.4",
"consequences": [
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "NM_002755.4",
"protein_id": "NP_002746.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 393,
"cds_start": 810,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000307102.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002755.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000307102.10",
"protein_id": "ENSP00000302486.5",
"transcript_support_level": 1,
"aa_start": 270,
"aa_end": null,
"aa_length": 393,
"cds_start": 810,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002755.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000307102.10"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000685172.1",
"protein_id": "ENSP00000509604.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 417,
"cds_start": 810,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685172.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.861G>A",
"hgvs_p": "p.Glu287Glu",
"transcript": "ENST00000689951.1",
"protein_id": "ENSP00000509308.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 410,
"cds_start": 861,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689951.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.744G>A",
"hgvs_p": "p.Glu248Glu",
"transcript": "ENST00000692683.1",
"protein_id": "ENSP00000508437.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 371,
"cds_start": 744,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692683.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.732G>A",
"hgvs_p": "p.Glu244Glu",
"transcript": "ENST00000901531.1",
"protein_id": "ENSP00000571590.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 367,
"cds_start": 732,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901531.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.696G>A",
"hgvs_p": "p.Glu232Glu",
"transcript": "ENST00000901534.1",
"protein_id": "ENSP00000571593.1",
"transcript_support_level": null,
"aa_start": 232,
"aa_end": null,
"aa_length": 355,
"cds_start": 696,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901534.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.681G>A",
"hgvs_p": "p.Glu227Glu",
"transcript": "ENST00000691576.1",
"protein_id": "ENSP00000510066.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 350,
"cds_start": 681,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691576.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.666G>A",
"hgvs_p": "p.Glu222Glu",
"transcript": "NM_001411065.1",
"protein_id": "NP_001397994.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 345,
"cds_start": 666,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411065.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.666G>A",
"hgvs_p": "p.Glu222Glu",
"transcript": "ENST00000693150.1",
"protein_id": "ENSP00000510309.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 345,
"cds_start": 666,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693150.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.663G>A",
"hgvs_p": "p.Glu221Glu",
"transcript": "ENST00000685763.1",
"protein_id": "ENSP00000509016.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 344,
"cds_start": 663,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685763.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.585G>A",
"hgvs_p": "p.Glu195Glu",
"transcript": "ENST00000920480.1",
"protein_id": "ENSP00000590539.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 318,
"cds_start": 585,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920480.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu",
"transcript": "ENST00000691937.1",
"protein_id": "ENSP00000508768.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 317,
"cds_start": 810,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691937.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.282G>A",
"hgvs_p": "p.Glu94Glu",
"transcript": "ENST00000566326.1",
"protein_id": "ENSP00000456438.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 217,
"cds_start": 282,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566326.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.744G>A",
"hgvs_p": "p.Glu248Glu",
"transcript": "XM_011521783.4",
"protein_id": "XP_011520085.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 371,
"cds_start": 744,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521783.4"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.732G>A",
"hgvs_p": "p.Glu244Glu",
"transcript": "XM_017022411.3",
"protein_id": "XP_016877900.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 367,
"cds_start": 732,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022411.3"
},
{
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.694-25G>A",
"hgvs_p": null,
"transcript": "ENST00000901533.1",
"protein_id": "ENSP00000571592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 346,
"cds_start": null,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901533.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.693+3227G>A",
"hgvs_p": null,
"transcript": "ENST00000901532.1",
"protein_id": "ENSP00000571591.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 304,
"cds_start": null,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901532.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.569-2122G>A",
"hgvs_p": null,
"transcript": "ENST00000686347.1",
"protein_id": "ENSP00000509027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 284,
"cds_start": null,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686347.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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "c.491-2122G>A",
"hgvs_p": null,
"transcript": "ENST00000920479.1",
"protein_id": "ENSP00000590538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920479.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.1168G>A",
"hgvs_p": null,
"transcript": "ENST00000687191.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": "retained_intron",
"feature": "ENST00000687191.1"
},
{
"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": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.225G>A",
"hgvs_p": null,
"transcript": "ENST00000687481.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": "retained_intron",
"feature": "ENST00000687481.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000691077.1",
"protein_id": "ENSP00000509843.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000691077.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000692487.1",
"protein_id": "ENSP00000509534.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000692487.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000691077.1",
"protein_id": "ENSP00000509843.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000691077.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000692487.1",
"protein_id": "ENSP00000509534.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000692487.1"
},
{
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"hgvs_c": "n.628-2122G>A",
"hgvs_p": null,
"transcript": "ENST00000684779.1",
"protein_id": "ENSP00000508681.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000684779.1"
}
],
"gene_symbol": "MAP2K1",
"gene_hgnc_id": 6840,
"dbsnp": "rs745891583",
"frequency_reference_population": 0.000006195948,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.000006157,
"gnomad_genomes_af": 0.00000657004,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0729999989271164,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.073,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.199,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002755.4",
"gene_symbol": "MAP2K1",
"hgnc_id": 6840,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.810G>A",
"hgvs_p": "p.Glu270Glu"
}
],
"clinvar_disease": "RASopathy",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "RASopathy",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}