← 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: 17-4880988-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=4880988&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 4880988,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_153827.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "NM_153827.5",
"protein_id": "NP_722549.2",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1332,
"cds_start": 128,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": "ENST00000355280.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "ENST00000355280.11",
"protein_id": "ENSP00000347427.6",
"transcript_support_level": 1,
"aa_start": 43,
"aa_end": null,
"aa_length": 1332,
"cds_start": 128,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": "NM_153827.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "ENST00000453408.7",
"protein_id": "ENSP00000406487.3",
"transcript_support_level": 1,
"aa_start": 43,
"aa_end": null,
"aa_length": 1312,
"cds_start": 128,
"cds_end": null,
"cds_length": 3939,
"cdna_start": 128,
"cdna_end": null,
"cdna_length": 3939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "ENST00000347992.11",
"protein_id": "ENSP00000269296.7",
"transcript_support_level": 1,
"aa_start": 43,
"aa_end": null,
"aa_length": 1303,
"cds_start": 128,
"cds_end": null,
"cds_length": 3912,
"cdna_start": 312,
"cdna_end": null,
"cdna_length": 4863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "n.244G>A",
"hgvs_p": null,
"transcript": "ENST00000574453.5",
"protein_id": "ENSP00000461500.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": 4941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "NM_001024937.4",
"protein_id": "NP_001020108.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1312,
"cds_start": 128,
"cds_end": null,
"cds_length": 3939,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "NM_170663.5",
"protein_id": "NP_733763.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1303,
"cds_start": 128,
"cds_end": null,
"cds_length": 3912,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "NM_015716.5",
"protein_id": "NP_056531.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1295,
"cds_start": 128,
"cds_end": null,
"cds_length": 3888,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.110G>A",
"hgvs_p": "p.Arg37Gln",
"transcript": "ENST00000664602.1",
"protein_id": "ENSP00000499378.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 552,
"cds_start": 110,
"cds_end": null,
"cds_length": 1661,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_006721531.2",
"protein_id": "XP_006721594.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1361,
"cds_start": 128,
"cds_end": null,
"cds_length": 4086,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_006721532.2",
"protein_id": "XP_006721595.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1360,
"cds_start": 128,
"cds_end": null,
"cds_length": 4083,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5101,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_017024704.1",
"protein_id": "XP_016880193.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1358,
"cds_start": 128,
"cds_end": null,
"cds_length": 4077,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436165.1",
"protein_id": "XP_047292121.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1357,
"cds_start": 128,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_017024705.1",
"protein_id": "XP_016880194.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1341,
"cds_start": 128,
"cds_end": null,
"cds_length": 4026,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436166.1",
"protein_id": "XP_047292122.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1340,
"cds_start": 128,
"cds_end": null,
"cds_length": 4023,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436167.1",
"protein_id": "XP_047292123.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1337,
"cds_start": 128,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436168.1",
"protein_id": "XP_047292124.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1331,
"cds_start": 128,
"cds_end": null,
"cds_length": 3996,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_011523906.1",
"protein_id": "XP_011522208.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1329,
"cds_start": 128,
"cds_end": null,
"cds_length": 3990,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436169.1",
"protein_id": "XP_047292125.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1328,
"cds_start": 128,
"cds_end": null,
"cds_length": 3987,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 5005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_006721536.2",
"protein_id": "XP_006721599.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1324,
"cds_start": 128,
"cds_end": null,
"cds_length": 3975,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_017024706.1",
"protein_id": "XP_016880195.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1323,
"cds_start": 128,
"cds_end": null,
"cds_length": 3972,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436170.1",
"protein_id": "XP_047292126.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1311,
"cds_start": 128,
"cds_end": null,
"cds_length": 3936,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436171.1",
"protein_id": "XP_047292127.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1309,
"cds_start": 128,
"cds_end": null,
"cds_length": 3930,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436172.1",
"protein_id": "XP_047292128.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1308,
"cds_start": 128,
"cds_end": null,
"cds_length": 3927,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436173.1",
"protein_id": "XP_047292129.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1294,
"cds_start": 128,
"cds_end": null,
"cds_length": 3885,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436174.1",
"protein_id": "XP_047292130.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1292,
"cds_start": 128,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436175.1",
"protein_id": "XP_047292131.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1291,
"cds_start": 128,
"cds_end": null,
"cds_length": 3876,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436176.1",
"protein_id": "XP_047292132.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1275,
"cds_start": 128,
"cds_end": null,
"cds_length": 3828,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436177.1",
"protein_id": "XP_047292133.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1274,
"cds_start": 128,
"cds_end": null,
"cds_length": 3825,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436178.1",
"protein_id": "XP_047292134.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1272,
"cds_start": 128,
"cds_end": null,
"cds_length": 3819,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 4837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln",
"transcript": "XM_047436179.1",
"protein_id": "XP_047292135.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 1073,
"cds_start": 128,
"cds_end": null,
"cds_length": 3222,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "n.313G>A",
"hgvs_p": null,
"transcript": "ENST00000572330.5",
"protein_id": null,
"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": 5299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "n.89G>A",
"hgvs_p": null,
"transcript": "ENST00000577021.1",
"protein_id": "ENSP00000459269.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": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"transcript": "NM_001321236.2",
"protein_id": "NP_001308165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.-38G>A",
"hgvs_p": null,
"transcript": "XM_017024707.3",
"protein_id": "XP_016880196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"hgvs_c": "c.-104G>A",
"hgvs_p": null,
"transcript": "XM_017024708.2",
"protein_id": "XP_016880197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1290,
"cds_start": -4,
"cds_end": null,
"cds_length": 3873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MINK1",
"gene_hgnc_id": 17565,
"dbsnp": "rs1967652209",
"frequency_reference_population": 0.000003670145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000367014,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5542796850204468,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.338,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9756,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.449,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": "PM2,BS2",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_153827.5",
"gene_symbol": "MINK1",
"hgnc_id": 17565,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.128G>A",
"hgvs_p": "p.Arg43Gln"
}
],
"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
}