← 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: 1-156468124-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=156468124&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 156468124,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005920.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "NM_005920.4",
"protein_id": "NP_005911.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000348159.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005920.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000348159.9",
"protein_id": "ENSP00000271555.5",
"transcript_support_level": 1,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005920.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348159.9"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000360595.7",
"protein_id": "ENSP00000353803.3",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360595.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000875426.1",
"protein_id": "ENSP00000545485.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875426.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000970810.1",
"protein_id": "ENSP00000640870.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970810.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000970817.1",
"protein_id": "ENSP00000640876.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970817.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000970818.1",
"protein_id": "ENSP00000640877.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970818.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000970821.1",
"protein_id": "ENSP00000640880.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970821.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "ENST00000970824.1",
"protein_id": "ENSP00000640883.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970824.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "ENST00000970792.1",
"protein_id": "ENSP00000640851.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970792.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "ENST00000970793.1",
"protein_id": "ENSP00000640852.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970793.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "ENST00000970812.1",
"protein_id": "ENSP00000640871.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970812.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "ENST00000970814.1",
"protein_id": "ENSP00000640873.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970814.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "ENST00000970816.1",
"protein_id": "ENSP00000640875.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970816.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "NM_001271629.2",
"protein_id": "NP_001258558.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271629.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000875425.1",
"protein_id": "ENSP00000545484.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875425.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924773.1",
"protein_id": "ENSP00000594832.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924773.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924774.1",
"protein_id": "ENSP00000594833.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924774.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924777.1",
"protein_id": "ENSP00000594836.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924777.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924778.1",
"protein_id": "ENSP00000594837.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924778.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924779.1",
"protein_id": "ENSP00000594838.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924779.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924780.1",
"protein_id": "ENSP00000594839.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924780.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924781.1",
"protein_id": "ENSP00000594840.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924781.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000924782.1",
"protein_id": "ENSP00000594841.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924782.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970796.1",
"protein_id": "ENSP00000640855.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970796.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970798.1",
"protein_id": "ENSP00000640857.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970798.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970809.1",
"protein_id": "ENSP00000640867.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970809.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970815.1",
"protein_id": "ENSP00000640874.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970815.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970819.1",
"protein_id": "ENSP00000640878.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970819.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970822.1",
"protein_id": "ENSP00000640881.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970822.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "ENST00000970823.1",
"protein_id": "ENSP00000640882.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970823.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1399G>A",
"hgvs_p": "p.Gly467Arg",
"transcript": "ENST00000464356.6",
"protein_id": "ENSP00000476788.1",
"transcript_support_level": 5,
"aa_start": 467,
"aa_end": null,
"aa_length": 513,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464356.6"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1399G>A",
"hgvs_p": "p.Gly467Arg",
"transcript": "ENST00000970802.1",
"protein_id": "ENSP00000640861.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 513,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970802.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Gly429Arg",
"transcript": "ENST00000970794.1",
"protein_id": "ENSP00000640853.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 475,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970794.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Gly429Arg",
"transcript": "ENST00000970804.1",
"protein_id": "ENSP00000640862.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 475,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970804.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Gly429Arg",
"transcript": "ENST00000970813.1",
"protein_id": "ENSP00000640872.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 475,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970813.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1285G>A",
"hgvs_p": "p.Gly429Arg",
"transcript": "ENST00000970820.1",
"protein_id": "ENSP00000640879.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 475,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970820.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Gly422Arg",
"transcript": "ENST00000924776.1",
"protein_id": "ENSP00000594835.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 468,
"cds_start": 1264,
"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": "ENST00000924776.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1264G>A",
"hgvs_p": "p.Gly422Arg",
"transcript": "ENST00000970807.1",
"protein_id": "ENSP00000640866.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 468,
"cds_start": 1264,
"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": "ENST00000970807.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1252G>A",
"hgvs_p": "p.Gly418Arg",
"transcript": "ENST00000970800.1",
"protein_id": "ENSP00000640858.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 464,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970800.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1249G>A",
"hgvs_p": "p.Gly417Arg",
"transcript": "ENST00000924775.1",
"protein_id": "ENSP00000594834.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 463,
"cds_start": 1249,
"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": "ENST00000924775.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1114G>A",
"hgvs_p": "p.Gly372Arg",
"transcript": "ENST00000970801.1",
"protein_id": "ENSP00000640859.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 418,
"cds_start": 1114,
"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": "ENST00000970801.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_005245169.5",
"protein_id": "XP_005245226.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245169.5"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_005245170.4",
"protein_id": "XP_005245227.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245170.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_006711330.4",
"protein_id": "XP_006711393.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711330.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_011509569.4",
"protein_id": "XP_011507871.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509569.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420993.1",
"protein_id": "XP_047276949.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420993.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420994.1",
"protein_id": "XP_047276950.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420994.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420995.1",
"protein_id": "XP_047276951.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420995.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420997.1",
"protein_id": "XP_047276953.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420997.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420998.1",
"protein_id": "XP_047276954.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420998.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047420999.1",
"protein_id": "XP_047276955.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420999.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg",
"transcript": "XM_047421002.1",
"protein_id": "XP_047276958.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 521,
"cds_start": 1423,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421002.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "XM_006711332.4",
"protein_id": "XP_006711395.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711332.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1420G>A",
"hgvs_p": "p.Gly474Arg",
"transcript": "XM_047421004.1",
"protein_id": "XP_047276960.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 520,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421004.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "XM_006711333.3",
"protein_id": "XP_006711396.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711333.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "XM_017001314.2",
"protein_id": "XP_016856803.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001314.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "XM_017001315.2",
"protein_id": "XP_016856804.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001315.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "XM_047421005.1",
"protein_id": "XP_047276961.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421005.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1402G>A",
"hgvs_p": "p.Gly468Arg",
"transcript": "XM_047421009.1",
"protein_id": "XP_047276965.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 514,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421009.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.1399G>A",
"hgvs_p": "p.Gly467Arg",
"transcript": "XM_006711334.4",
"protein_id": "XP_006711397.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 513,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711334.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "c.259-468G>A",
"hgvs_p": null,
"transcript": "ENST00000970805.1",
"protein_id": "ENSP00000640864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 89,
"cds_start": null,
"cds_end": null,
"cds_length": 270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "n.*641G>A",
"hgvs_p": null,
"transcript": "ENST00000475587.2",
"protein_id": "ENSP00000477413.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000475587.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"hgvs_c": "n.*641G>A",
"hgvs_p": null,
"transcript": "ENST00000475587.2",
"protein_id": "ENSP00000477413.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000475587.2"
}
],
"gene_symbol": "MEF2D",
"gene_hgnc_id": 6997,
"dbsnp": "rs140205006",
"frequency_reference_population": 0.0004343618,
"hom_count_reference_population": 0,
"allele_count_reference_population": 701,
"gnomad_exomes_af": 0.000462475,
"gnomad_genomes_af": 0.000164301,
"gnomad_exomes_ac": 676,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10419145226478577,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.081,
"revel_prediction": "Benign",
"alphamissense_score": 0.3284,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.621,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_005920.4",
"gene_symbol": "MEF2D",
"hgnc_id": 6997,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1423G>A",
"hgvs_p": "p.Gly475Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}