← 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-54810020-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=54810020&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 54810020,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014599.6",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "NM_177433.3",
"protein_id": "NP_803182.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375068.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177433.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000375068.6",
"protein_id": "ENSP00000364209.1",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_177433.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375068.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000375053.6",
"protein_id": "ENSP00000364193.2",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375053.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000375058.5",
"protein_id": "ENSP00000364198.1",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375058.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919666.1",
"protein_id": "ENSP00000589725.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 641,
"cds_start": 344,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919666.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872302.1",
"protein_id": "ENSP00000542361.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 640,
"cds_start": 344,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872302.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000944666.1",
"protein_id": "ENSP00000614725.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 640,
"cds_start": 344,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944666.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872307.1",
"protein_id": "ENSP00000542366.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 634,
"cds_start": 344,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872307.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919654.1",
"protein_id": "ENSP00000589713.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 634,
"cds_start": 344,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919654.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919667.1",
"protein_id": "ENSP00000589726.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 634,
"cds_start": 344,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919667.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919661.1",
"protein_id": "ENSP00000589720.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 630,
"cds_start": 344,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919661.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000944667.1",
"protein_id": "ENSP00000614726.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 630,
"cds_start": 344,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944667.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872297.1",
"protein_id": "ENSP00000542356.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 621,
"cds_start": 344,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872297.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872308.1",
"protein_id": "ENSP00000542367.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 621,
"cds_start": 344,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872308.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872311.1",
"protein_id": "ENSP00000542370.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 621,
"cds_start": 344,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872311.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919668.1",
"protein_id": "ENSP00000589727.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 621,
"cds_start": 344,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919668.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000944664.1",
"protein_id": "ENSP00000614723.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 621,
"cds_start": 344,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944664.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919658.1",
"protein_id": "ENSP00000589717.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 614,
"cds_start": 344,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919658.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "NM_014599.6",
"protein_id": "NP_055414.2",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014599.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "NM_201222.3",
"protein_id": "NP_957516.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201222.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000218439.8",
"protein_id": "ENSP00000218439.4",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000218439.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000396224.1",
"protein_id": "ENSP00000379526.1",
"transcript_support_level": 5,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396224.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872301.1",
"protein_id": "ENSP00000542360.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872301.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872303.1",
"protein_id": "ENSP00000542362.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872303.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872304.1",
"protein_id": "ENSP00000542363.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872304.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872305.1",
"protein_id": "ENSP00000542364.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872305.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872310.1",
"protein_id": "ENSP00000542369.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872310.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872312.1",
"protein_id": "ENSP00000542371.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872312.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872313.1",
"protein_id": "ENSP00000542372.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872313.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872314.1",
"protein_id": "ENSP00000542373.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872314.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872316.1",
"protein_id": "ENSP00000542375.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872316.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872317.1",
"protein_id": "ENSP00000542376.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872317.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919656.1",
"protein_id": "ENSP00000589715.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919656.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919659.1",
"protein_id": "ENSP00000589718.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919659.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919660.1",
"protein_id": "ENSP00000589719.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919660.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919663.1",
"protein_id": "ENSP00000589722.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919663.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919664.1",
"protein_id": "ENSP00000589723.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919664.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919665.1",
"protein_id": "ENSP00000589724.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 606,
"cds_start": 344,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919665.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919655.1",
"protein_id": "ENSP00000589714.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 604,
"cds_start": 344,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919655.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872299.1",
"protein_id": "ENSP00000542358.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 603,
"cds_start": 344,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872299.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872320.1",
"protein_id": "ENSP00000542379.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 603,
"cds_start": 344,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872320.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000944668.1",
"protein_id": "ENSP00000614727.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 603,
"cds_start": 344,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944668.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000872300.1",
"protein_id": "ENSP00000542359.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 602,
"cds_start": 344,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872300.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919662.1",
"protein_id": "ENSP00000589721.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 602,
"cds_start": 344,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919662.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919669.1",
"protein_id": "ENSP00000589728.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 600,
"cds_start": 344,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919669.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.290C>T",
"hgvs_p": "p.Ala97Val",
"transcript": "ENST00000347546.8",
"protein_id": "ENSP00000336962.4",
"transcript_support_level": 5,
"aa_start": 97,
"aa_end": null,
"aa_length": 588,
"cds_start": 290,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347546.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000944662.1",
"protein_id": "ENSP00000614721.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 558,
"cds_start": 344,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944662.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.230C>T",
"hgvs_p": "p.Ala77Val",
"transcript": "ENST00000375060.5",
"protein_id": "ENSP00000364200.1",
"transcript_support_level": 2,
"aa_start": 77,
"aa_end": null,
"aa_length": 521,
"cds_start": 230,
"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": "ENST00000375060.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.230C>T",
"hgvs_p": "p.Ala77Val",
"transcript": "ENST00000627068.2",
"protein_id": "ENSP00000486563.1",
"transcript_support_level": 5,
"aa_start": 77,
"aa_end": null,
"aa_length": 521,
"cds_start": 230,
"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": "ENST00000627068.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val",
"transcript": "ENST00000919657.1",
"protein_id": "ENSP00000589716.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 470,
"cds_start": 344,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919657.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.46-98C>T",
"hgvs_p": null,
"transcript": "ENST00000872306.1",
"protein_id": "ENSP00000542365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": null,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872306.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.46-98C>T",
"hgvs_p": null,
"transcript": "ENST00000944670.1",
"protein_id": "ENSP00000614729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": null,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944670.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000872298.1",
"protein_id": "ENSP00000542357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872298.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000872309.1",
"protein_id": "ENSP00000542368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872309.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000872315.1",
"protein_id": "ENSP00000542374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872315.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000872318.1",
"protein_id": "ENSP00000542377.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872318.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000872319.1",
"protein_id": "ENSP00000542378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872319.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000944663.1",
"protein_id": "ENSP00000614722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000944665.1",
"protein_id": "ENSP00000614724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944665.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "c.45+644C>T",
"hgvs_p": null,
"transcript": "ENST00000944669.1",
"protein_id": "ENSP00000614728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "n.579C>T",
"hgvs_p": null,
"transcript": "ENST00000485483.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000485483.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "n.487C>T",
"hgvs_p": null,
"transcript": "ENST00000497484.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000497484.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"hgvs_c": "n.123-98C>T",
"hgvs_p": null,
"transcript": "ENST00000463787.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000463787.5"
}
],
"gene_symbol": "MAGED2",
"gene_hgnc_id": 16353,
"dbsnp": "rs371162915",
"frequency_reference_population": 0.0000045677116,
"hom_count_reference_population": 2,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000456771,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11995130777359009,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0729,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.763,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014599.6",
"gene_symbol": "MAGED2",
"hgnc_id": 16353,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AR",
"hgvs_c": "c.344C>T",
"hgvs_p": "p.Ala115Val"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}