← 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: 11-72003944-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72003944&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72003944,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_006185.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "NM_006185.4",
"protein_id": "NP_006176.2",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6466,
"cdna_end": null,
"cdna_length": 7198,
"mane_select": "ENST00000393695.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "ENST00000393695.8",
"protein_id": "ENSP00000377298.4",
"transcript_support_level": 1,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6466,
"cdna_end": null,
"cdna_length": 7198,
"mane_select": "NM_006185.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.2871C>T",
"hgvs_p": "p.Thr957Thr",
"transcript": "ENST00000351960.10",
"protein_id": "ENSP00000260051.8",
"transcript_support_level": 1,
"aa_start": 957,
"aa_end": null,
"aa_length": 979,
"cds_start": 2871,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3043,
"cdna_end": null,
"cdna_length": 3775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.2823C>T",
"hgvs_p": "p.Thr941Thr",
"transcript": "ENST00000541584.5",
"protein_id": "ENSP00000440954.1",
"transcript_support_level": 1,
"aa_start": 941,
"aa_end": null,
"aa_length": 963,
"cds_start": 2823,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 2825,
"cdna_end": null,
"cdna_length": 3557,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "n.*908+1140G>A",
"hgvs_p": null,
"transcript": "ENST00000343898.9",
"protein_id": "ENSP00000343309.5",
"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": 1720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "NM_001286561.2",
"protein_id": "NP_001273490.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6522,
"cdna_end": null,
"cdna_length": 7254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "ENST00000358965.10",
"protein_id": "ENSP00000351851.6",
"transcript_support_level": 2,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6495,
"cdna_end": null,
"cdna_length": 7227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "ENST00000620566.4",
"protein_id": "ENSP00000478624.1",
"transcript_support_level": 5,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6281,
"cdna_end": null,
"cdna_length": 7012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.2871C>T",
"hgvs_p": "p.Thr957Thr",
"transcript": "ENST00000613205.4",
"protein_id": "ENSP00000480172.1",
"transcript_support_level": 5,
"aa_start": 957,
"aa_end": null,
"aa_length": 979,
"cds_start": 2871,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3209,
"cdna_end": null,
"cdna_length": 3940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545054.3",
"protein_id": "XP_011543356.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6544,
"cdna_end": null,
"cdna_length": 7276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545055.2",
"protein_id": "XP_011543357.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6520,
"cdna_end": null,
"cdna_length": 7252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545056.3",
"protein_id": "XP_011543358.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6647,
"cdna_end": null,
"cdna_length": 7379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545057.3",
"protein_id": "XP_011543359.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6641,
"cdna_end": null,
"cdna_length": 7373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545058.2",
"protein_id": "XP_011543360.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6512,
"cdna_end": null,
"cdna_length": 7244,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545059.3",
"protein_id": "XP_011543361.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6785,
"cdna_end": null,
"cdna_length": 7517,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545060.3",
"protein_id": "XP_011543362.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6779,
"cdna_end": null,
"cdna_length": 7511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545062.3",
"protein_id": "XP_011543364.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6801,
"cdna_end": null,
"cdna_length": 7533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545063.3",
"protein_id": "XP_011543365.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6439,
"cdna_end": null,
"cdna_length": 7171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_011545064.2",
"protein_id": "XP_011543366.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6572,
"cdna_end": null,
"cdna_length": 7304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_024448555.2",
"protein_id": "XP_024304323.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6658,
"cdna_end": null,
"cdna_length": 7390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_047426995.1",
"protein_id": "XP_047282951.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6450,
"cdna_end": null,
"cdna_length": 7182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6333C>T",
"hgvs_p": "p.Thr2111Thr",
"transcript": "XM_047426996.1",
"protein_id": "XP_047282952.1",
"transcript_support_level": null,
"aa_start": 2111,
"aa_end": null,
"aa_length": 2133,
"cds_start": 6333,
"cds_end": null,
"cds_length": 6402,
"cdna_start": 6542,
"cdna_end": null,
"cdna_length": 7274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_011545065.3",
"protein_id": "XP_011543367.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6502,
"cdna_end": null,
"cdna_length": 7234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047426997.1",
"protein_id": "XP_047282953.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6478,
"cdna_end": null,
"cdna_length": 7210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047426998.1",
"protein_id": "XP_047282954.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6616,
"cdna_end": null,
"cdna_length": 7348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047426999.1",
"protein_id": "XP_047282955.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6599,
"cdna_end": null,
"cdna_length": 7331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427000.1",
"protein_id": "XP_047282956.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6737,
"cdna_end": null,
"cdna_length": 7469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427001.1",
"protein_id": "XP_047282957.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6470,
"cdna_end": null,
"cdna_length": 7202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427002.1",
"protein_id": "XP_047282958.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6815,
"cdna_end": null,
"cdna_length": 7547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427003.1",
"protein_id": "XP_047282959.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6408,
"cdna_end": null,
"cdna_length": 7140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427004.1",
"protein_id": "XP_047282960.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6605,
"cdna_end": null,
"cdna_length": 7337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427005.1",
"protein_id": "XP_047282961.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6743,
"cdna_end": null,
"cdna_length": 7475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427006.1",
"protein_id": "XP_047282962.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6759,
"cdna_end": null,
"cdna_length": 7491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6291C>T",
"hgvs_p": "p.Thr2097Thr",
"transcript": "XM_047427007.1",
"protein_id": "XP_047282963.1",
"transcript_support_level": null,
"aa_start": 2097,
"aa_end": null,
"aa_length": 2119,
"cds_start": 6291,
"cds_end": null,
"cds_length": 6360,
"cdna_start": 6397,
"cdna_end": null,
"cdna_length": 7129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_006718564.3",
"protein_id": "XP_006718627.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6490,
"cdna_end": null,
"cdna_length": 7222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_024448556.2",
"protein_id": "XP_024304324.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6604,
"cdna_end": null,
"cdna_length": 7336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427008.1",
"protein_id": "XP_047282964.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6587,
"cdna_end": null,
"cdna_length": 7319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427009.1",
"protein_id": "XP_047282965.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6488,
"cdna_end": null,
"cdna_length": 7220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427010.1",
"protein_id": "XP_047282966.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6593,
"cdna_end": null,
"cdna_length": 7325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427011.1",
"protein_id": "XP_047282967.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6458,
"cdna_end": null,
"cdna_length": 7190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427012.1",
"protein_id": "XP_047282968.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6731,
"cdna_end": null,
"cdna_length": 7463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427013.1",
"protein_id": "XP_047282969.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6725,
"cdna_end": null,
"cdna_length": 7457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427014.1",
"protein_id": "XP_047282970.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6747,
"cdna_end": null,
"cdna_length": 7479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427015.1",
"protein_id": "XP_047282971.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6385,
"cdna_end": null,
"cdna_length": 7117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427016.1",
"protein_id": "XP_047282972.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6396,
"cdna_end": null,
"cdna_length": 7128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr",
"transcript": "XM_047427017.1",
"protein_id": "XP_047282973.1",
"transcript_support_level": null,
"aa_start": 2093,
"aa_end": null,
"aa_length": 2115,
"cds_start": 6279,
"cds_end": null,
"cds_length": 6348,
"cdna_start": 6518,
"cdna_end": null,
"cdna_length": 7250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_011545066.3",
"protein_id": "XP_011543368.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6448,
"cdna_end": null,
"cdna_length": 7180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_017017830.2",
"protein_id": "XP_016873319.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6424,
"cdna_end": null,
"cdna_length": 7156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_017017831.2",
"protein_id": "XP_016873320.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6705,
"cdna_end": null,
"cdna_length": 7437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427018.1",
"protein_id": "XP_047282974.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6562,
"cdna_end": null,
"cdna_length": 7294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427019.1",
"protein_id": "XP_047282975.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6545,
"cdna_end": null,
"cdna_length": 7277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427020.1",
"protein_id": "XP_047282976.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6416,
"cdna_end": null,
"cdna_length": 7148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427021.1",
"protein_id": "XP_047282977.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6683,
"cdna_end": null,
"cdna_length": 7415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427022.1",
"protein_id": "XP_047282978.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6689,
"cdna_end": null,
"cdna_length": 7421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427023.1",
"protein_id": "XP_047282979.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6354,
"cdna_end": null,
"cdna_length": 7086,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427024.1",
"protein_id": "XP_047282980.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6343,
"cdna_end": null,
"cdna_length": 7075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427025.1",
"protein_id": "XP_047282981.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6476,
"cdna_end": null,
"cdna_length": 7208,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.6237C>T",
"hgvs_p": "p.Thr2079Thr",
"transcript": "XM_047427026.1",
"protein_id": "XP_047282982.1",
"transcript_support_level": null,
"aa_start": 2079,
"aa_end": null,
"aa_length": 2101,
"cds_start": 6237,
"cds_end": null,
"cds_length": 6306,
"cdna_start": 6551,
"cdna_end": null,
"cdna_length": 7283,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.1544C>T",
"hgvs_p": null,
"transcript": "ENST00000540626.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": 2276,
"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": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.3196C>T",
"hgvs_p": null,
"transcript": "NR_104476.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": 3928,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "n.*943+1140G>A",
"hgvs_p": null,
"transcript": "ENST00000698837.1",
"protein_id": "ENSP00000513973.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": 3912,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "n.*943+1140G>A",
"hgvs_p": null,
"transcript": "ENST00000698838.1",
"protein_id": "ENSP00000513974.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": 4030,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "n.*943+1140G>A",
"hgvs_p": null,
"transcript": "ENST00000698839.1",
"protein_id": "ENSP00000513975.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": 3602,
"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": 6,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "n.*943+1140G>A",
"hgvs_p": null,
"transcript": "ENST00000698840.1",
"protein_id": "ENSP00000513976.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": 4158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "c.*943+1140G>A",
"hgvs_p": null,
"transcript": "XM_047426203.1",
"protein_id": "XP_047282159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": -4,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "c.*943+1140G>A",
"hgvs_p": null,
"transcript": "XM_047426206.1",
"protein_id": "XP_047282162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": -4,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "c.*943+1140G>A",
"hgvs_p": null,
"transcript": "XM_047426207.1",
"protein_id": "XP_047282163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 194,
"cds_start": -4,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL18BP",
"gene_hgnc_id": 5987,
"hgvs_c": "c.*2299G>A",
"hgvs_p": null,
"transcript": "ENST00000497194.6",
"protein_id": "ENSP00000434717.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"dbsnp": "rs114134799",
"frequency_reference_population": 0.00079509383,
"hom_count_reference_population": 3,
"allele_count_reference_population": 1283,
"gnomad_exomes_af": 0.000424971,
"gnomad_genomes_af": 0.00434469,
"gnomad_exomes_ac": 621,
"gnomad_genomes_ac": 662,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05299999937415123,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.71,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.199,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BP7,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_006185.4",
"gene_symbol": "NUMA1",
"hgnc_id": 8059,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6279C>T",
"hgvs_p": "p.Thr2093Thr"
},
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000343898.9",
"gene_symbol": "IL18BP",
"hgnc_id": 5987,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "n.*908+1140G>A",
"hgvs_p": null
}
],
"clinvar_disease": "NUMA1-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "NUMA1-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}