← 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-71641018-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=71641018&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 71641018,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000340941.11",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1015G>C",
"hgvs_p": "p.Val339Leu",
"transcript": "NM_022132.5",
"protein_id": "NP_071415.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 563,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "ENST00000340941.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1015G>C",
"hgvs_p": "p.Val339Leu",
"transcript": "ENST00000340941.11",
"protein_id": "ENSP00000343657.6",
"transcript_support_level": 1,
"aa_start": 339,
"aa_end": null,
"aa_length": 563,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 3624,
"mane_select": "NM_022132.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.901G>C",
"hgvs_p": "p.Val301Leu",
"transcript": "ENST00000629193.3",
"protein_id": "ENSP00000486535.2",
"transcript_support_level": 1,
"aa_start": 301,
"aa_end": null,
"aa_length": 325,
"cds_start": 901,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 1360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.*5G>C",
"hgvs_p": null,
"transcript": "ENST00000509358.7",
"protein_id": "ENSP00000420994.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1144G>C",
"hgvs_p": "p.Val382Leu",
"transcript": "ENST00000682876.1",
"protein_id": "ENSP00000508389.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 606,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 1253,
"cdna_end": null,
"cdna_length": 3763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.925G>C",
"hgvs_p": "p.Val309Leu",
"transcript": "ENST00000683403.1",
"protein_id": "ENSP00000507896.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 533,
"cds_start": 925,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1045,
"cdna_end": null,
"cdna_length": 3528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.901G>C",
"hgvs_p": "p.Val301Leu",
"transcript": "NM_001363147.1",
"protein_id": "NP_001350076.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 525,
"cds_start": 901,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 3510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.901G>C",
"hgvs_p": "p.Val301Leu",
"transcript": "ENST00000683789.1",
"protein_id": "ENSP00000507012.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 525,
"cds_start": 901,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 3574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.871G>C",
"hgvs_p": "p.Val291Leu",
"transcript": "ENST00000682045.1",
"protein_id": "ENSP00000507329.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 515,
"cds_start": 871,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 950,
"cdna_end": null,
"cdna_length": 3473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.799G>C",
"hgvs_p": "p.Val267Leu",
"transcript": "ENST00000683339.1",
"protein_id": "ENSP00000507758.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 491,
"cds_start": 799,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.622G>C",
"hgvs_p": "p.Val208Leu",
"transcript": "ENST00000682214.1",
"protein_id": "ENSP00000507336.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 432,
"cds_start": 622,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 925,
"cdna_end": null,
"cdna_length": 3433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.622G>C",
"hgvs_p": "p.Val208Leu",
"transcript": "ENST00000683429.1",
"protein_id": "ENSP00000507697.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 432,
"cds_start": 622,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 995,
"cdna_end": null,
"cdna_length": 3486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.508G>C",
"hgvs_p": "p.Val170Leu",
"transcript": "ENST00000681968.1",
"protein_id": "ENSP00000508143.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 394,
"cds_start": 508,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 3422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1015G>C",
"hgvs_p": "p.Val339Leu",
"transcript": "ENST00000683665.1",
"protein_id": "ENSP00000507068.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 363,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1092,
"cdna_start": 1161,
"cdna_end": null,
"cdna_length": 2110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.181G>C",
"hgvs_p": "p.Val61Leu",
"transcript": "ENST00000684310.1",
"protein_id": "ENSP00000507550.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 285,
"cds_start": 181,
"cds_end": null,
"cds_length": 858,
"cdna_start": 181,
"cdna_end": null,
"cdna_length": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.277G>C",
"hgvs_p": "p.Val93Leu",
"transcript": "ENST00000684530.1",
"protein_id": "ENSP00000507439.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 269,
"cds_start": 277,
"cds_end": null,
"cds_length": 810,
"cdna_start": 277,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1015G>C",
"hgvs_p": "p.Val339Leu",
"transcript": "XM_047417468.1",
"protein_id": "XP_047273424.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 368,
"cds_start": 1015,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 1275,
"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.971G>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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.277G>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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.901G>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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1099G>C",
"hgvs_p": null,
"transcript": "ENST00000681991.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": 3529,
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.33G>C",
"hgvs_p": null,
"transcript": "ENST00000682231.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": 2418,
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1836G>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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1207G>C",
"hgvs_p": null,
"transcript": "ENST00000682667.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": 3673,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1015G>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": 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.*736G>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": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1017G>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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1015G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*686G>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": 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.*741G>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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.603G>C",
"hgvs_p": null,
"transcript": "ENST00000684474.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": 3158,
"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": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.634G>C",
"hgvs_p": null,
"transcript": "ENST00000684686.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": 3125,
"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": 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.*736G>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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.*686G>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": 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.*741G>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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1064-2801G>C",
"hgvs_p": null,
"transcript": "ENST00000682727.1",
"protein_id": "ENSP00000507393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 560,
"cds_start": -4,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3621,
"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": 21,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.2904-2801G>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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "n.1000-2801G>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": [
"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.804-5193G>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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.1064-2753G>C",
"hgvs_p": null,
"transcript": "XM_017009688.2",
"protein_id": "XP_016865177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": -4,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1266,
"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": 10,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.950-2753G>C",
"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": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.*1138G>C",
"hgvs_p": null,
"transcript": "XM_011543529.3",
"protein_id": "XP_011541831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": -4,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"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": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC2",
"gene_hgnc_id": 6937,
"hgvs_c": "c.*1138G>C",
"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": "rs150591260",
"frequency_reference_population": 6.8413397e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84134e-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.9597775936126709,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.921,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.61,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.28,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.05,
"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": "PM2,PM5,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000340941.11",
"gene_symbol": "MCCC2",
"hgnc_id": 6937,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1015G>C",
"hgvs_p": "p.Val339Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}