← 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-72042099-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=72042099&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 72042099,
"ref": "G",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_006185.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "NM_006185.4",
"protein_id": "NP_006176.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000393695.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006185.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000393695.8",
"protein_id": "ENSP00000377298.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006185.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393695.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000351960.10",
"protein_id": "ENSP00000260051.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": null,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351960.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000537217.5",
"protein_id": "ENSP00000442936.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 690,
"cds_start": null,
"cds_end": null,
"cds_length": 2074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537217.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-309C>A",
"hgvs_p": null,
"transcript": "ENST00000543009.5",
"protein_id": "ENSP00000438821.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 173,
"cds_start": null,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543009.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967521.1",
"protein_id": "ENSP00000637580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967525.1",
"protein_id": "ENSP00000637584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2120,
"cds_start": null,
"cds_end": null,
"cds_length": 6363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000863446.1",
"protein_id": "ENSP00000533505.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000863448.1",
"protein_id": "ENSP00000533507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967523.1",
"protein_id": "ENSP00000637582.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967523.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967524.1",
"protein_id": "ENSP00000637583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967524.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967527.1",
"protein_id": "ENSP00000637586.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000863447.1",
"protein_id": "ENSP00000533506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2108,
"cds_start": null,
"cds_end": null,
"cds_length": 6327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863447.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000921276.1",
"protein_id": "ENSP00000591335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2106,
"cds_start": null,
"cds_end": null,
"cds_length": 6321,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "NM_001286561.2",
"protein_id": "NP_001273490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286561.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000358965.10",
"protein_id": "ENSP00000351851.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358965.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000863445.1",
"protein_id": "ENSP00000533504.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863445.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000863449.1",
"protein_id": "ENSP00000533508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863449.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000921275.1",
"protein_id": "ENSP00000591334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921275.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000921278.1",
"protein_id": "ENSP00000591337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921278.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967526.1",
"protein_id": "ENSP00000637585.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967528.1",
"protein_id": "ENSP00000637587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000921277.1",
"protein_id": "ENSP00000591336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2098,
"cds_start": null,
"cds_end": null,
"cds_length": 6297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921277.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000613205.4",
"protein_id": "ENSP00000480172.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": null,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613205.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000967522.1",
"protein_id": "ENSP00000637581.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967522.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000543937.5",
"protein_id": "ENSP00000439759.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543937.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000535087.5",
"protein_id": "ENSP00000439576.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535087.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000368959.9",
"protein_id": "ENSP00000357955.5",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 90,
"cds_start": null,
"cds_end": null,
"cds_length": 274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368959.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000541719.5",
"protein_id": "ENSP00000438331.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 81,
"cds_start": null,
"cds_end": null,
"cds_length": 248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541719.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000366394.7",
"protein_id": "ENSP00000438318.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 74,
"cds_start": null,
"cds_end": null,
"cds_length": 226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366394.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000541641.5",
"protein_id": "ENSP00000441598.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 71,
"cds_start": null,
"cds_end": null,
"cds_length": 218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541641.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000535111.5",
"protein_id": "ENSP00000441674.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 60,
"cds_start": null,
"cds_end": null,
"cds_length": 183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535111.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000535838.5",
"protein_id": "ENSP00000444831.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 58,
"cds_start": null,
"cds_end": null,
"cds_length": 177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535838.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000546131.1",
"protein_id": "ENSP00000442331.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 55,
"cds_start": null,
"cds_end": null,
"cds_length": 169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_011545055.2",
"protein_id": "XP_011543357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545055.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_011545056.3",
"protein_id": "XP_011543358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545056.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_011545057.3",
"protein_id": "XP_011543359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545057.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_011545059.3",
"protein_id": "XP_011543361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545059.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_011545060.3",
"protein_id": "XP_011543362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545060.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_024448555.2",
"protein_id": "XP_024304323.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448555.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047426995.1",
"protein_id": "XP_047282951.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426995.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047426996.1",
"protein_id": "XP_047282952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426996.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047426997.1",
"protein_id": "XP_047282953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426997.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047426998.1",
"protein_id": "XP_047282954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047426999.1",
"protein_id": "XP_047282955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427000.1",
"protein_id": "XP_047282956.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427000.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427003.1",
"protein_id": "XP_047282959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427003.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427004.1",
"protein_id": "XP_047282960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427005.1",
"protein_id": "XP_047282961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427005.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_024448556.2",
"protein_id": "XP_024304324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024448556.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427008.1",
"protein_id": "XP_047282964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427008.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427009.1",
"protein_id": "XP_047282965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427010.1",
"protein_id": "XP_047282966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427010.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427012.1",
"protein_id": "XP_047282968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427013.1",
"protein_id": "XP_047282969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427016.1",
"protein_id": "XP_047282972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427016.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_017017830.2",
"protein_id": "XP_016873319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017830.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427018.1",
"protein_id": "XP_047282974.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427018.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427019.1",
"protein_id": "XP_047282975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427021.1",
"protein_id": "XP_047282977.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427022.1",
"protein_id": "XP_047282978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427023.1",
"protein_id": "XP_047282979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null,
"transcript": "XM_047427026.1",
"protein_id": "XP_047282982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.350-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000534987.5",
"protein_id": null,
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000534987.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.156-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000537905.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000537905.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.108-6124C>A",
"hgvs_p": null,
"transcript": "ENST00000540843.5",
"protein_id": null,
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000540843.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "n.294-6124C>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_104476.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-309C>A",
"hgvs_p": null,
"transcript": "XM_011545058.2",
"protein_id": "XP_011543360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545058.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-704C>A",
"hgvs_p": null,
"transcript": "XM_011545062.3",
"protein_id": "XP_011543364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2133,
"cds_start": null,
"cds_end": null,
"cds_length": 6402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545062.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-309C>A",
"hgvs_p": null,
"transcript": "XM_047427001.1",
"protein_id": "XP_047282957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427001.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-704C>A",
"hgvs_p": null,
"transcript": "XM_047427006.1",
"protein_id": "XP_047282962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2119,
"cds_start": null,
"cds_end": null,
"cds_length": 6360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427006.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-309C>A",
"hgvs_p": null,
"transcript": "XM_047427011.1",
"protein_id": "XP_047282967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-704C>A",
"hgvs_p": null,
"transcript": "XM_047427014.1",
"protein_id": "XP_047282970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2115,
"cds_start": null,
"cds_end": null,
"cds_length": 6348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-704C>A",
"hgvs_p": null,
"transcript": "XM_017017831.2",
"protein_id": "XP_016873320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017831.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"hgvs_c": "c.-309C>A",
"hgvs_p": null,
"transcript": "XM_047427020.1",
"protein_id": "XP_047282976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2101,
"cds_start": null,
"cds_end": null,
"cds_length": 6306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427020.1"
}
],
"gene_symbol": "NUMA1",
"gene_hgnc_id": 8059,
"dbsnp": "rs4945430",
"frequency_reference_population": 0.00005260666,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.0000526067,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7699999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.77,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.235,
"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_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_006185.4",
"gene_symbol": "NUMA1",
"hgnc_id": 8059,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-32-6124C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}