← 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: 11-64804738-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=64804738&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 64804738,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001407150.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_001370259.2",
"protein_id": "NP_001357188.2",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000450708.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370259.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000450708.7",
"protein_id": "ENSP00000394933.3",
"transcript_support_level": 5,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001370259.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450708.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000312049.11",
"protein_id": "ENSP00000308975.6",
"transcript_support_level": 1,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000312049.11"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000424912.2",
"protein_id": "ENSP00000388016.2",
"transcript_support_level": 1,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424912.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000429702.6",
"protein_id": "ENSP00000402752.2",
"transcript_support_level": 1,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429702.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "ENST00000377321.5",
"protein_id": "ENSP00000366538.1",
"transcript_support_level": 1,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377321.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "NM_001407150.1",
"protein_id": "NP_001394079.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 657,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407150.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "ENST00000917701.1",
"protein_id": "ENSP00000587760.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 657,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917701.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "NM_001370251.2",
"protein_id": "NP_001357180.2",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370251.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "NM_001407142.1",
"protein_id": "NP_001394071.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407142.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "NM_001407143.1",
"protein_id": "NP_001394072.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407143.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "NM_001407144.1",
"protein_id": "NP_001394073.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407144.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "ENST00000672304.1",
"protein_id": "ENSP00000500585.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672304.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "ENST00000864595.1",
"protein_id": "ENSP00000534654.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864595.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "ENST00000864596.1",
"protein_id": "ENSP00000534655.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864596.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "ENST00000864598.1",
"protein_id": "ENSP00000534657.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864598.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1555G>C",
"hgvs_p": "p.Glu519Gln",
"transcript": "ENST00000917700.1",
"protein_id": "ENSP00000587759.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 652,
"cds_start": 1555,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917700.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1462G>C",
"hgvs_p": "p.Glu488Gln",
"transcript": "ENST00000962403.1",
"protein_id": "ENSP00000632462.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 621,
"cds_start": 1462,
"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": "ENST00000962403.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1450G>C",
"hgvs_p": "p.Glu484Gln",
"transcript": "NM_001407151.1",
"protein_id": "NP_001394080.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 617,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407151.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1450G>C",
"hgvs_p": "p.Glu484Gln",
"transcript": "ENST00000917704.1",
"protein_id": "ENSP00000587763.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 617,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917704.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_000244.4",
"protein_id": "NP_000235.3",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000244.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_001407145.1",
"protein_id": "NP_001394074.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407145.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_130800.3",
"protein_id": "NP_570712.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130800.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_130801.3",
"protein_id": "NP_570713.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130801.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_130802.3",
"protein_id": "NP_570714.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130802.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_130803.3",
"protein_id": "NP_570715.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130803.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "NM_130804.3",
"protein_id": "NP_570716.2",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130804.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000377313.7",
"protein_id": "ENSP00000366530.1",
"transcript_support_level": 2,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377313.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000710881.1",
"protein_id": "ENSP00000518530.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710881.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000864600.1",
"protein_id": "ENSP00000534659.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864600.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000864601.1",
"protein_id": "ENSP00000534660.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864601.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000917708.1",
"protein_id": "ENSP00000587767.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917708.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1444G>C",
"hgvs_p": "p.Glu482Gln",
"transcript": "ENST00000917710.1",
"protein_id": "ENSP00000587769.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 615,
"cds_start": 1444,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917710.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_001370260.2",
"protein_id": "NP_001357189.2",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370260.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_001370261.2",
"protein_id": "NP_001357190.2",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370261.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_001407146.1",
"protein_id": "NP_001394075.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407146.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_001407147.1",
"protein_id": "NP_001394076.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407147.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "NM_130799.3",
"protein_id": "NP_570711.2",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130799.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000315422.9",
"protein_id": "ENSP00000323747.4",
"transcript_support_level": 5,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315422.9"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000377326.7",
"protein_id": "ENSP00000366543.3",
"transcript_support_level": 5,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377326.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000413626.2",
"protein_id": "ENSP00000411218.2",
"transcript_support_level": 3,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413626.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000440873.6",
"protein_id": "ENSP00000413944.2",
"transcript_support_level": 5,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440873.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1429G>C",
"hgvs_p": "p.Glu477Gln",
"transcript": "ENST00000864594.1",
"protein_id": "ENSP00000534653.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 610,
"cds_start": 1429,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864594.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1426G>C",
"hgvs_p": "p.Glu476Gln",
"transcript": "ENST00000864599.1",
"protein_id": "ENSP00000534658.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 609,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864599.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1426G>C",
"hgvs_p": "p.Glu476Gln",
"transcript": "ENST00000917699.1",
"protein_id": "ENSP00000587758.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 609,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917699.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1426G>C",
"hgvs_p": "p.Glu476Gln",
"transcript": "ENST00000917706.1",
"protein_id": "ENSP00000587765.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 609,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917706.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1426G>C",
"hgvs_p": "p.Glu476Gln",
"transcript": "ENST00000917709.1",
"protein_id": "ENSP00000587768.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 609,
"cds_start": 1426,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917709.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1420G>C",
"hgvs_p": "p.Glu474Gln",
"transcript": "ENST00000394376.7",
"protein_id": "ENSP00000377901.3",
"transcript_support_level": 5,
"aa_start": 474,
"aa_end": null,
"aa_length": 607,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394376.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1420G>C",
"hgvs_p": "p.Glu474Gln",
"transcript": "ENST00000864602.1",
"protein_id": "ENSP00000534661.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 607,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864602.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1420G>C",
"hgvs_p": "p.Glu474Gln",
"transcript": "ENST00000917711.1",
"protein_id": "ENSP00000587770.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 607,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917711.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1339G>C",
"hgvs_p": "p.Glu447Gln",
"transcript": "ENST00000917707.1",
"protein_id": "ENSP00000587766.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 580,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917707.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "NM_001370262.2",
"protein_id": "NP_001357191.2",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370262.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "NM_001370263.2",
"protein_id": "NP_001357192.2",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001370263.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "NM_001407148.1",
"protein_id": "NP_001394077.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407148.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "NM_001407149.1",
"protein_id": "NP_001394078.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407149.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "ENST00000864597.1",
"protein_id": "ENSP00000534656.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864597.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1324G>C",
"hgvs_p": "p.Glu442Gln",
"transcript": "ENST00000917702.1",
"protein_id": "ENSP00000587761.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 575,
"cds_start": 1324,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917702.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1264G>C",
"hgvs_p": "p.Glu422Gln",
"transcript": "NM_001407152.1",
"protein_id": "NP_001394081.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 555,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001407152.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1264G>C",
"hgvs_p": "p.Glu422Gln",
"transcript": "ENST00000377316.6",
"protein_id": "ENSP00000366533.1",
"transcript_support_level": 5,
"aa_start": 422,
"aa_end": null,
"aa_length": 555,
"cds_start": 1264,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377316.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1204G>C",
"hgvs_p": "p.Glu402Gln",
"transcript": "ENST00000917703.1",
"protein_id": "ENSP00000587762.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 535,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917703.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1204G>C",
"hgvs_p": "p.Glu402Gln",
"transcript": "ENST00000917705.1",
"protein_id": "ENSP00000587764.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 535,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917705.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "XM_017017766.2",
"protein_id": "XP_016873255.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 657,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017766.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "XM_017017767.3",
"protein_id": "XP_016873256.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 657,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017767.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln",
"transcript": "XM_017017768.2",
"protein_id": "XP_016873257.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 657,
"cds_start": 1570,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017768.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.*737G>C",
"hgvs_p": null,
"transcript": "ENST00000394374.8",
"protein_id": "ENSP00000377899.4",
"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": "ENST00000394374.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1922G>C",
"hgvs_p": null,
"transcript": "ENST00000478548.3",
"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": "retained_intron",
"feature": "ENST00000478548.3"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1391G>C",
"hgvs_p": null,
"transcript": "ENST00000671939.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000671939.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1811G>C",
"hgvs_p": null,
"transcript": "ENST00000671965.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000671965.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.*525G>C",
"hgvs_p": null,
"transcript": "ENST00000672079.2",
"protein_id": "ENSP00000500905.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000672079.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1627G>C",
"hgvs_p": null,
"transcript": "NR_176284.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176284.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1639G>C",
"hgvs_p": null,
"transcript": "NR_176285.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1642G>C",
"hgvs_p": null,
"transcript": "NR_176286.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176286.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.1900G>C",
"hgvs_p": null,
"transcript": "NR_176287.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_176287.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.*737G>C",
"hgvs_p": null,
"transcript": "ENST00000394374.8",
"protein_id": "ENSP00000377899.4",
"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": "ENST00000394374.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"hgvs_c": "n.*525G>C",
"hgvs_p": null,
"transcript": "ENST00000672079.2",
"protein_id": "ENSP00000500905.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000672079.2"
}
],
"gene_symbol": "MEN1",
"gene_hgnc_id": 7010,
"dbsnp": "rs863224526",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.45766639709472656,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.72,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6791,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.269,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001407150.1",
"gene_symbol": "MEN1",
"hgnc_id": 7010,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1570G>C",
"hgvs_p": "p.Glu524Gln"
}
],
"clinvar_disease": " type 1,Multiple endocrine neoplasia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Multiple endocrine neoplasia, type 1",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}