← 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: 14-64424882-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=64424882&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 64424882,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000652337.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "NM_005956.4",
"protein_id": "NP_005947.3",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 935,
"cds_start": 806,
"cds_end": null,
"cds_length": 2808,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": "ENST00000652337.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "ENST00000652337.1",
"protein_id": "ENSP00000498336.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 935,
"cds_start": 806,
"cds_end": null,
"cds_length": 2808,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": "NM_005956.4",
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.863C>T",
"hgvs_p": null,
"transcript": "ENST00000555252.5",
"protein_id": null,
"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": 2053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "NM_001364837.1",
"protein_id": "NP_001351766.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 964,
"cds_start": 806,
"cds_end": null,
"cds_length": 2895,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 3060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "ENST00000545908.6",
"protein_id": "ENSP00000438588.2",
"transcript_support_level": 2,
"aa_start": 269,
"aa_end": null,
"aa_length": 964,
"cds_start": 806,
"cds_end": null,
"cds_length": 2895,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 6814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "ENST00000557370.3",
"protein_id": "ENSP00000477199.2",
"transcript_support_level": 2,
"aa_start": 269,
"aa_end": null,
"aa_length": 922,
"cds_start": 806,
"cds_end": null,
"cds_length": 2769,
"cdna_start": 872,
"cdna_end": null,
"cdna_length": 3082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile",
"transcript": "ENST00000697168.1",
"protein_id": "ENSP00000513156.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 884,
"cds_start": 806,
"cds_end": null,
"cds_length": 2655,
"cdna_start": 955,
"cdna_end": null,
"cdna_length": 3038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.563C>T",
"hgvs_p": "p.Thr188Ile",
"transcript": "ENST00000554768.6",
"protein_id": "ENSP00000477501.2",
"transcript_support_level": 4,
"aa_start": 188,
"aa_end": null,
"aa_length": 854,
"cds_start": 563,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 3295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.563C>T",
"hgvs_p": "p.Thr188Ile",
"transcript": "ENST00000557539.2",
"protein_id": "ENSP00000476468.2",
"transcript_support_level": 4,
"aa_start": 188,
"aa_end": null,
"aa_length": 854,
"cds_start": 563,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 3732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.563C>T",
"hgvs_p": "p.Thr188Ile",
"transcript": "ENST00000697173.1",
"protein_id": "ENSP00000513159.1",
"transcript_support_level": null,
"aa_start": 188,
"aa_end": null,
"aa_length": 854,
"cds_start": 563,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 3958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.557C>T",
"hgvs_p": "p.Thr186Ile",
"transcript": "ENST00000697174.1",
"protein_id": "ENSP00000513160.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 852,
"cds_start": 557,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 619,
"cdna_end": null,
"cdna_length": 2897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "c.38C>T",
"hgvs_p": "p.Thr13Ile",
"transcript": "ENST00000652509.1",
"protein_id": "ENSP00000499176.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 643,
"cds_start": 38,
"cds_end": null,
"cds_length": 1932,
"cdna_start": 39,
"cdna_end": null,
"cdna_length": 2183,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.110C>T",
"hgvs_p": null,
"transcript": "ENST00000553391.2",
"protein_id": null,
"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": 568,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.239C>T",
"hgvs_p": null,
"transcript": "ENST00000554057.5",
"protein_id": null,
"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": 560,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.*183C>T",
"hgvs_p": null,
"transcript": "ENST00000555709.7",
"protein_id": "ENSP00000450560.3",
"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": 2063,
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.955C>T",
"hgvs_p": null,
"transcript": "ENST00000555858.2",
"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": 2516,
"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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.881C>T",
"hgvs_p": null,
"transcript": "ENST00000650853.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": 4528,
"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": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.806C>T",
"hgvs_p": null,
"transcript": "ENST00000651537.1",
"protein_id": "ENSP00000498511.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": 3289,
"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": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.563C>T",
"hgvs_p": null,
"transcript": "ENST00000652179.1",
"protein_id": "ENSP00000498649.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": 3911,
"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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.955C>T",
"hgvs_p": null,
"transcript": "ENST00000697166.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": 6522,
"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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.806C>T",
"hgvs_p": null,
"transcript": "ENST00000697167.1",
"protein_id": "ENSP00000513155.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": 2901,
"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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.806C>T",
"hgvs_p": null,
"transcript": "ENST00000697169.1",
"protein_id": "ENSP00000513157.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": 3121,
"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": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.955C>T",
"hgvs_p": null,
"transcript": "ENST00000697170.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": 4248,
"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": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.806C>T",
"hgvs_p": null,
"transcript": "ENST00000697171.1",
"protein_id": "ENSP00000513158.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": 3244,
"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": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.563C>T",
"hgvs_p": null,
"transcript": "ENST00000697175.1",
"protein_id": "ENSP00000513161.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": 3389,
"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": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.563C>T",
"hgvs_p": null,
"transcript": "ENST00000697176.1",
"protein_id": "ENSP00000513162.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": 2908,
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"hgvs_c": "n.*183C>T",
"hgvs_p": null,
"transcript": "ENST00000555709.7",
"protein_id": "ENSP00000450560.3",
"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": 2063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000258824",
"gene_hgnc_id": null,
"hgvs_c": "n.506-1903G>A",
"hgvs_p": null,
"transcript": "ENST00000556640.1",
"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": 550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTHFD1",
"gene_hgnc_id": 7432,
"dbsnp": "rs1555337681",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9615788459777832,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.724,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8978,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000652337.1",
"gene_symbol": "MTHFD1",
"hgnc_id": 7432,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.806C>T",
"hgvs_p": "p.Thr269Ile"
},
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000556640.1",
"gene_symbol": "ENSG00000258824",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.506-1903G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Combined immunodeficiency and megaloblastic anemia with or without hyperhomocysteinemia",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Combined immunodeficiency and megaloblastic anemia with or without hyperhomocysteinemia",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}