← 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: 5-71635216-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=71635216&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 71635216,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000340941.11",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "NM_022132.5",
"protein_id": "NP_071415.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 563,
"cds_start": 969,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "ENST00000340941.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "ENST00000340941.11",
"protein_id": "ENSP00000343657.6",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 563,
"cds_start": 969,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "NM_022132.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "ENST00000509358.7",
"protein_id": "ENSP00000420994.3",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 357,
"cds_start": 969,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.855T>C",
"hgvs_p": "p.Ala285Ala",
"transcript": "ENST00000629193.3",
"protein_id": "ENSP00000486535.2",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 325,
"cds_start": 855,
"cds_end": null,
"cds_length": 978,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 1360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1098T>C",
"hgvs_p": "p.Ala366Ala",
"transcript": "ENST00000682876.1",
"protein_id": "ENSP00000508389.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 606,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 3763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "ENST00000682727.1",
"protein_id": "ENSP00000507393.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 560,
"cds_start": 969,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 3621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.879T>C",
"hgvs_p": "p.Ala293Ala",
"transcript": "ENST00000683403.1",
"protein_id": "ENSP00000507896.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 533,
"cds_start": 879,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.855T>C",
"hgvs_p": "p.Ala285Ala",
"transcript": "NM_001363147.1",
"protein_id": "NP_001350076.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 525,
"cds_start": 855,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 3510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.855T>C",
"hgvs_p": "p.Ala285Ala",
"transcript": "ENST00000683789.1",
"protein_id": "ENSP00000507012.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 525,
"cds_start": 855,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 3574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.825T>C",
"hgvs_p": "p.Ala275Ala",
"transcript": "ENST00000682045.1",
"protein_id": "ENSP00000507329.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 515,
"cds_start": 825,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 904,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.753T>C",
"hgvs_p": "p.Ala251Ala",
"transcript": "ENST00000683339.1",
"protein_id": "ENSP00000507758.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 491,
"cds_start": 753,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.576T>C",
"hgvs_p": "p.Ala192Ala",
"transcript": "ENST00000682214.1",
"protein_id": "ENSP00000507336.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 432,
"cds_start": 576,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 879,
"cdna_end": null,
"cdna_length": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.576T>C",
"hgvs_p": "p.Ala192Ala",
"transcript": "ENST00000683429.1",
"protein_id": "ENSP00000507697.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 432,
"cds_start": 576,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 3486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.462T>C",
"hgvs_p": "p.Ala154Ala",
"transcript": "ENST00000681968.1",
"protein_id": "ENSP00000508143.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 394,
"cds_start": 462,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 3422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "ENST00000683665.1",
"protein_id": "ENSP00000507068.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 363,
"cds_start": 969,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1115,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.231T>C",
"hgvs_p": "p.Ala77Ala",
"transcript": "ENST00000684530.1",
"protein_id": "ENSP00000507439.1",
"transcript_support_level": null,
"aa_start": 77,
"aa_end": null,
"aa_length": 269,
"cds_start": 231,
"cds_end": null,
"cds_length": 810,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "XM_047417468.1",
"protein_id": "XP_047273424.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 368,
"cds_start": 969,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "XM_017009688.2",
"protein_id": "XP_016865177.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 365,
"cds_start": 969,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 1266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala",
"transcript": "XM_011543529.3",
"protein_id": "XP_011541831.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 363,
"cds_start": 969,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.855T>C",
"hgvs_p": "p.Ala285Ala",
"transcript": "XM_047417469.1",
"protein_id": "XP_047273425.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 327,
"cds_start": 855,
"cds_end": null,
"cds_length": 984,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 1152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.855T>C",
"hgvs_p": "p.Ala285Ala",
"transcript": "XM_047417470.1",
"protein_id": "XP_047273426.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 325,
"cds_start": 855,
"cds_end": null,
"cds_length": 978,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.925T>C",
"hgvs_p": null,
"transcript": "ENST00000505435.4",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.2809T>C",
"hgvs_p": null,
"transcript": "ENST00000505787.8",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.231T>C",
"hgvs_p": null,
"transcript": "ENST00000509539.3",
"protein_id": "ENSP00000425474.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1092T>C",
"hgvs_p": null,
"transcript": "ENST00000510895.7",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.855T>C",
"hgvs_p": null,
"transcript": "ENST00000512218.6",
"protein_id": "ENSP00000423202.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1790T>C",
"hgvs_p": null,
"transcript": "ENST00000682499.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.969T>C",
"hgvs_p": null,
"transcript": "ENST00000682541.1",
"protein_id": "ENSP00000507673.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.969T>C",
"hgvs_p": null,
"transcript": "ENST00000682687.1",
"protein_id": "ENSP00000507945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*690T>C",
"hgvs_p": null,
"transcript": "ENST00000683258.1",
"protein_id": "ENSP00000507448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.813T>C",
"hgvs_p": null,
"transcript": "ENST00000683847.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.969T>C",
"hgvs_p": null,
"transcript": "ENST00000683882.1",
"protein_id": "ENSP00000506735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*640T>C",
"hgvs_p": null,
"transcript": "ENST00000684024.1",
"protein_id": "ENSP00000507175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*695T>C",
"hgvs_p": null,
"transcript": "ENST00000684254.1",
"protein_id": "ENSP00000508001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1971T>C",
"hgvs_p": null,
"transcript": "ENST00000684652.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*690T>C",
"hgvs_p": null,
"transcript": "ENST00000683258.1",
"protein_id": "ENSP00000507448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*640T>C",
"hgvs_p": null,
"transcript": "ENST00000684024.1",
"protein_id": "ENSP00000507175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*695T>C",
"hgvs_p": null,
"transcript": "ENST00000684254.1",
"protein_id": "ENSP00000508001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.165+174T>C",
"hgvs_p": null,
"transcript": "ENST00000684310.1",
"protein_id": "ENSP00000507550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": -4,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.803+3031T>C",
"hgvs_p": null,
"transcript": "ENST00000683098.1",
"protein_id": "ENSP00000507670.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"dbsnp": "rs112793062",
"frequency_reference_population": 0.00041569196,
"hom_count_reference_population": 8,
"allele_count_reference_population": 671,
"gnomad_exomes_af": 0.000240113,
"gnomad_genomes_af": 0.00210026,
"gnomad_exomes_ac": 351,
"gnomad_genomes_ac": 320,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.49,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000340941.11",
"gene_symbol": "MCCC2",
"hgnc_id": 6937,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.969T>C",
"hgvs_p": "p.Ala323Ala"
}
],
"clinvar_disease": "3-methylcrotonyl-CoA carboxylase 2 deficiency,MCCC2-related disorder,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:1",
"phenotype_combined": "not specified|3-methylcrotonyl-CoA carboxylase 2 deficiency|MCCC2-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}