← 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: X-51895314-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=51895314&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 10,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MAGED1",
"hgnc_id": 6813,
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -10,
"transcript": "NM_001005333.2",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_score": -10,
"allele_count_reference_population": 642,
"alphamissense_prediction": null,
"alphamissense_score": 0.0588,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.92,
"chr": "X",
"clinvar_classification": "Likely benign",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.010361820459365845,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2723,
"cdna_start": 476,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_006986.4",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000326587.12",
"protein_coding": true,
"protein_id": "NP_008917.3",
"strand": true,
"transcript": "NM_006986.4",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2723,
"cdna_start": 476,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000326587.12",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006986.4",
"protein_coding": true,
"protein_id": "ENSP00000325333.8",
"strand": true,
"transcript": "ENST00000326587.12",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 834,
"aa_ref": "V",
"aa_start": 159,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2875,
"cdna_start": 628,
"cds_end": null,
"cds_length": 2505,
"cds_start": 475,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000375695.2",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364847.2",
"strand": true,
"transcript": "ENST00000375695.2",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 834,
"aa_ref": "V",
"aa_start": 159,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2891,
"cdna_start": 644,
"cds_end": null,
"cds_length": 2505,
"cds_start": 475,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001005333.2",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001005333.1",
"strand": true,
"transcript": "NM_001005333.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 834,
"aa_ref": "V",
"aa_start": 159,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2800,
"cdna_start": 553,
"cds_end": null,
"cds_length": 2505,
"cds_start": 475,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898271.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568330.1",
"strand": true,
"transcript": "ENST00000898271.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 834,
"aa_ref": "V",
"aa_start": 159,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2870,
"cdna_start": 625,
"cds_end": null,
"cds_length": 2505,
"cds_start": 475,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000943445.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613504.1",
"strand": true,
"transcript": "ENST00000943445.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 819,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2820,
"cdna_start": 450,
"cds_end": null,
"cds_length": 2460,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898286.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568345.1",
"strand": true,
"transcript": "ENST00000898286.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 819,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2759,
"cdna_start": 389,
"cds_end": null,
"cds_length": 2460,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000939079.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609138.1",
"strand": true,
"transcript": "ENST00000939079.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 819,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2994,
"cdna_start": 624,
"cds_end": null,
"cds_length": 2460,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000943446.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613505.1",
"strand": true,
"transcript": "ENST00000943446.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 813,
"aa_ref": "V",
"aa_start": 159,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2751,
"cdna_start": 567,
"cds_end": null,
"cds_length": 2442,
"cds_start": 475,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000939078.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.475G>A",
"hgvs_p": "p.Val159Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609137.1",
"strand": true,
"transcript": "ENST00000939078.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 787,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": 471,
"cds_end": null,
"cds_length": 2364,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898283.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568342.1",
"strand": true,
"transcript": "ENST00000898283.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 786,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2742,
"cdna_start": 471,
"cds_end": null,
"cds_length": 2361,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898281.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568340.1",
"strand": true,
"transcript": "ENST00000898281.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 781,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2696,
"cdna_start": 444,
"cds_end": null,
"cds_length": 2346,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000943452.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613511.1",
"strand": true,
"transcript": "ENST00000943452.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2632,
"cdna_start": 385,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001005332.2",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001005332.1",
"strand": true,
"transcript": "NM_001005332.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2806,
"cdna_start": 559,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000375722.5",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364874.1",
"strand": true,
"transcript": "ENST00000375722.5",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2701,
"cdna_start": 454,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000375772.7",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364927.3",
"strand": true,
"transcript": "ENST00000375772.7",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2718,
"cdna_start": 468,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898263.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568322.1",
"strand": true,
"transcript": "ENST00000898263.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2724,
"cdna_start": 477,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898264.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568323.1",
"strand": true,
"transcript": "ENST00000898264.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2889,
"cdna_start": 640,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898265.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568324.1",
"strand": true,
"transcript": "ENST00000898265.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2959,
"cdna_start": 712,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898266.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568325.1",
"strand": true,
"transcript": "ENST00000898266.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2892,
"cdna_start": 645,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898268.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568327.1",
"strand": true,
"transcript": "ENST00000898268.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2797,
"cdna_start": 550,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000898269.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568328.1",
"strand": true,
"transcript": "ENST00000898269.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3086,
"cdna_start": 841,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000898272.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568331.1",
"strand": true,
"transcript": "ENST00000898272.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2865,
"cdna_start": 621,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898273.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568332.1",
"strand": true,
"transcript": "ENST00000898273.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2843,
"cdna_start": 599,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898274.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568333.1",
"strand": true,
"transcript": "ENST00000898274.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4226,
"cdna_start": 1979,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898276.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568335.1",
"strand": true,
"transcript": "ENST00000898276.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5729,
"cdna_start": 3482,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000898277.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568336.1",
"strand": true,
"transcript": "ENST00000898277.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2677,
"cdna_start": 445,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898278.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568337.1",
"strand": true,
"transcript": "ENST00000898278.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2699,
"cdna_start": 452,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898279.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568338.1",
"strand": true,
"transcript": "ENST00000898279.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2727,
"cdna_start": 476,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898280.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568339.1",
"strand": true,
"transcript": "ENST00000898280.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2737,
"cdna_start": 490,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000939076.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609135.1",
"strand": true,
"transcript": "ENST00000939076.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2752,
"cdna_start": 505,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000939077.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609136.1",
"strand": true,
"transcript": "ENST00000939077.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2688,
"cdna_start": 441,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000939081.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609140.1",
"strand": true,
"transcript": "ENST00000939081.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2747,
"cdna_start": 502,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000939082.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609141.1",
"strand": true,
"transcript": "ENST00000939082.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2684,
"cdna_start": 440,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000943447.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613506.1",
"strand": true,
"transcript": "ENST00000943447.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2910,
"cdna_start": 687,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000943450.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613509.1",
"strand": true,
"transcript": "ENST00000943450.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 757,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2583,
"cdna_start": 399,
"cds_end": null,
"cds_length": 2274,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898267.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568326.1",
"strand": true,
"transcript": "ENST00000898267.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 757,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2642,
"cdna_start": 463,
"cds_end": null,
"cds_length": 2274,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898285.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568344.1",
"strand": true,
"transcript": "ENST00000898285.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 757,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2621,
"cdna_start": 437,
"cds_end": null,
"cds_length": 2274,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000943448.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613507.1",
"strand": true,
"transcript": "ENST00000943448.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 737,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2506,
"cdna_start": 382,
"cds_end": null,
"cds_length": 2214,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000939080.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000609139.1",
"strand": true,
"transcript": "ENST00000939080.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 716,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2518,
"cdna_start": 460,
"cds_end": null,
"cds_length": 2151,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000898275.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568334.1",
"strand": true,
"transcript": "ENST00000898275.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 654,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2334,
"cdna_start": 464,
"cds_end": null,
"cds_length": 1965,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898284.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568343.1",
"strand": true,
"transcript": "ENST00000898284.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 571,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2001,
"cdna_start": 383,
"cds_end": null,
"cds_length": 1716,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000943449.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613508.1",
"strand": true,
"transcript": "ENST00000943449.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 555,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1963,
"cdna_start": 385,
"cds_end": null,
"cds_length": 1668,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898270.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568329.1",
"strand": true,
"transcript": "ENST00000898270.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 555,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2049,
"cdna_start": 474,
"cds_end": null,
"cds_length": 1668,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000898282.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568341.1",
"strand": true,
"transcript": "ENST00000898282.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2689,
"cdna_start": 442,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_011530835.3",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011529137.1",
"strand": true,
"transcript": "XM_011530835.3",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 33118,
"cdna_start": 30871,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047442676.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298632.1",
"strand": true,
"transcript": "XM_047442676.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 778,
"aa_ref": "V",
"aa_start": 103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2706,
"cdna_start": 459,
"cds_end": null,
"cds_length": 2337,
"cds_start": 307,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_047442677.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298633.1",
"strand": true,
"transcript": "XM_047442677.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 319,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1333,
"cdna_start": null,
"cds_end": null,
"cds_length": 960,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000943451.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "c.45+965G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000613510.1",
"strand": true,
"transcript": "ENST00000943451.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 810,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000470461.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "n.372G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000470461.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 680,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000482188.1",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "n.292G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000482188.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2906,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000485420.5",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "n.434G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000485420.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5418,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000494718.5",
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"hgvs_c": "n.450G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000494718.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs141080853",
"effect": "missense_variant",
"frequency_reference_population": 0.00053071976,
"gene_hgnc_id": 6813,
"gene_symbol": "MAGED1",
"gnomad_exomes_ac": 606,
"gnomad_exomes_af": 0.000552298,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 36,
"gnomad_genomes_af": 0.000320157,
"gnomad_genomes_homalt": 1,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 188,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.291,
"pos": 51895314,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.035,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001005333.2"
}
]
}