← 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: 13-100614376-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=100614376&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 100614376,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001350571.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "NM_032813.5",
"protein_id": "NP_116202.2",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000342624.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032813.5"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000342624.10",
"protein_id": "ENSP00000343871.5",
"transcript_support_level": 2,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032813.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342624.10"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1834G>A",
"hgvs_p": "p.Val612Met",
"transcript": "ENST00000376234.7",
"protein_id": "ENSP00000365408.3",
"transcript_support_level": 1,
"aa_start": 612,
"aa_end": null,
"aa_length": 741,
"cds_start": 1834,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376234.7"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Val689Met",
"transcript": "NM_001350571.2",
"protein_id": "NP_001337500.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 818,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350571.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Val689Met",
"transcript": "ENST00000861694.1",
"protein_id": "ENSP00000531753.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 818,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861694.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Val689Met",
"transcript": "ENST00000861696.1",
"protein_id": "ENSP00000531755.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 815,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861696.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2008G>A",
"hgvs_p": "p.Val670Met",
"transcript": "NM_001350574.2",
"protein_id": "NP_001337503.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 799,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350574.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1930G>A",
"hgvs_p": "p.Val644Met",
"transcript": "ENST00000861697.1",
"protein_id": "ENSP00000531756.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 773,
"cds_start": 1930,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861697.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000861692.1",
"protein_id": "ENSP00000531751.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861692.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000861701.1",
"protein_id": "ENSP00000531760.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861701.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000930118.1",
"protein_id": "ENSP00000600177.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930118.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000930120.1",
"protein_id": "ENSP00000600179.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930120.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Val629Met",
"transcript": "NM_001350576.2",
"protein_id": "NP_001337505.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 758,
"cds_start": 1885,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350576.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1885G>A",
"hgvs_p": "p.Val629Met",
"transcript": "ENST00000861695.1",
"protein_id": "ENSP00000531754.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 758,
"cds_start": 1885,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861695.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000861693.1",
"protein_id": "ENSP00000531752.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 757,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861693.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "ENST00000930119.1",
"protein_id": "ENSP00000600178.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 757,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930119.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1834G>A",
"hgvs_p": "p.Val612Met",
"transcript": "NM_001079669.4",
"protein_id": "NP_001073137.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 741,
"cds_start": 1834,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079669.4"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1834G>A",
"hgvs_p": "p.Val612Met",
"transcript": "NM_001350572.2",
"protein_id": "NP_001337501.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 741,
"cds_start": 1834,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350572.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1828G>A",
"hgvs_p": "p.Val610Met",
"transcript": "NM_001350577.2",
"protein_id": "NP_001337506.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 739,
"cds_start": 1828,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350577.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1798G>A",
"hgvs_p": "p.Val600Met",
"transcript": "ENST00000861700.1",
"protein_id": "ENSP00000531759.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 729,
"cds_start": 1798,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861700.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1702G>A",
"hgvs_p": "p.Val568Met",
"transcript": "ENST00000861698.1",
"protein_id": "ENSP00000531757.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 697,
"cds_start": 1702,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861698.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1609G>A",
"hgvs_p": "p.Val537Met",
"transcript": "ENST00000861699.1",
"protein_id": "ENSP00000531758.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 666,
"cds_start": 1609,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861699.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1501G>A",
"hgvs_p": "p.Val501Met",
"transcript": "NM_001286453.3",
"protein_id": "NP_001273382.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 630,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286453.3"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1501G>A",
"hgvs_p": "p.Val501Met",
"transcript": "ENST00000328767.9",
"protein_id": "ENSP00000365409.2",
"transcript_support_level": 2,
"aa_start": 501,
"aa_end": null,
"aa_length": 630,
"cds_start": 1501,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328767.9"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Val689Met",
"transcript": "XM_011521122.4",
"protein_id": "XP_011519424.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 818,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521122.4"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.2008G>A",
"hgvs_p": "p.Val670Met",
"transcript": "XM_047430705.1",
"protein_id": "XP_047286661.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 799,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430705.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "c.1891G>A",
"hgvs_p": "p.Val631Met",
"transcript": "XM_047430706.1",
"protein_id": "XP_047286662.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 760,
"cds_start": 1891,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430706.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"hgvs_c": "n.1940G>A",
"hgvs_p": null,
"transcript": "NR_146794.2",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_146794.2"
}
],
"gene_symbol": "TMTC4",
"gene_hgnc_id": 25904,
"dbsnp": "rs112049465",
"frequency_reference_population": 0.000048341393,
"hom_count_reference_population": 0,
"allele_count_reference_population": 78,
"gnomad_exomes_af": 0.0000417274,
"gnomad_genomes_af": 0.000112097,
"gnomad_exomes_ac": 61,
"gnomad_genomes_ac": 17,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09603020548820496,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.036,
"revel_prediction": "Benign",
"alphamissense_score": 0.0617,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.499,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001350571.2",
"gene_symbol": "TMTC4",
"hgnc_id": 25904,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Val689Met"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}