← 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: 8-17647013-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=17647013&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 17647013,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000693296.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "NM_001363059.2",
"protein_id": "NP_001349988.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3756,
"cdna_end": null,
"cdna_length": 6125,
"mane_select": "ENST00000693296.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "ENST00000693296.1",
"protein_id": "ENSP00000509719.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3756,
"cdna_end": null,
"cdna_length": 6125,
"mane_select": "NM_001363059.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "ENST00000262102.10",
"protein_id": "ENSP00000262102.6",
"transcript_support_level": 1,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3793,
"cdna_end": null,
"cdna_length": 6160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1066G>A",
"hgvs_p": "p.Ala356Thr",
"transcript": "ENST00000297488.10",
"protein_id": "ENSP00000297488.6",
"transcript_support_level": 1,
"aa_start": 356,
"aa_end": null,
"aa_length": 436,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1359,
"cdna_end": null,
"cdna_length": 3731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.266G>A",
"hgvs_p": null,
"transcript": "ENST00000518889.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"transcript": "ENST00000520196.5",
"protein_id": "ENSP00000431016.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.*1316G>A",
"hgvs_p": null,
"transcript": "ENST00000520196.5",
"protein_id": "ENSP00000431016.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "NM_001363057.2",
"protein_id": "NP_001349986.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1282,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3849,
"cdna_start": 3756,
"cdna_end": null,
"cdna_length": 6121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "NM_001001924.3",
"protein_id": "NP_001001924.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 4042,
"cdna_end": null,
"cdna_length": 6411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "NM_001363058.2",
"protein_id": "NP_001349987.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3814,
"cdna_end": null,
"cdna_length": 6183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr",
"transcript": "NM_001363061.2",
"protein_id": "NP_001349990.1",
"transcript_support_level": null,
"aa_start": 1190,
"aa_end": null,
"aa_length": 1270,
"cds_start": 3568,
"cds_end": null,
"cds_length": 3813,
"cdna_start": 3783,
"cdna_end": null,
"cdna_length": 6152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Ala1136Thr",
"transcript": "NM_001363060.2",
"protein_id": "NP_001349989.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1228,
"cds_start": 3406,
"cds_end": null,
"cds_length": 3687,
"cdna_start": 3594,
"cdna_end": null,
"cdna_length": 5959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Ala1136Thr",
"transcript": "NM_001001925.3",
"protein_id": "NP_001001925.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1216,
"cds_start": 3406,
"cds_end": null,
"cds_length": 3651,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 6249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Ala1136Thr",
"transcript": "NM_001363062.2",
"protein_id": "NP_001349991.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1216,
"cds_start": 3406,
"cds_end": null,
"cds_length": 3651,
"cdna_start": 3594,
"cdna_end": null,
"cdna_length": 5963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Ala1136Thr",
"transcript": "ENST00000381869.5",
"protein_id": "ENSP00000371293.3",
"transcript_support_level": 5,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1216,
"cds_start": 3406,
"cds_end": null,
"cds_length": 3651,
"cdna_start": 3880,
"cdna_end": null,
"cdna_length": 6256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Ala1136Thr",
"transcript": "ENST00000519263.5",
"protein_id": "ENSP00000430167.1",
"transcript_support_level": 2,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1216,
"cds_start": 3406,
"cds_end": null,
"cds_length": 3651,
"cdna_start": 3580,
"cdna_end": null,
"cdna_length": 4089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "NM_001001931.3",
"protein_id": "NP_001001931.1",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 517,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1397,
"cdna_end": null,
"cdna_length": 3766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1309G>A",
"hgvs_p": "p.Ala437Thr",
"transcript": "ENST00000381861.7",
"protein_id": "ENSP00000371285.3",
"transcript_support_level": 2,
"aa_start": 437,
"aa_end": null,
"aa_length": 517,
"cds_start": 1309,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1629,
"cdna_end": null,
"cdna_length": 3996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1066G>A",
"hgvs_p": "p.Ala356Thr",
"transcript": "NM_020749.5",
"protein_id": "NP_065800.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 436,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1359,
"cdna_end": null,
"cdna_length": 3728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Ala335Thr",
"transcript": "NM_001166393.2",
"protein_id": "NP_001159865.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 415,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 3643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.1003G>A",
"hgvs_p": "p.Ala335Thr",
"transcript": "ENST00000544260.3",
"protein_id": "ENSP00000445738.1",
"transcript_support_level": 2,
"aa_start": 335,
"aa_end": null,
"aa_length": 415,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 1274,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.784G>A",
"hgvs_p": "p.Ala262Thr",
"transcript": "NM_001330470.2",
"protein_id": "NP_001317399.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 342,
"cds_start": 784,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 947,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "c.784G>A",
"hgvs_p": "p.Ala262Thr",
"transcript": "ENST00000634613.1",
"protein_id": "ENSP00000489288.1",
"transcript_support_level": 5,
"aa_start": 262,
"aa_end": null,
"aa_length": 342,
"cds_start": 784,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 1193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.1931G>A",
"hgvs_p": null,
"transcript": "ENST00000517413.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.346G>A",
"hgvs_p": null,
"transcript": "ENST00000518792.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.819G>A",
"hgvs_p": null,
"transcript": "ENST00000523471.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"hgvs_c": "n.3689G>A",
"hgvs_p": null,
"transcript": "NR_156437.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "LOC124901891",
"gene_hgnc_id": null,
"hgvs_c": "n.-66C>T",
"hgvs_p": null,
"transcript": "XR_007060833.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "LOC124901891",
"gene_hgnc_id": null,
"hgvs_c": "n.-66C>T",
"hgvs_p": null,
"transcript": "XR_007060834.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTUS1",
"gene_hgnc_id": 29789,
"dbsnp": "rs546243579",
"frequency_reference_population": 0.000006576092,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657609,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6840251088142395,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.427,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.409,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.87,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000693296.1",
"gene_symbol": "MTUS1",
"hgnc_id": 29789,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3568G>A",
"hgvs_p": "p.Ala1190Thr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007060833.1",
"gene_symbol": "LOC124901891",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-66C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}