← 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: 12-98796594-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=98796594&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 98796594,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000683438.2",
"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": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3342+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352186.2",
"protein_id": "NP_001339115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": -4,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6322,
"mane_select": "ENST00000683438.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3342+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000683438.2",
"protein_id": "ENSP00000508105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1285,
"cds_start": -4,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6322,
"mane_select": "NM_001352186.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3267+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000547776.6",
"protein_id": "ENSP00000449629.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": -4,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1815+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000547010.5",
"protein_id": "ENSP00000448512.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 764,
"cds_start": -4,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1080+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000550778.5",
"protein_id": "ENSP00000448744.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 531,
"cds_start": -4,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1017+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000549493.6",
"protein_id": "ENSP00000448203.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": -4,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.945+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000546960.5",
"protein_id": "ENSP00000447839.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.837+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000550693.6",
"protein_id": "ENSP00000447999.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": -4,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3372,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.765+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000546568.5",
"protein_id": "ENSP00000448205.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": -4,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.765+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000549558.6",
"protein_id": "ENSP00000448993.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": -4,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.561+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000549025.6",
"protein_id": "ENSP00000447312.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3339+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352188.1",
"protein_id": "NP_001339117.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1283,
"cds_start": -4,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3267+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352187.1",
"protein_id": "NP_001339116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1260,
"cds_start": -4,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3267+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352185.1",
"protein_id": "NP_001339114.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1259,
"cds_start": -4,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3267+2340G>A",
"hgvs_p": null,
"transcript": "NM_152788.4",
"protein_id": "NP_690001.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": -4,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1020+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352198.2",
"protein_id": "NP_001339127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 511,
"cds_start": -4,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1020+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352205.2",
"protein_id": "NP_001339134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": -4,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1017+2340G>A",
"hgvs_p": null,
"transcript": "NM_181670.4",
"protein_id": "NP_858056.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 510,
"cds_start": -4,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1017+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352195.2",
"protein_id": "NP_001339124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 509,
"cds_start": -4,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1017+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352196.2",
"protein_id": "NP_001339125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 498,
"cds_start": -4,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.945+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352204.2",
"protein_id": "NP_001339133.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 486,
"cds_start": -4,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3500,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.1020+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352200.2",
"protein_id": "NP_001339129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.945+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352202.2",
"protein_id": "NP_001339131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": -4,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.924+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352189.1",
"protein_id": "NP_001339118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": -4,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.927+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352190.1",
"protein_id": "NP_001339119.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": -4,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.945+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352197.2",
"protein_id": "NP_001339126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 474,
"cds_start": -4,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.945+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204068.2",
"protein_id": "NP_001190997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.837+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204069.2",
"protein_id": "NP_001190998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": -4,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.837+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352206.2",
"protein_id": "NP_001339135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 449,
"cds_start": -4,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.774+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352193.2",
"protein_id": "NP_001339122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.774+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352192.2",
"protein_id": "NP_001339121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 428,
"cds_start": -4,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.765+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204070.2",
"protein_id": "NP_001190999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": -4,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.765+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352199.2",
"protein_id": "NP_001339128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 425,
"cds_start": -4,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.732+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352203.2",
"protein_id": "NP_001339132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": -4,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.765+2340G>A",
"hgvs_p": null,
"transcript": "NM_020140.4",
"protein_id": "NP_064525.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 414,
"cds_start": -4,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2293,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.672+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204067.2",
"protein_id": "NP_001190996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": -4,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.672+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000547446.5",
"protein_id": "ENSP00000450015.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 394,
"cds_start": -4,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.657+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352194.2",
"protein_id": "NP_001339123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 390,
"cds_start": -4,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.657+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352201.2",
"protein_id": "NP_001339130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": -4,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.594+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352191.2",
"protein_id": "NP_001339120.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 369,
"cds_start": -4,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.561+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204066.2",
"protein_id": "NP_001190995.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": -4,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.360+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352219.2",
"protein_id": "NP_001339148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204065.2",
"protein_id": "NP_001190994.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.360+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204079.2",
"protein_id": "NP_001191008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352208.2",
"protein_id": "NP_001339137.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": -4,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352222.2",
"protein_id": "NP_001339151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": -4,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2984,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000333732.11",
"protein_id": "ENSP00000331256.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": -4,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.360+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352223.2",
"protein_id": "NP_001339152.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": -4,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204080.2",
"protein_id": "NP_001191009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": -4,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352207.2",
"protein_id": "NP_001339136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 266,
"cds_start": -4,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352209.2",
"protein_id": "NP_001339138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352221.2",
"protein_id": "NP_001339150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "NM_001204081.2",
"protein_id": "NP_001191010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.285+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000341752.11",
"protein_id": "ENSP00000345510.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 254,
"cds_start": -4,
"cds_end": null,
"cds_length": 765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.210+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352225.2",
"protein_id": "NP_001339154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 241,
"cds_start": -4,
"cds_end": null,
"cds_length": 726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.210+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352210.2",
"protein_id": "NP_001339139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 240,
"cds_start": -4,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352211.2",
"protein_id": "NP_001339140.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352212.2",
"protein_id": "NP_001339141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352218.2",
"protein_id": "NP_001339147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352220.2",
"protein_id": "NP_001339149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2735,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352224.2",
"protein_id": "NP_001339153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": -4,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352217.2",
"protein_id": "NP_001339146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 190,
"cds_start": -4,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352213.2",
"protein_id": "NP_001339142.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352214.2",
"protein_id": "NP_001339143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.60+2340G>A",
"hgvs_p": null,
"transcript": "NM_001352216.2",
"protein_id": "NP_001339145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000546364.7",
"protein_id": "ENSP00000473522.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": -4,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "n.285+2340G>A",
"hgvs_p": null,
"transcript": "ENST00000547362.5",
"protein_id": "ENSP00000473277.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3339+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719504.5",
"protein_id": "XP_006719567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1284,
"cds_start": -4,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3342+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719505.5",
"protein_id": "XP_006719568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1284,
"cds_start": -4,
"cds_end": null,
"cds_length": 3855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3330+2340G>A",
"hgvs_p": null,
"transcript": "XM_017019652.3",
"protein_id": "XP_016875141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1281,
"cds_start": -4,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3342+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719507.5",
"protein_id": "XP_006719570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": -4,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3342+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719508.5",
"protein_id": "XP_006719571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1260,
"cds_start": -4,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3255+2340G>A",
"hgvs_p": null,
"transcript": "XM_005269029.6",
"protein_id": "XP_005269086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": -4,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3240+2340G>A",
"hgvs_p": null,
"transcript": "XM_011538571.4",
"protein_id": "XP_011536873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": -4,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6220,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3267+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719510.5",
"protein_id": "XP_006719573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": -4,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7476,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3087+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719512.5",
"protein_id": "XP_006719575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1200,
"cds_start": -4,
"cds_end": null,
"cds_length": 3603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3087+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719513.5",
"protein_id": "XP_006719576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": -4,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.3075+2340G>A",
"hgvs_p": null,
"transcript": "XM_006719514.5",
"protein_id": "XP_006719577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1184,
"cds_start": -4,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.2238+2340G>A",
"hgvs_p": null,
"transcript": "XM_024449061.2",
"protein_id": "XP_024304829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 917,
"cds_start": -4,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.2082+2340G>A",
"hgvs_p": null,
"transcript": "XM_024449060.2",
"protein_id": "XP_024304828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.2082+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429165.1",
"protein_id": "XP_047285121.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.2082+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429166.1",
"protein_id": "XP_047285122.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.2082+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429167.1",
"protein_id": "XP_047285123.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 865,
"cds_start": -4,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.927+2340G>A",
"hgvs_p": null,
"transcript": "XM_024449065.2",
"protein_id": "XP_024304833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.915+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429168.1",
"protein_id": "XP_047285124.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 476,
"cds_start": -4,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.849+2340G>A",
"hgvs_p": null,
"transcript": "XM_024449069.2",
"protein_id": "XP_024304837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": -4,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.849+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429169.1",
"protein_id": "XP_047285125.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": -4,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"hgvs_c": "c.357+2340G>A",
"hgvs_p": null,
"transcript": "XM_047429170.1",
"protein_id": "XP_047285126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": -4,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ANKS1B",
"gene_hgnc_id": 24600,
"dbsnp": "rs2036225",
"frequency_reference_population": 0.38997105,
"hom_count_reference_population": 13133,
"allele_count_reference_population": 59260,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.389971,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 59260,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 13133,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6700000166893005,
"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.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.515,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000683438.2",
"gene_symbol": "ANKS1B",
"hgnc_id": 24600,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3342+2340G>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
}