← 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: 6-10802005-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=10802005&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 10802005,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000354489.7",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "NM_001242957.3",
"protein_id": "NP_001229886.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 648,
"cds_start": 718,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 3942,
"mane_select": "ENST00000354489.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "ENST00000354489.7",
"protein_id": "ENSP00000346484.3",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 648,
"cds_start": 718,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 3942,
"mane_select": "NM_001242957.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "ENST00000474039.5",
"protein_id": "ENSP00000476067.1",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 623,
"cds_start": 718,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 3859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "ENST00000536370.6",
"protein_id": "ENSP00000442221.2",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 583,
"cds_start": 718,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 975,
"cdna_end": null,
"cdna_length": 3736,
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.718C>T",
"hgvs_p": null,
"transcript": "ENST00000538030.3",
"protein_id": "ENSP00000442250.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": 2508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*120+31801G>A",
"hgvs_p": null,
"transcript": "ENST00000463448.5",
"protein_id": "ENSP00000419208.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": 1589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000272162",
"gene_hgnc_id": null,
"hgvs_c": "n.100+52307G>A",
"hgvs_p": null,
"transcript": "ENST00000480294.1",
"protein_id": "ENSP00000417929.1",
"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": 1589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "NM_005906.6",
"protein_id": "NP_005897.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 623,
"cds_start": 718,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 3867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "ENST00000313243.6",
"protein_id": "ENSP00000313021.2",
"transcript_support_level": 5,
"aa_start": 240,
"aa_end": null,
"aa_length": 623,
"cds_start": 718,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 3984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "NM_001242385.2",
"protein_id": "NP_001229314.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 583,
"cds_start": 718,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "NM_001377262.1",
"protein_id": "NP_001364191.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 549,
"cds_start": 616,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 654,
"cdna_end": null,
"cdna_length": 3417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.616C>T",
"hgvs_p": "p.Gln206*",
"transcript": "ENST00000676116.1",
"protein_id": "ENSP00000502045.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 549,
"cds_start": 616,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 656,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "XM_011514619.3",
"protein_id": "XP_011512921.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 648,
"cds_start": 718,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 4103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "XM_011514620.3",
"protein_id": "XP_011512922.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 648,
"cds_start": 718,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 966,
"cdna_end": null,
"cdna_length": 3924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "XM_011514622.4",
"protein_id": "XP_011512924.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 583,
"cds_start": 718,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 3747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*",
"transcript": "XM_047418774.1",
"protein_id": "XP_047274730.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 501,
"cds_start": 718,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 984,
"cdna_end": null,
"cdna_length": 1827,
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.718C>T",
"hgvs_p": null,
"transcript": "ENST00000675026.1",
"protein_id": "ENSP00000502542.1",
"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": 2668,
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.984C>T",
"hgvs_p": null,
"transcript": "NR_134935.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": 3972,
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.1145C>T",
"hgvs_p": null,
"transcript": "NR_134936.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": 4200,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.984C>T",
"hgvs_p": null,
"transcript": "XR_001743419.3",
"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": 1645,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.984C>T",
"hgvs_p": null,
"transcript": "XR_007059266.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": 8665,
"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": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.984C>T",
"hgvs_p": null,
"transcript": "XR_926215.4",
"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": 4105,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "n.984C>T",
"hgvs_p": null,
"transcript": "XR_926220.4",
"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": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*120+31801G>A",
"hgvs_p": null,
"transcript": "ENST00000460341.5",
"protein_id": "ENSP00000417095.1",
"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": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*121-27002G>A",
"hgvs_p": null,
"transcript": "ENST00000463100.5",
"protein_id": "ENSP00000419806.1",
"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": 502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*107-27002G>A",
"hgvs_p": null,
"transcript": "ENST00000467229.1",
"protein_id": "ENSP00000419731.1",
"transcript_support_level": 3,
"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": 483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*121-24559G>A",
"hgvs_p": null,
"transcript": "ENST00000473166.5",
"protein_id": "ENSP00000417416.1",
"transcript_support_level": 3,
"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": 752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*121-326G>A",
"hgvs_p": null,
"transcript": "ENST00000473807.5",
"protein_id": "ENSP00000419156.1",
"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": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.*121-326G>A",
"hgvs_p": null,
"transcript": "ENST00000478732.1",
"protein_id": "ENSP00000418927.1",
"transcript_support_level": 5,
"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": 344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMEM14B",
"gene_hgnc_id": 21384,
"hgvs_c": "n.129-24559G>A",
"hgvs_p": null,
"transcript": "ENST00000489137.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"hgvs_c": "c.-19-44C>T",
"hgvs_p": null,
"transcript": "XM_011514624.3",
"protein_id": "XP_011512926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": -4,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MAK",
"gene_hgnc_id": 6816,
"dbsnp": "rs779514800",
"frequency_reference_population": 0.0000020522448,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205224,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5799999833106995,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.1899999976158142,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.305,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.19,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000354489.7",
"gene_symbol": "MAK",
"hgnc_id": 6816,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Gln240*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000480294.1",
"gene_symbol": "ENSG00000272162",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.100+52307G>A",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000463448.5",
"gene_symbol": "TMEM14B",
"hgnc_id": 21384,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*120+31801G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Retinitis pigmentosa 62",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Retinitis pigmentosa 62",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}