← 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-50526657-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50526657&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50526657,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001257989.1",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "NM_001953.5",
"protein_id": "NP_001944.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000252029.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001953.5"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000252029.8",
"protein_id": "ENSP00000252029.3",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001953.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252029.8"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000395681.6",
"protein_id": "ENSP00000379038.1",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 487,
"cds_start": 847,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395681.6"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000395678.7",
"protein_id": "ENSP00000379036.3",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395678.7"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000395680.6",
"protein_id": "ENSP00000379037.1",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395680.6"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000487577.5",
"protein_id": "ENSP00000498844.1",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000487577.5"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1018C>G",
"hgvs_p": "p.His340Asp",
"transcript": "ENST00000970788.1",
"protein_id": "ENSP00000640847.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 539,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970788.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1018C>G",
"hgvs_p": "p.His340Asp",
"transcript": "ENST00000970790.1",
"protein_id": "ENSP00000640849.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 539,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970790.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.895C>G",
"hgvs_p": "p.His299Asp",
"transcript": "ENST00000893028.1",
"protein_id": "ENSP00000563087.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 503,
"cds_start": 895,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893028.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.895C>G",
"hgvs_p": "p.His299Asp",
"transcript": "ENST00000893024.1",
"protein_id": "ENSP00000563083.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 498,
"cds_start": 895,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893024.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.895C>G",
"hgvs_p": "p.His299Asp",
"transcript": "ENST00000893026.1",
"protein_id": "ENSP00000563085.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 498,
"cds_start": 895,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893026.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000893016.1",
"protein_id": "ENSP00000563075.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 488,
"cds_start": 847,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893016.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "NM_001257989.1",
"protein_id": "NP_001244918.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 487,
"cds_start": 847,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257989.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000893021.1",
"protein_id": "ENSP00000563080.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 487,
"cds_start": 847,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893021.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.862C>G",
"hgvs_p": "p.His288Asp",
"transcript": "ENST00000893022.1",
"protein_id": "ENSP00000563081.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 487,
"cds_start": 862,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893022.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.862C>G",
"hgvs_p": "p.His288Asp",
"transcript": "ENST00000893030.1",
"protein_id": "ENSP00000563089.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 486,
"cds_start": 862,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893030.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.850C>G",
"hgvs_p": "p.His284Asp",
"transcript": "ENST00000893023.1",
"protein_id": "ENSP00000563082.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 483,
"cds_start": 850,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893023.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "NM_001113755.3",
"protein_id": "NP_001107227.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001113755.3"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "NM_001113756.3",
"protein_id": "NP_001107228.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001113756.3"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "NM_001257988.1",
"protein_id": "NP_001244917.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257988.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000970789.1",
"protein_id": "ENSP00000640848.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 482,
"cds_start": 847,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970789.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000893018.1",
"protein_id": "ENSP00000563077.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 481,
"cds_start": 847,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893018.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000893025.1",
"protein_id": "ENSP00000563084.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 481,
"cds_start": 847,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893025.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp",
"transcript": "ENST00000893027.1",
"protein_id": "ENSP00000563086.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 481,
"cds_start": 847,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893027.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.802C>G",
"hgvs_p": "p.His268Asp",
"transcript": "ENST00000893015.1",
"protein_id": "ENSP00000563074.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 467,
"cds_start": 802,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893015.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.802C>G",
"hgvs_p": "p.His268Asp",
"transcript": "ENST00000893017.1",
"protein_id": "ENSP00000563076.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 467,
"cds_start": 802,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893017.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.802C>G",
"hgvs_p": "p.His268Asp",
"transcript": "ENST00000893029.1",
"protein_id": "ENSP00000563088.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 467,
"cds_start": 802,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893029.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.802C>G",
"hgvs_p": "p.His268Asp",
"transcript": "ENST00000893031.1",
"protein_id": "ENSP00000563090.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 467,
"cds_start": 802,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893031.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.802C>G",
"hgvs_p": "p.His268Asp",
"transcript": "ENST00000970791.1",
"protein_id": "ENSP00000640850.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 467,
"cds_start": 802,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970791.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.748C>G",
"hgvs_p": "p.His250Asp",
"transcript": "ENST00000893020.1",
"protein_id": "ENSP00000563079.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 454,
"cds_start": 748,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893020.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.748C>G",
"hgvs_p": "p.His250Asp",
"transcript": "ENST00000893019.1",
"protein_id": "ENSP00000563078.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 449,
"cds_start": 748,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893019.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.748C>G",
"hgvs_p": "p.His250Asp",
"transcript": "ENST00000425169.1",
"protein_id": "ENSP00000395875.1",
"transcript_support_level": 5,
"aa_start": 250,
"aa_end": null,
"aa_length": 444,
"cds_start": 748,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000425169.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.728C>G",
"hgvs_p": "p.Pro243Arg",
"transcript": "ENST00000650719.1",
"protein_id": "ENSP00000498276.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 324,
"cds_start": 728,
"cds_end": null,
"cds_length": 976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650719.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.346C>G",
"hgvs_p": "p.His116Asp",
"transcript": "ENST00000652401.1",
"protein_id": "ENSP00000498619.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 287,
"cds_start": 346,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652401.1"
},
{
"aa_ref": "H",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.331C>G",
"hgvs_p": "p.His111Asp",
"transcript": "ENST00000651401.1",
"protein_id": "ENSP00000499115.1",
"transcript_support_level": null,
"aa_start": 111,
"aa_end": null,
"aa_length": 168,
"cds_start": 331,
"cds_end": null,
"cds_length": 508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651401.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "n.853C>G",
"hgvs_p": null,
"transcript": "ENST00000476284.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000476284.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-425C>G",
"hgvs_p": null,
"transcript": "NM_001169109.2",
"protein_id": "NP_001162580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001169109.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-425C>G",
"hgvs_p": null,
"transcript": "ENST00000543927.6",
"protein_id": "ENSP00000444433.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": null,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543927.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "n.*234C>G",
"hgvs_p": null,
"transcript": "ENST00000652352.1",
"protein_id": "ENSP00000498579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652352.1"
}
],
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"dbsnp": "rs1064792871",
"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.962661862373352,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.64,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7394,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.351,
"phylop100way_prediction": "Benign",
"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": "PM1,PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM1",
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001257989.1",
"gene_symbol": "TYMP",
"hgnc_id": 3148,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.847C>G",
"hgvs_p": "p.His283Asp"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001169109.2",
"gene_symbol": "SCO2",
"hgnc_id": 10604,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-425C>G",
"hgvs_p": null
}
],
"clinvar_disease": "Mitochondrial DNA depletion syndrome 1,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Mitochondrial DNA depletion syndrome 1|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}