← 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-71626680-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=71626680&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 71626680,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000340941.11",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "NM_022132.5",
"protein_id": "NP_071415.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 563,
"cds_start": 665,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "ENST00000340941.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000340941.11",
"protein_id": "ENSP00000343657.6",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 563,
"cds_start": 665,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "NM_022132.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000509358.7",
"protein_id": "ENSP00000420994.3",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 357,
"cds_start": 665,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 1508,
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.625-5441A>G",
"hgvs_p": null,
"transcript": "ENST00000629193.3",
"protein_id": "ENSP00000486535.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000682876.1",
"protein_id": "ENSP00000508389.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 606,
"cds_start": 665,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 774,
"cdna_end": null,
"cdna_length": 3763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000682727.1",
"protein_id": "ENSP00000507393.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 560,
"cds_start": 665,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 3621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000683403.1",
"protein_id": "ENSP00000507896.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 533,
"cds_start": 665,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.521A>G",
"hgvs_p": "p.Tyr174Cys",
"transcript": "ENST00000682045.1",
"protein_id": "ENSP00000507329.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 515,
"cds_start": 521,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 600,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000682214.1",
"protein_id": "ENSP00000507336.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 432,
"cds_start": 272,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000683429.1",
"protein_id": "ENSP00000507697.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 432,
"cds_start": 272,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 645,
"cdna_end": null,
"cdna_length": 3486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "ENST00000683665.1",
"protein_id": "ENSP00000507068.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 363,
"cds_start": 665,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "XM_047417468.1",
"protein_id": "XP_047273424.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 368,
"cds_start": 665,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "XM_017009688.2",
"protein_id": "XP_016865177.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 365,
"cds_start": 665,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 1266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys",
"transcript": "XM_011543529.3",
"protein_id": "XP_011541831.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 363,
"cds_start": 665,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 751,
"cdna_end": null,
"cdna_length": 2294,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.2505A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.788A>G",
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1486A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.665A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.665A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.665A>G",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*386A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.665A>G",
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*336A>G",
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*391A>G",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*386A>G",
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*336A>G",
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*391A>G",
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.625-5441A>G",
"hgvs_p": null,
"transcript": "NM_001363147.1",
"protein_id": "NP_001350076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 525,
"cds_start": -4,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3510,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.625-5441A>G",
"hgvs_p": null,
"transcript": "ENST00000683789.1",
"protein_id": "ENSP00000507012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 525,
"cds_start": -4,
"cds_end": null,
"cds_length": 1578,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.523-5441A>G",
"hgvs_p": null,
"transcript": "ENST00000683339.1",
"protein_id": "ENSP00000507758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 491,
"cds_start": -4,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3378,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.232-5441A>G",
"hgvs_p": null,
"transcript": "ENST00000681968.1",
"protein_id": "ENSP00000508143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": -4,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3422,
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.695-5441A>G",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.625-5441A>G",
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.625-5441A>G",
"hgvs_p": null,
"transcript": "XM_047417469.1",
"protein_id": "XP_047273425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1152,
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.625-5441A>G",
"hgvs_p": null,
"transcript": "XM_047417470.1",
"protein_id": "XP_047273426.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"dbsnp": "rs753735697",
"frequency_reference_population": 6.840516e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84052e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9947440028190613,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.971,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7871,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.066,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000340941.11",
"gene_symbol": "MCCC2",
"hgnc_id": 6937,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.665A>G",
"hgvs_p": "p.Tyr222Cys"
}
],
"clinvar_disease": "3-methylcrotonyl-CoA carboxylase 2 deficiency",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "3-methylcrotonyl-CoA carboxylase 2 deficiency",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}