← 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: 22-50527223-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50527223&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TYMP",
"hgnc_id": 3148,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"inheritance_mode": "AR",
"pathogenic_score": 5,
"score": 5,
"transcript": "NM_001257989.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate,PP5",
"acmg_score": 5,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.637,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.27,
"chr": "22",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Mitochondrial DNA depletion syndrome 1",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8849794864654541,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1586,
"cdna_start": 826,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001953.5",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000252029.8",
"protein_coding": true,
"protein_id": "NP_001944.1",
"strand": false,
"transcript": "NM_001953.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1586,
"cdna_start": 826,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000252029.8",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001953.5",
"protein_coding": true,
"protein_id": "ENSP00000252029.3",
"strand": false,
"transcript": "ENST00000252029.8",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 487,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1601,
"cdna_start": 826,
"cds_end": null,
"cds_length": 1464,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000395681.6",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379038.1",
"strand": false,
"transcript": "ENST00000395681.6",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1614,
"cdna_start": 858,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000395678.7",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379036.3",
"strand": false,
"transcript": "ENST00000395678.7",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1621,
"cdna_start": 861,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000395680.6",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379037.1",
"strand": false,
"transcript": "ENST00000395680.6",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1751,
"cdna_start": 994,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000487577.5",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498844.1",
"strand": false,
"transcript": "ENST00000487577.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 539,
"aa_ref": "F",
"aa_start": 293,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1941,
"cdna_start": 1184,
"cds_end": null,
"cds_length": 1620,
"cds_start": 878,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000970788.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.878T>C",
"hgvs_p": "p.Phe293Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640847.1",
"strand": false,
"transcript": "ENST00000970788.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 539,
"aa_ref": "F",
"aa_start": 293,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1764,
"cdna_start": 1009,
"cds_end": null,
"cds_length": 1620,
"cds_start": 878,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000970790.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.878T>C",
"hgvs_p": "p.Phe293Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640849.1",
"strand": false,
"transcript": "ENST00000970790.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 503,
"aa_ref": "F",
"aa_start": 252,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1648,
"cdna_start": 877,
"cds_end": null,
"cds_length": 1512,
"cds_start": 755,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893028.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Phe252Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563087.1",
"strand": false,
"transcript": "ENST00000893028.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 498,
"aa_ref": "F",
"aa_start": 252,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1646,
"cdna_start": 886,
"cds_end": null,
"cds_length": 1497,
"cds_start": 755,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893024.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Phe252Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563083.1",
"strand": false,
"transcript": "ENST00000893024.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 498,
"aa_ref": "F",
"aa_start": 252,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1634,
"cdna_start": 874,
"cds_end": null,
"cds_length": 1497,
"cds_start": 755,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893026.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Phe252Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563085.1",
"strand": false,
"transcript": "ENST00000893026.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 488,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1926,
"cdna_start": 1152,
"cds_end": null,
"cds_length": 1467,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893016.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563075.1",
"strand": false,
"transcript": "ENST00000893016.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 487,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1674,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1464,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001257989.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001244918.1",
"strand": false,
"transcript": "NM_001257989.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 487,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1627,
"cdna_start": 852,
"cds_end": null,
"cds_length": 1464,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893021.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563080.1",
"strand": false,
"transcript": "ENST00000893021.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 487,
"aa_ref": "F",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1610,
"cdna_start": 850,
"cds_end": null,
"cds_length": 1464,
"cds_start": 722,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893022.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.722T>C",
"hgvs_p": "p.Phe241Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563081.1",
"strand": false,
"transcript": "ENST00000893022.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 486,
"aa_ref": "F",
"aa_start": 241,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1779,
"cdna_start": 1025,
"cds_end": null,
"cds_length": 1461,
"cds_start": 722,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000893030.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.722T>C",
"hgvs_p": "p.Phe241Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563089.1",
"strand": false,
"transcript": "ENST00000893030.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 483,
"aa_ref": "F",
"aa_start": 237,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1592,
"cdna_start": 832,
"cds_end": null,
"cds_length": 1452,
"cds_start": 710,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893023.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.710T>C",
"hgvs_p": "p.Phe237Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563082.1",
"strand": false,
"transcript": "ENST00000893023.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1598,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001113755.3",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001107227.1",
"strand": false,
"transcript": "NM_001113755.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1770,
"cdna_start": 1010,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001113756.3",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001107228.1",
"strand": false,
"transcript": "NM_001113756.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1694,
"cdna_start": 934,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001257988.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001244917.1",
"strand": false,
"transcript": "NM_001257988.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 482,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1663,
"cdna_start": 907,
"cds_end": null,
"cds_length": 1449,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000970789.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640848.1",
"strand": false,
"transcript": "ENST00000970789.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 481,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1625,
"cdna_start": 868,
"cds_end": null,
"cds_length": 1446,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893018.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563077.1",
"strand": false,
"transcript": "ENST00000893018.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 481,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1767,
"cdna_start": 1013,
"cds_end": null,
"cds_length": 1446,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000893025.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563084.1",
"strand": false,
"transcript": "ENST00000893025.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 481,
"aa_ref": "F",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1583,
"cdna_start": 826,
"cds_end": null,
"cds_length": 1446,
"cds_start": 707,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893027.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Phe236Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563086.1",
"strand": false,
"transcript": "ENST00000893027.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 467,
"aa_ref": "F",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1855,
"cdna_start": 1095,
"cds_end": null,
"cds_length": 1404,
"cds_start": 662,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893015.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.662T>C",
"hgvs_p": "p.Phe221Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563074.1",
"strand": false,
"transcript": "ENST00000893015.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 467,
"aa_ref": "F",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1780,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1404,
"cds_start": 662,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000893017.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.662T>C",
"hgvs_p": "p.Phe221Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563076.1",
"strand": false,
"transcript": "ENST00000893017.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 467,
"aa_ref": "F",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1550,
"cdna_start": 793,
"cds_end": null,
"cds_length": 1404,
"cds_start": 662,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893029.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.662T>C",
"hgvs_p": "p.Phe221Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563088.1",
"strand": false,
"transcript": "ENST00000893029.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 467,
"aa_ref": "F",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1565,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1404,
"cds_start": 662,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893031.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.662T>C",
"hgvs_p": "p.Phe221Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563090.1",
"strand": false,
"transcript": "ENST00000893031.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 467,
"aa_ref": "F",
"aa_start": 221,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1564,
"cdna_start": 809,
"cds_end": null,
"cds_length": 1404,
"cds_start": 662,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000970791.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.662T>C",
"hgvs_p": "p.Phe221Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640850.1",
"strand": false,
"transcript": "ENST00000970791.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 454,
"aa_ref": "F",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1527,
"cdna_start": 752,
"cds_end": null,
"cds_length": 1365,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000893020.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Phe203Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563079.1",
"strand": false,
"transcript": "ENST00000893020.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 449,
"aa_ref": "F",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1529,
"cdna_start": 769,
"cds_end": null,
"cds_length": 1350,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000893019.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Phe203Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563078.1",
"strand": false,
"transcript": "ENST00000893019.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 444,
"aa_ref": "F",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1432,
"cdna_start": 705,
"cds_end": null,
"cds_length": 1335,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000425169.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.608T>C",
"hgvs_p": "p.Phe203Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000395875.1",
"strand": false,
"transcript": "ENST00000425169.1",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 287,
"aa_ref": "F",
"aa_start": 69,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 866,
"cdna_start": 208,
"cds_end": null,
"cds_length": 864,
"cds_start": 206,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000652401.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.206T>C",
"hgvs_p": "p.Phe69Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498619.1",
"strand": false,
"transcript": "ENST00000652401.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 168,
"aa_ref": "F",
"aa_start": 64,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 616,
"cdna_start": 299,
"cds_end": null,
"cds_length": 508,
"cds_start": 191,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000651401.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.191T>C",
"hgvs_p": "p.Phe64Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499115.1",
"strand": false,
"transcript": "ENST00000651401.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 324,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1101,
"cdna_start": null,
"cds_end": null,
"cds_length": 976,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000650719.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "c.646+365T>C",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000498276.1",
"strand": false,
"transcript": "ENST00000650719.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1156,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000651906.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "n.1130T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000651906.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000652352.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "n.*94T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498579.1",
"strand": false,
"transcript": "ENST00000652352.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 525,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000652352.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "n.*94T>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000498579.1",
"strand": false,
"transcript": "ENST00000652352.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1572,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000476284.1",
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"hgvs_c": "n.771+365T>C",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000476284.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1064792868",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 3148,
"gene_symbol": "TYMP",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Mitochondrial DNA depletion syndrome 1",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.784,
"pos": 50527223,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.705,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001257989.1"
}
]
}