← 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: 4-155347809-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=155347809&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 155347809,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001039580.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "NM_001039580.2",
"protein_id": "NP_001034669.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2177,
"cdna_end": null,
"cdna_length": 7328,
"mane_select": "ENST00000311277.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001039580.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "ENST00000311277.9",
"protein_id": "ENSP00000310593.4",
"transcript_support_level": 1,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2177,
"cdna_end": null,
"cdna_length": 7328,
"mane_select": "NM_001039580.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311277.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "ENST00000650955.1",
"protein_id": "ENSP00000498412.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1981,
"cdna_end": null,
"cdna_length": 7113,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650955.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "ENST00000933329.1",
"protein_id": "ENSP00000603388.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2130,
"cdna_end": null,
"cdna_length": 7281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933329.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "ENST00000933332.1",
"protein_id": "ENSP00000603390.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2202,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933332.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1915A>G",
"hgvs_p": "p.Arg639Gly",
"transcript": "ENST00000933327.1",
"protein_id": "ENSP00000603386.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 646,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 7368,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933327.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1915A>G",
"hgvs_p": "p.Arg639Gly",
"transcript": "ENST00000933330.1",
"protein_id": "ENSP00000603389.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 646,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 1975,
"cdna_end": null,
"cdna_length": 6041,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933330.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1846A>G",
"hgvs_p": "p.Arg616Gly",
"transcript": "ENST00000515654.5",
"protein_id": "ENSP00000427402.1",
"transcript_support_level": 5,
"aa_start": 616,
"aa_end": null,
"aa_length": 623,
"cds_start": 1846,
"cds_end": null,
"cds_length": 1872,
"cdna_start": 1976,
"cdna_end": null,
"cdna_length": 2044,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515654.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1588A>G",
"hgvs_p": "p.Arg530Gly",
"transcript": "ENST00000933328.1",
"protein_id": "ENSP00000603387.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 537,
"cds_start": 1588,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1873,
"cdna_end": null,
"cdna_length": 7021,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933328.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "XM_011532253.2",
"protein_id": "XP_011530555.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2444,
"cdna_end": null,
"cdna_length": 7595,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532253.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly",
"transcript": "XM_011532254.2",
"protein_id": "XP_011530556.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 647,
"cds_start": 1918,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2294,
"cdna_end": null,
"cdna_length": 7445,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532254.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1915A>G",
"hgvs_p": "p.Arg639Gly",
"transcript": "XM_017008616.2",
"protein_id": "XP_016864105.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 646,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2441,
"cdna_end": null,
"cdna_length": 7592,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008616.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1915A>G",
"hgvs_p": "p.Arg639Gly",
"transcript": "XM_017008617.2",
"protein_id": "XP_016864106.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 646,
"cds_start": 1915,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2229,
"cdna_end": null,
"cdna_length": 7380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008617.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"hgvs_c": "c.1702A>G",
"hgvs_p": "p.Arg568Gly",
"transcript": "XM_011532255.4",
"protein_id": "XP_011530557.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 575,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 2038,
"cdna_end": null,
"cdna_length": 7189,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532255.4"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.137-6400T>C",
"hgvs_p": null,
"transcript": "ENST00000417474.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 596,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000417474.2"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.419+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000593387.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 838,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000593387.6"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.609+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000595229.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 827,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000595229.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.162-9280T>C",
"hgvs_p": null,
"transcript": "ENST00000597831.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 775,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000597831.6"
},
{
"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": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.539+5385T>C",
"hgvs_p": null,
"transcript": "ENST00000597939.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 705,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000597939.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.449+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000598252.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 790,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000598252.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.162-6400T>C",
"hgvs_p": null,
"transcript": "ENST00000598890.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 868,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000598890.6"
},
{
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.1061+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000599555.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1293,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000599555.6"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.291+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000601977.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 641,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000601977.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.327+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000608092.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 746,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608092.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.302+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000608406.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 643,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608406.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.368+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000608463.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 968,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608463.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.495+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000608544.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 790,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608544.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.264-1572T>C",
"hgvs_p": null,
"transcript": "ENST00000608762.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 470,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000608762.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.373+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000609254.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 777,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000609254.5"
},
{
"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": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.575+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000609486.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 793,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000609486.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.429+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000609716.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 833,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000609716.5"
},
{
"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": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.575+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000610249.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 843,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000610249.5"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.400-6400T>C",
"hgvs_p": null,
"transcript": "ENST00000630664.3",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 692,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000630664.3"
},
{
"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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MAP9-AS1",
"gene_hgnc_id": 56110,
"hgvs_c": "n.656+1249T>C",
"hgvs_p": null,
"transcript": "ENST00000652141.1",
"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": 1437,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000652141.1"
}
],
"gene_symbol": "MAP9",
"gene_hgnc_id": 26118,
"dbsnp": "rs371189775",
"frequency_reference_population": 0.0000034307388,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000343074,
"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.5115947127342224,
"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.198,
"revel_prediction": "Benign",
"alphamissense_score": 0.2988,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.065,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001039580.2",
"gene_symbol": "MAP9",
"hgnc_id": 26118,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1918A>G",
"hgvs_p": "p.Arg640Gly"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000417474.2",
"gene_symbol": "MAP9-AS1",
"hgnc_id": 56110,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.137-6400T>C",
"hgvs_p": null
}
],
"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
}