← 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-50525826-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50525826&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50525826,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001257989.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "NM_001953.5",
"protein_id": "NP_001944.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "ENST00000252029.8",
"protein_id": "ENSP00000252029.3",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr",
"transcript": "ENST00000395681.6",
"protein_id": "ENSP00000379038.1",
"transcript_support_level": 1,
"aa_start": 470,
"aa_end": null,
"aa_length": 487,
"cds_start": 1408,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "ENST00000395678.7",
"protein_id": "ENSP00000379036.3",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "ENST00000395680.6",
"protein_id": "ENSP00000379037.1",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "ENST00000487577.5",
"protein_id": "ENSP00000498844.1",
"transcript_support_level": 1,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1564G>A",
"hgvs_p": "p.Ala522Thr",
"transcript": "ENST00000970788.1",
"protein_id": "ENSP00000640847.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 539,
"cds_start": 1564,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1564G>A",
"hgvs_p": "p.Ala522Thr",
"transcript": "ENST00000970790.1",
"protein_id": "ENSP00000640849.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 539,
"cds_start": 1564,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1456G>A",
"hgvs_p": "p.Ala486Thr",
"transcript": "ENST00000893028.1",
"protein_id": "ENSP00000563087.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 503,
"cds_start": 1456,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Ala481Thr",
"transcript": "ENST00000893024.1",
"protein_id": "ENSP00000563083.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 498,
"cds_start": 1441,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Ala481Thr",
"transcript": "ENST00000893026.1",
"protein_id": "ENSP00000563085.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 498,
"cds_start": 1441,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1411G>A",
"hgvs_p": "p.Ala471Thr",
"transcript": "ENST00000893016.1",
"protein_id": "ENSP00000563075.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 488,
"cds_start": 1411,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr",
"transcript": "NM_001257989.1",
"protein_id": "NP_001244918.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 487,
"cds_start": 1408,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr",
"transcript": "ENST00000893021.1",
"protein_id": "ENSP00000563080.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 487,
"cds_start": 1408,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr",
"transcript": "ENST00000893022.1",
"protein_id": "ENSP00000563081.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 487,
"cds_start": 1408,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1405G>A",
"hgvs_p": "p.Ala469Thr",
"transcript": "ENST00000893030.1",
"protein_id": "ENSP00000563089.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 486,
"cds_start": 1405,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1396G>A",
"hgvs_p": "p.Ala466Thr",
"transcript": "ENST00000893023.1",
"protein_id": "ENSP00000563082.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 483,
"cds_start": 1396,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "NM_001113755.3",
"protein_id": "NP_001107227.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "NM_001113756.3",
"protein_id": "NP_001107228.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "NM_001257988.1",
"protein_id": "NP_001244917.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1393G>A",
"hgvs_p": "p.Ala465Thr",
"transcript": "ENST00000970789.1",
"protein_id": "ENSP00000640848.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 482,
"cds_start": 1393,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1390G>A",
"hgvs_p": "p.Ala464Thr",
"transcript": "ENST00000893018.1",
"protein_id": "ENSP00000563077.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 481,
"cds_start": 1390,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1390G>A",
"hgvs_p": "p.Ala464Thr",
"transcript": "ENST00000893025.1",
"protein_id": "ENSP00000563084.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 481,
"cds_start": 1390,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1390G>A",
"hgvs_p": "p.Ala464Thr",
"transcript": "ENST00000893027.1",
"protein_id": "ENSP00000563086.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 481,
"cds_start": 1390,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Ala450Thr",
"transcript": "ENST00000893015.1",
"protein_id": "ENSP00000563074.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 467,
"cds_start": 1348,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Ala450Thr",
"transcript": "ENST00000893017.1",
"protein_id": "ENSP00000563076.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 467,
"cds_start": 1348,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Ala450Thr",
"transcript": "ENST00000893029.1",
"protein_id": "ENSP00000563088.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 467,
"cds_start": 1348,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Ala450Thr",
"transcript": "ENST00000893031.1",
"protein_id": "ENSP00000563090.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 467,
"cds_start": 1348,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1348G>A",
"hgvs_p": "p.Ala450Thr",
"transcript": "ENST00000970791.1",
"protein_id": "ENSP00000640850.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 467,
"cds_start": 1348,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "ENST00000893020.1",
"protein_id": "ENSP00000563079.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 454,
"cds_start": 1309,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "ENST00000893019.1",
"protein_id": "ENSP00000563078.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 449,
"cds_start": 1294,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.1294G>A",
"hgvs_p": "p.Ala432Thr",
"transcript": "ENST00000425169.1",
"protein_id": "ENSP00000395875.1",
"transcript_support_level": 5,
"aa_start": 432,
"aa_end": null,
"aa_length": 444,
"cds_start": 1294,
"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": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.184G>A",
"hgvs_p": "p.Ala62Thr",
"transcript": "ENST00000651490.1",
"protein_id": "ENSP00000498433.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 79,
"cds_start": 184,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+420G>A",
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+175G>A",
"hgvs_p": null,
"transcript": "NM_001169110.1",
"protein_id": "NP_001162581.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_001169110.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+175G>A",
"hgvs_p": null,
"transcript": "ENST00000535425.5",
"protein_id": "ENSP00000444242.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": "ENST00000535425.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+420G>A",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SCO2",
"gene_hgnc_id": 10604,
"hgvs_c": "c.-14+175G>A",
"hgvs_p": null,
"transcript": "ENST00000638598.2",
"protein_id": "ENSP00000491753.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 167,
"cds_start": null,
"cds_end": null,
"cds_length": 506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638598.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "n.1503G>A",
"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.-368G>A",
"hgvs_p": null,
"transcript": "NM_005138.3",
"protein_id": "NP_005129.2",
"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": "ENST00000395693.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005138.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"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.-368G>A",
"hgvs_p": null,
"transcript": "ENST00000395693.8",
"protein_id": "ENSP00000379046.4",
"transcript_support_level": 1,
"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": "NM_005138.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395693.8"
},
{
"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.-398G>A",
"hgvs_p": null,
"transcript": "NM_001169111.2",
"protein_id": "NP_001162582.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_001169111.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.-398G>A",
"hgvs_p": null,
"transcript": "ENST00000252785.3",
"protein_id": "ENSP00000252785.3",
"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": "ENST00000252785.3"
},
{
"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.-317G>A",
"hgvs_p": null,
"transcript": "ENST00000862162.1",
"protein_id": "ENSP00000532221.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": "ENST00000862162.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.-835G>A",
"hgvs_p": null,
"transcript": "ENST00000862163.1",
"protein_id": "ENSP00000532222.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": "ENST00000862163.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.-365G>A",
"hgvs_p": null,
"transcript": "ENST00000928020.1",
"protein_id": "ENSP00000598079.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": "ENST00000928020.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"hgvs_c": "c.*28G>A",
"hgvs_p": null,
"transcript": "ENST00000652401.1",
"protein_id": "ENSP00000498619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 287,
"cds_start": null,
"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"
}
],
"gene_symbol": "TYMP",
"gene_hgnc_id": 3148,
"dbsnp": "rs112723255",
"frequency_reference_population": 0.049769085,
"hom_count_reference_population": 2263,
"allele_count_reference_population": 80113,
"gnomad_exomes_af": 0.0508452,
"gnomad_genomes_af": 0.0394721,
"gnomad_exomes_ac": 74101,
"gnomad_genomes_ac": 6012,
"gnomad_exomes_homalt": 2118,
"gnomad_genomes_homalt": 145,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0017577707767486572,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.234,
"revel_prediction": "Benign",
"alphamissense_score": 0.0877,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.495,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001257989.1",
"gene_symbol": "TYMP",
"hgnc_id": 3148,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1408G>A",
"hgvs_p": "p.Ala470Thr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001169109.2",
"gene_symbol": "SCO2",
"hgnc_id": 10604,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-14+420G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Fatal Infantile Cardioencephalomyopathy,Mitochondrial DNA depletion syndrome 1,Mitochondrial neurogastrointestinal encephalomyopathy,TYMP-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:5",
"phenotype_combined": "not specified|not provided|Mitochondrial DNA depletion syndrome 1|Fatal Infantile Cardioencephalomyopathy|Mitochondrial neurogastrointestinal encephalomyopathy|TYMP-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}