← 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: 3-183071290-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=183071290&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 183071290,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000265594.9",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "NM_020166.5",
"protein_id": "NP_064551.3",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 725,
"cds_start": 559,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": "ENST00000265594.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "ENST00000265594.9",
"protein_id": "ENSP00000265594.4",
"transcript_support_level": 1,
"aa_start": 187,
"aa_end": null,
"aa_length": 725,
"cds_start": 559,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": "NM_020166.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "ENST00000492597.5",
"protein_id": "ENSP00000419898.1",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 616,
"cds_start": 232,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 935,
"cdna_end": null,
"cdna_length": 2774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*156T>C",
"hgvs_p": null,
"transcript": "ENST00000497830.5",
"protein_id": "ENSP00000420088.1",
"transcript_support_level": 1,
"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": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*156T>C",
"hgvs_p": null,
"transcript": "ENST00000497830.5",
"protein_id": "ENSP00000420088.1",
"transcript_support_level": 1,
"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": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "NM_001363880.1",
"protein_id": "NP_001350809.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 616,
"cds_start": 232,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 2408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.208T>C",
"hgvs_p": "p.Ser70Pro",
"transcript": "NM_001293273.2",
"protein_id": "NP_001280202.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 608,
"cds_start": 208,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 356,
"cdna_end": null,
"cdna_length": 2195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.418T>C",
"hgvs_p": "p.Ser140Pro",
"transcript": "ENST00000476176.5",
"protein_id": "ENSP00000420433.1",
"transcript_support_level": 2,
"aa_start": 140,
"aa_end": null,
"aa_length": 597,
"cds_start": 418,
"cds_end": null,
"cds_length": 1796,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 1906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.445T>C",
"hgvs_p": "p.Ser149Pro",
"transcript": "ENST00000629669.2",
"protein_id": "ENSP00000486824.1",
"transcript_support_level": 5,
"aa_start": 149,
"aa_end": null,
"aa_length": 434,
"cds_start": 445,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 696,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.508T>C",
"hgvs_p": "p.Ser170Pro",
"transcript": "XM_047448586.1",
"protein_id": "XP_047304542.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 708,
"cds_start": 508,
"cds_end": null,
"cds_length": 2127,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 3032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.445T>C",
"hgvs_p": "p.Ser149Pro",
"transcript": "XM_011512992.3",
"protein_id": "XP_011511294.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 687,
"cds_start": 445,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 1226,
"cdna_end": null,
"cdna_length": 3065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_047448588.1",
"protein_id": "XP_047304544.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 616,
"cds_start": 232,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 336,
"cdna_end": null,
"cdna_length": 2175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.232T>C",
"hgvs_p": "p.Ser78Pro",
"transcript": "XM_047448589.1",
"protein_id": "XP_047304545.1",
"transcript_support_level": null,
"aa_start": 78,
"aa_end": null,
"aa_length": 616,
"cds_start": 232,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 308,
"cdna_end": null,
"cdna_length": 2147,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "XM_047448587.1",
"protein_id": "XP_047304543.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 561,
"cds_start": 559,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro",
"transcript": "XM_047448590.1",
"protein_id": "XP_047304546.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 472,
"cds_start": 559,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 1609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "c.508T>C",
"hgvs_p": "p.Ser170Pro",
"transcript": "XM_047448591.1",
"protein_id": "XP_047304547.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 455,
"cds_start": 508,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1193,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*156T>C",
"hgvs_p": null,
"transcript": "ENST00000466650.5",
"protein_id": "ENSP00000418979.1",
"transcript_support_level": 4,
"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": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*140T>C",
"hgvs_p": null,
"transcript": "ENST00000487634.5",
"protein_id": "ENSP00000420591.1",
"transcript_support_level": 4,
"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": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*108T>C",
"hgvs_p": null,
"transcript": "ENST00000490284.5",
"protein_id": "ENSP00000419328.1",
"transcript_support_level": 4,
"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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*140T>C",
"hgvs_p": null,
"transcript": "ENST00000495767.5",
"protein_id": "ENSP00000419658.1",
"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": 1860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.445T>C",
"hgvs_p": null,
"transcript": "ENST00000497959.5",
"protein_id": "ENSP00000420648.1",
"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": 2874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.382T>C",
"hgvs_p": null,
"transcript": "NR_120639.2",
"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": 2171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.1226T>C",
"hgvs_p": null,
"transcript": "NR_120640.2",
"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": 2945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.706T>C",
"hgvs_p": null,
"transcript": "XR_007095707.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": 1975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*156T>C",
"hgvs_p": null,
"transcript": "ENST00000466650.5",
"protein_id": "ENSP00000418979.1",
"transcript_support_level": 4,
"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": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*140T>C",
"hgvs_p": null,
"transcript": "ENST00000487634.5",
"protein_id": "ENSP00000420591.1",
"transcript_support_level": 4,
"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": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*108T>C",
"hgvs_p": null,
"transcript": "ENST00000490284.5",
"protein_id": "ENSP00000419328.1",
"transcript_support_level": 4,
"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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"hgvs_c": "n.*140T>C",
"hgvs_p": null,
"transcript": "ENST00000495767.5",
"protein_id": "ENSP00000419658.1",
"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": 1860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MCCC1",
"gene_hgnc_id": 6936,
"dbsnp": "rs757362635",
"frequency_reference_population": 0.000033455093,
"hom_count_reference_population": 0,
"allele_count_reference_population": 54,
"gnomad_exomes_af": 0.0000342024,
"gnomad_genomes_af": 0.0000262781,
"gnomad_exomes_ac": 50,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9737047553062439,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.928,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5032,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.806,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000265594.9",
"gene_symbol": "MCCC1",
"hgnc_id": 6936,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.559T>C",
"hgvs_p": "p.Ser187Pro"
}
],
"clinvar_disease": "3-methylcrotonyl-CoA carboxylase 1 deficiency,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "3-methylcrotonyl-CoA carboxylase 1 deficiency|not provided|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}