← 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: 3-50617634-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=50617634&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 50617634,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004635.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "NM_001243925.2",
"protein_id": "NP_001230854.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000621469.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243925.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000621469.5",
"protein_id": "ENSP00000478922.1",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001243925.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621469.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000357955.6",
"protein_id": "ENSP00000350639.2",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357955.6"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000446044.5",
"protein_id": "ENSP00000396467.1",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446044.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864524.1",
"protein_id": "ENSP00000534583.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 434,
"cds_start": 69,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864524.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969065.1",
"protein_id": "ENSP00000639124.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 434,
"cds_start": 69,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969065.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864523.1",
"protein_id": "ENSP00000534582.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 387,
"cds_start": 69,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864523.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864526.1",
"protein_id": "ENSP00000534585.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 387,
"cds_start": 69,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864526.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "NM_001243926.2",
"protein_id": "NP_001230855.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243926.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "NM_004635.5",
"protein_id": "NP_004626.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004635.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864518.1",
"protein_id": "ENSP00000534577.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864518.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864519.1",
"protein_id": "ENSP00000534578.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864519.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864520.1",
"protein_id": "ENSP00000534579.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864520.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969052.1",
"protein_id": "ENSP00000639111.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969052.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969054.1",
"protein_id": "ENSP00000639113.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969054.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969055.1",
"protein_id": "ENSP00000639114.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969055.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969056.1",
"protein_id": "ENSP00000639115.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969056.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969057.1",
"protein_id": "ENSP00000639116.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969057.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969058.1",
"protein_id": "ENSP00000639117.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969058.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969059.1",
"protein_id": "ENSP00000639118.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969059.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864521.1",
"protein_id": "ENSP00000534580.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 381,
"cds_start": 69,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864521.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864522.1",
"protein_id": "ENSP00000534581.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 381,
"cds_start": 69,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864522.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000864525.1",
"protein_id": "ENSP00000534584.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 381,
"cds_start": 69,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864525.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000917295.1",
"protein_id": "ENSP00000587354.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 381,
"cds_start": 69,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917295.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969053.1",
"protein_id": "ENSP00000639112.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 381,
"cds_start": 69,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969053.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000917296.1",
"protein_id": "ENSP00000587355.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 373,
"cds_start": 69,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917296.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969060.1",
"protein_id": "ENSP00000639119.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 370,
"cds_start": 69,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969060.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969061.1",
"protein_id": "ENSP00000639120.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 347,
"cds_start": 69,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969061.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969066.1",
"protein_id": "ENSP00000639125.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 347,
"cds_start": 69,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969066.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000430409.5",
"protein_id": "ENSP00000410970.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 331,
"cds_start": 69,
"cds_end": null,
"cds_length": 997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430409.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969064.1",
"protein_id": "ENSP00000639123.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 302,
"cds_start": 69,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969064.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969063.1",
"protein_id": "ENSP00000639122.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 299,
"cds_start": 69,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969063.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000917297.1",
"protein_id": "ENSP00000587356.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 287,
"cds_start": 69,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917297.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000917298.1",
"protein_id": "ENSP00000587357.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 287,
"cds_start": 69,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917298.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000969062.1",
"protein_id": "ENSP00000639121.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 286,
"cds_start": 69,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969062.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "ENST00000457064.1",
"protein_id": "ENSP00000402045.1",
"transcript_support_level": 2,
"aa_start": 23,
"aa_end": null,
"aa_length": 118,
"cds_start": 69,
"cds_end": null,
"cds_length": 359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457064.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "XM_047448883.1",
"protein_id": "XP_047304839.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448883.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "XM_047448884.1",
"protein_id": "XP_047304840.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448884.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "XM_047448885.1",
"protein_id": "XP_047304841.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448885.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "XM_047448886.1",
"protein_id": "XP_047304842.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448886.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly",
"transcript": "XM_047448887.1",
"protein_id": "XP_047304843.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 382,
"cds_start": 69,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448887.1"
}
],
"gene_symbol": "MAPKAPK3",
"gene_hgnc_id": 6888,
"dbsnp": "rs2032504265",
"frequency_reference_population": 0.000006569784,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000656978,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6299999952316284,
"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.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.358,
"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": "NM_004635.5",
"gene_symbol": "MAPKAPK3",
"hgnc_id": 6888,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.69C>A",
"hgvs_p": "p.Gly23Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}