← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 4-113358300-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=113358300&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 113358300,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001386174.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9682G>A",
"hgvs_p": "p.Val3228Met",
"transcript": "NM_001148.6",
"protein_id": "NP_001139.3",
"transcript_support_level": null,
"aa_start": 3228,
"aa_end": null,
"aa_length": 3957,
"cds_start": 9682,
"cds_end": null,
"cds_length": 11874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357077.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001148.6"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9682G>A",
"hgvs_p": "p.Val3228Met",
"transcript": "ENST00000357077.9",
"protein_id": "ENSP00000349588.4",
"transcript_support_level": 1,
"aa_start": 3228,
"aa_end": null,
"aa_length": 3957,
"cds_start": 9682,
"cds_end": null,
"cds_length": 11874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001148.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357077.9"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9823G>A",
"hgvs_p": "p.Val3275Met",
"transcript": "ENST00000506344.6",
"protein_id": "ENSP00000422888.2",
"transcript_support_level": 1,
"aa_start": 3275,
"aa_end": null,
"aa_length": 4183,
"cds_start": 9823,
"cds_end": null,
"cds_length": 12552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506344.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4427-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000394537.7",
"protein_id": "ENSP00000378044.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1872,
"cds_start": null,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394537.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4400-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000506722.5",
"protein_id": "ENSP00000421067.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1863,
"cds_start": null,
"cds_end": null,
"cds_length": 5592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506722.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1430-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000514960.5",
"protein_id": "ENSP00000422853.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 965,
"cds_start": null,
"cds_end": null,
"cds_length": 2898,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514960.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1109-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000510275.8",
"protein_id": "ENSP00000421023.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 683,
"cds_start": null,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510275.8"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9823G>A",
"hgvs_p": "p.Val3275Met",
"transcript": "NM_001386174.1",
"protein_id": "NP_001373103.1",
"transcript_support_level": null,
"aa_start": 3275,
"aa_end": null,
"aa_length": 4183,
"cds_start": 9823,
"cds_end": null,
"cds_length": 12552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386174.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9799G>A",
"hgvs_p": "p.Val3267Met",
"transcript": "NM_001386175.1",
"protein_id": "NP_001373104.1",
"transcript_support_level": null,
"aa_start": 3267,
"aa_end": null,
"aa_length": 4175,
"cds_start": 9799,
"cds_end": null,
"cds_length": 12528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386175.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000672209.1",
"protein_id": "ENSP00000499982.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3995,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672209.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9763G>A",
"hgvs_p": "p.Val3255Met",
"transcript": "ENST00000672240.1",
"protein_id": "ENSP00000500548.1",
"transcript_support_level": null,
"aa_start": 3255,
"aa_end": null,
"aa_length": 3984,
"cds_start": 9763,
"cds_end": null,
"cds_length": 11955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672240.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9727G>A",
"hgvs_p": "p.Val3243Met",
"transcript": "ENST00000671971.1",
"protein_id": "ENSP00000499832.1",
"transcript_support_level": null,
"aa_start": 3243,
"aa_end": null,
"aa_length": 3972,
"cds_start": 9727,
"cds_end": null,
"cds_length": 11919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671971.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000673298.1",
"protein_id": "ENSP00000500245.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3964,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11895,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673298.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000503423.6",
"protein_id": "ENSP00000421011.2",
"transcript_support_level": 5,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3961,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503423.6"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9448G>A",
"hgvs_p": "p.Val3150Met",
"transcript": "NM_001386142.1",
"protein_id": "NP_001373071.1",
"transcript_support_level": null,
"aa_start": 3150,
"aa_end": null,
"aa_length": 3940,
"cds_start": 9448,
"cds_end": null,
"cds_length": 11823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386142.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9628G>A",
"hgvs_p": "p.Val3210Met",
"transcript": "ENST00000673363.1",
"protein_id": "ENSP00000500539.1",
"transcript_support_level": null,
"aa_start": 3210,
"aa_end": null,
"aa_length": 3939,
"cds_start": 9628,
"cds_end": null,
"cds_length": 11820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673363.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9619G>A",
"hgvs_p": "p.Val3207Met",
"transcript": "ENST00000672830.1",
"protein_id": "ENSP00000500222.1",
"transcript_support_level": null,
"aa_start": 3207,
"aa_end": null,
"aa_length": 3936,
"cds_start": 9619,
"cds_end": null,
"cds_length": 11811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672830.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000672068.1",
"protein_id": "ENSP00000499902.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3934,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672068.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9583G>A",
"hgvs_p": "p.Val3195Met",
"transcript": "ENST00000264366.10",
"protein_id": "ENSP00000264366.6",
"transcript_support_level": 5,
"aa_start": 3195,
"aa_end": null,
"aa_length": 3924,
"cds_start": 9583,
"cds_end": null,
"cds_length": 11775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264366.10"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9583G>A",
"hgvs_p": "p.Val3195Met",
"transcript": "ENST00000672502.1",
"protein_id": "ENSP00000499870.1",
"transcript_support_level": null,
"aa_start": 3195,
"aa_end": null,
"aa_length": 3924,
"cds_start": 9583,
"cds_end": null,
"cds_length": 11775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672502.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9556G>A",
"hgvs_p": "p.Val3186Met",
"transcript": "ENST00000671809.1",
"protein_id": "ENSP00000500872.1",
"transcript_support_level": null,
"aa_start": 3186,
"aa_end": null,
"aa_length": 3915,
"cds_start": 9556,
"cds_end": null,
"cds_length": 11748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671809.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000672090.1",
"protein_id": "ENSP00000500540.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3903,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672090.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9496G>A",
"hgvs_p": "p.Val3166Met",
"transcript": "ENST00000671906.1",
"protein_id": "ENSP00000499953.1",
"transcript_support_level": null,
"aa_start": 3166,
"aa_end": null,
"aa_length": 3895,
"cds_start": 9496,
"cds_end": null,
"cds_length": 11688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671906.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9484G>A",
"hgvs_p": "p.Val3162Met",
"transcript": "ENST00000672251.1",
"protein_id": "ENSP00000500580.1",
"transcript_support_level": null,
"aa_start": 3162,
"aa_end": null,
"aa_length": 3891,
"cds_start": 9484,
"cds_end": null,
"cds_length": 11676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672251.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9457G>A",
"hgvs_p": "p.Val3153Met",
"transcript": "ENST00000673573.1",
"protein_id": "ENSP00000500883.1",
"transcript_support_level": null,
"aa_start": 3153,
"aa_end": null,
"aa_length": 3882,
"cds_start": 9457,
"cds_end": null,
"cds_length": 11649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673573.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000673555.1",
"protein_id": "ENSP00000500947.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3879,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673555.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9499G>A",
"hgvs_p": "p.Val3167Met",
"transcript": "ENST00000671882.1",
"protein_id": "ENSP00000499887.1",
"transcript_support_level": null,
"aa_start": 3167,
"aa_end": null,
"aa_length": 3874,
"cds_start": 9499,
"cds_end": null,
"cds_length": 11625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671882.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9421G>A",
"hgvs_p": "p.Val3141Met",
"transcript": "ENST00000672934.1",
"protein_id": "ENSP00000500645.1",
"transcript_support_level": null,
"aa_start": 3141,
"aa_end": null,
"aa_length": 3870,
"cds_start": 9421,
"cds_end": null,
"cds_length": 11613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672934.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9397G>A",
"hgvs_p": "p.Val3133Met",
"transcript": "ENST00000673109.1",
"protein_id": "ENSP00000500265.1",
"transcript_support_level": null,
"aa_start": 3133,
"aa_end": null,
"aa_length": 3862,
"cds_start": 9397,
"cds_end": null,
"cds_length": 11589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673109.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000672930.1",
"protein_id": "ENSP00000499913.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3848,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672930.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.9520G>A",
"hgvs_p": "p.Val3174Met",
"transcript": "ENST00000673334.1",
"protein_id": "ENSP00000500854.1",
"transcript_support_level": null,
"aa_start": 3174,
"aa_end": null,
"aa_length": 3820,
"cds_start": 9520,
"cds_end": null,
"cds_length": 11463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673334.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.6082G>A",
"hgvs_p": "p.Val2028Met",
"transcript": "NM_001386166.1",
"protein_id": "NP_001373095.1",
"transcript_support_level": null,
"aa_start": 2028,
"aa_end": null,
"aa_length": 2757,
"cds_start": 6082,
"cds_end": null,
"cds_length": 8274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386166.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.607G>A",
"hgvs_p": "p.Val203Met",
"transcript": "ENST00000612754.2",
"protein_id": "ENSP00000482888.2",
"transcript_support_level": 5,
"aa_start": 203,
"aa_end": null,
"aa_length": 938,
"cds_start": 607,
"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": "ENST00000612754.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386143.1",
"protein_id": "NP_001373072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1943,
"cds_start": null,
"cds_end": null,
"cds_length": 5832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386143.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671793.1",
"protein_id": "ENSP00000499928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1943,
"cds_start": null,
"cds_end": null,
"cds_length": 5832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671793.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4439-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354225.2",
"protein_id": "NP_001341154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1937,
"cds_start": null,
"cds_end": null,
"cds_length": 5814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354225.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4328-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354228.2",
"protein_id": "NP_001341157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1931,
"cds_start": null,
"cds_end": null,
"cds_length": 5796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354228.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4328-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671727.1",
"protein_id": "ENSP00000500102.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1931,
"cds_start": null,
"cds_end": null,
"cds_length": 5796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671727.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4412-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386186.2",
"protein_id": "NP_001373115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1928,
"cds_start": null,
"cds_end": null,
"cds_length": 5787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386186.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4406-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354230.2",
"protein_id": "NP_001341159.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1926,
"cds_start": null,
"cds_end": null,
"cds_length": 5781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354230.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4472-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386144.1",
"protein_id": "NP_001373073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1918,
"cds_start": null,
"cds_end": null,
"cds_length": 5757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386144.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4469-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354231.2",
"protein_id": "NP_001341160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1917,
"cds_start": null,
"cds_end": null,
"cds_length": 5754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354231.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4463-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354232.2",
"protein_id": "NP_001341161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1915,
"cds_start": null,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354232.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4463-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671762.1",
"protein_id": "ENSP00000500954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1915,
"cds_start": null,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671762.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673430.1",
"protein_id": "ENSP00000500269.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1910,
"cds_start": null,
"cds_end": null,
"cds_length": 5733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4424-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354235.2",
"protein_id": "NP_001341164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1902,
"cds_start": null,
"cds_end": null,
"cds_length": 5709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354235.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4325-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354236.2",
"protein_id": "NP_001341165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1899,
"cds_start": null,
"cds_end": null,
"cds_length": 5700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354236.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4508-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000705785.1",
"protein_id": "ENSP00000516169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1899,
"cds_start": null,
"cds_end": null,
"cds_length": 5700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705785.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4505-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354237.2",
"protein_id": "NP_001341166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1898,
"cds_start": null,
"cds_end": null,
"cds_length": 5697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354237.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4400-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672362.1",
"protein_id": "ENSP00000500522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1894,
"cds_start": null,
"cds_end": null,
"cds_length": 5685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672362.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4397-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354239.2",
"protein_id": "NP_001341168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1893,
"cds_start": null,
"cds_end": null,
"cds_length": 5682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354239.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4208-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386146.1",
"protein_id": "NP_001373075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1891,
"cds_start": null,
"cds_end": null,
"cds_length": 5676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386146.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4301-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672990.1",
"protein_id": "ENSP00000500275.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1891,
"cds_start": null,
"cds_end": null,
"cds_length": 5676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4472-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354240.2",
"protein_id": "NP_001341169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354240.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4472-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354241.2",
"protein_id": "NP_001341170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354241.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4472-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672779.1",
"protein_id": "ENSP00000499869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672779.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4472-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673240.1",
"protein_id": "ENSP00000499996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1887,
"cds_start": null,
"cds_end": null,
"cds_length": 5664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673240.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4469-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354242.2",
"protein_id": "NP_001341171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1886,
"cds_start": null,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354242.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354243.2",
"protein_id": "NP_001341172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1882,
"cds_start": null,
"cds_end": null,
"cds_length": 5649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354243.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672402.1",
"protein_id": "ENSP00000500881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1882,
"cds_start": null,
"cds_end": null,
"cds_length": 5649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672402.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4361-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354244.2",
"protein_id": "NP_001341173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1881,
"cds_start": null,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354244.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4271-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386160.1",
"protein_id": "NP_001373089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1881,
"cds_start": null,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386160.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4271-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000967539.1",
"protein_id": "ENSP00000637598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1881,
"cds_start": null,
"cds_end": null,
"cds_length": 5646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967539.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354245.2",
"protein_id": "NP_001341174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1879,
"cds_start": null,
"cds_end": null,
"cds_length": 5640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354245.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672045.1",
"protein_id": "ENSP00000499959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1879,
"cds_start": null,
"cds_end": null,
"cds_length": 5640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672045.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672880.1",
"protein_id": "ENSP00000500866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1879,
"cds_start": null,
"cds_end": null,
"cds_length": 5640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672880.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4253-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386147.1",
"protein_id": "NP_001373076.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1875,
"cds_start": null,
"cds_end": null,
"cds_length": 5628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386147.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4427-2523G>A",
"hgvs_p": null,
"transcript": "NM_020977.5",
"protein_id": "NP_066187.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1872,
"cds_start": null,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020977.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673255.1",
"protein_id": "ENSP00000500423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1872,
"cds_start": null,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4424-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354246.2",
"protein_id": "NP_001341175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1871,
"cds_start": null,
"cds_end": null,
"cds_length": 5616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354246.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354249.2",
"protein_id": "NP_001341178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1871,
"cds_start": null,
"cds_end": null,
"cds_length": 5616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354249.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672088.1",
"protein_id": "ENSP00000499837.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1871,
"cds_start": null,
"cds_end": null,
"cds_length": 5616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672088.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4412-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386148.2",
"protein_id": "NP_001373077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1867,
"cds_start": null,
"cds_end": null,
"cds_length": 5604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386148.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4400-2523G>A",
"hgvs_p": null,
"transcript": "NM_001127493.3",
"protein_id": "NP_001120965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1863,
"cds_start": null,
"cds_end": null,
"cds_length": 5592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127493.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": 40,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4397-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354252.2",
"protein_id": "NP_001341181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1862,
"cds_start": null,
"cds_end": null,
"cds_length": 5589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354252.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4208-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386149.1",
"protein_id": "NP_001373078.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1860,
"cds_start": null,
"cds_end": null,
"cds_length": 5583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386149.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4202-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354253.2",
"protein_id": "NP_001341182.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1858,
"cds_start": null,
"cds_end": null,
"cds_length": 5577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354253.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4202-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672350.1",
"protein_id": "ENSP00000500420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1858,
"cds_start": null,
"cds_end": null,
"cds_length": 5577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672350.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4376-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354254.2",
"protein_id": "NP_001341183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1855,
"cds_start": null,
"cds_end": null,
"cds_length": 5568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354254.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354255.2",
"protein_id": "NP_001341184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1851,
"cds_start": null,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354255.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671825.1",
"protein_id": "ENSP00000500459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1851,
"cds_start": null,
"cds_end": null,
"cds_length": 5556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671825.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4361-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354256.2",
"protein_id": "NP_001341185.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1850,
"cds_start": null,
"cds_end": null,
"cds_length": 5553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354256.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4361-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386161.1",
"protein_id": "NP_001373090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1850,
"cds_start": null,
"cds_end": null,
"cds_length": 5553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386161.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672793.1",
"protein_id": "ENSP00000500150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1849,
"cds_start": null,
"cds_end": null,
"cds_length": 5550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672793.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4166-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354257.2",
"protein_id": "NP_001341186.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1846,
"cds_start": null,
"cds_end": null,
"cds_length": 5541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354257.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4166-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671854.1",
"protein_id": "ENSP00000500833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1846,
"cds_start": null,
"cds_end": null,
"cds_length": 5541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4328-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354258.2",
"protein_id": "NP_001341187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1839,
"cds_start": null,
"cds_end": null,
"cds_length": 5520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354258.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4328-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672366.1",
"protein_id": "ENSP00000500937.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1839,
"cds_start": null,
"cds_end": null,
"cds_length": 5520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672366.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354260.2",
"protein_id": "NP_001341189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1838,
"cds_start": null,
"cds_end": null,
"cds_length": 5517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354260.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672356.1",
"protein_id": "ENSP00000500544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1838,
"cds_start": null,
"cds_end": null,
"cds_length": 5517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672356.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4208-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386150.1",
"protein_id": "NP_001373079.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1830,
"cds_start": null,
"cds_end": null,
"cds_length": 5493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4301-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672965.1",
"protein_id": "ENSP00000499891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1830,
"cds_start": null,
"cds_end": null,
"cds_length": 5493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672965.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4292-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386187.2",
"protein_id": "NP_001373116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1827,
"cds_start": null,
"cds_end": null,
"cds_length": 5484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386187.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672696.1",
"protein_id": "ENSP00000499828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1827,
"cds_start": null,
"cds_end": null,
"cds_length": 5484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672696.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4286-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354261.2",
"protein_id": "NP_001341190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1825,
"cds_start": null,
"cds_end": null,
"cds_length": 5478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354261.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4277-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672177.1",
"protein_id": "ENSP00000500918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1822,
"cds_start": null,
"cds_end": null,
"cds_length": 5469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4271-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000967538.1",
"protein_id": "ENSP00000637597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1820,
"cds_start": null,
"cds_end": null,
"cds_length": 5463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967538.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354262.2",
"protein_id": "NP_001341191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1818,
"cds_start": null,
"cds_end": null,
"cds_length": 5457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354262.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672312.1",
"protein_id": "ENSP00000500378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1818,
"cds_start": null,
"cds_end": null,
"cds_length": 5457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672312.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4262-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354264.2",
"protein_id": "NP_001341193.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1817,
"cds_start": null,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354264.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4262-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672221.1",
"protein_id": "ENSP00000500473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1817,
"cds_start": null,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672221.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4424-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354265.2",
"protein_id": "NP_001341194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1816,
"cds_start": null,
"cds_end": null,
"cds_length": 5451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354265.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354266.2",
"protein_id": "NP_001341195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": null,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354266.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354267.2",
"protein_id": "NP_001341196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": null,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354267.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671704.1",
"protein_id": "ENSP00000500926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": null,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672955.1",
"protein_id": "ENSP00000500527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1810,
"cds_start": null,
"cds_end": null,
"cds_length": 5433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672955.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386151.1",
"protein_id": "NP_001373080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1808,
"cds_start": null,
"cds_end": null,
"cds_length": 5427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386151.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4484-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386152.1",
"protein_id": "NP_001373081.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1808,
"cds_start": null,
"cds_end": null,
"cds_length": 5427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4229-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354268.2",
"protein_id": "NP_001341197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1806,
"cds_start": null,
"cds_end": null,
"cds_length": 5421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354268.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4229-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672854.1",
"protein_id": "ENSP00000500311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1806,
"cds_start": null,
"cds_end": null,
"cds_length": 5421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4214-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354269.3",
"protein_id": "NP_001341198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": null,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354269.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4208-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386153.1",
"protein_id": "NP_001373082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1799,
"cds_start": null,
"cds_end": null,
"cds_length": 5400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4202-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354270.2",
"protein_id": "NP_001341199.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1797,
"cds_start": null,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354270.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4202-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673546.1",
"protein_id": "ENSP00000500843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1797,
"cds_start": null,
"cds_end": null,
"cds_length": 5394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673546.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4193-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386154.1",
"protein_id": "NP_001373083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1794,
"cds_start": null,
"cds_end": null,
"cds_length": 5385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386154.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4166-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386156.1",
"protein_id": "NP_001373085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1785,
"cds_start": null,
"cds_end": null,
"cds_length": 5358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386156.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4166-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672684.1",
"protein_id": "ENSP00000499943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1785,
"cds_start": null,
"cds_end": null,
"cds_length": 5358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672684.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354271.2",
"protein_id": "NP_001341200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1777,
"cds_start": null,
"cds_end": null,
"cds_length": 5334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354271.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671951.1",
"protein_id": "ENSP00000500528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1777,
"cds_start": null,
"cds_end": null,
"cds_length": 5334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671951.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4142-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672759.1",
"protein_id": "ENSP00000499881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1777,
"cds_start": null,
"cds_end": null,
"cds_length": 5334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4298-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354272.2",
"protein_id": "NP_001341201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1774,
"cds_start": null,
"cds_end": null,
"cds_length": 5325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354272.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4127-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354273.2",
"protein_id": "NP_001341202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1772,
"cds_start": null,
"cds_end": null,
"cds_length": 5319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354273.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4193-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354274.2",
"protein_id": "NP_001341203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1770,
"cds_start": null,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354274.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4193-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673453.1",
"protein_id": "ENSP00000500112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1770,
"cds_start": null,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673453.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672315.1",
"protein_id": "ENSP00000500780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1768,
"cds_start": null,
"cds_end": null,
"cds_length": 5307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672315.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4364-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673044.1",
"protein_id": "ENSP00000500933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1768,
"cds_start": null,
"cds_end": null,
"cds_length": 5307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673044.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354275.2",
"protein_id": "NP_001341204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1763,
"cds_start": null,
"cds_end": null,
"cds_length": 5292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354275.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4265-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671756.1",
"protein_id": "ENSP00000500712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1763,
"cds_start": null,
"cds_end": null,
"cds_length": 5292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671756.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 37,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4250-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672246.1",
"protein_id": "ENSP00000499990.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1758,
"cds_start": null,
"cds_end": null,
"cds_length": 5277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354276.2",
"protein_id": "NP_001341205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1755,
"cds_start": null,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354276.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386162.1",
"protein_id": "NP_001373091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1755,
"cds_start": null,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386162.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4241-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672731.1",
"protein_id": "ENSP00000500908.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1755,
"cds_start": null,
"cds_end": null,
"cds_length": 5268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672731.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4043-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386157.1",
"protein_id": "NP_001373086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1744,
"cds_start": null,
"cds_end": null,
"cds_length": 5235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386157.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.3845-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672986.1",
"protein_id": "ENSP00000499967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1739,
"cds_start": null,
"cds_end": null,
"cds_length": 5220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672986.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.3974-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000908425.1",
"protein_id": "ENSP00000578484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1721,
"cds_start": null,
"cds_end": null,
"cds_length": 5166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908425.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.3944-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386158.1",
"protein_id": "NP_001373087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1711,
"cds_start": null,
"cds_end": null,
"cds_length": 5136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386158.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.3935-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673536.1",
"protein_id": "ENSP00000500524.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1708,
"cds_start": null,
"cds_end": null,
"cds_length": 5127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673536.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4043-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354277.2",
"protein_id": "NP_001341206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354277.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.4043-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671893.1",
"protein_id": "ENSP00000499986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1689,
"cds_start": null,
"cds_end": null,
"cds_length": 5070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000671893.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1955-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354278.2",
"protein_id": "NP_001341207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1109,
"cds_start": null,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354278.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1955-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673353.1",
"protein_id": "ENSP00000500007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1109,
"cds_start": null,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673353.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1814-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000505342.6",
"protein_id": "ENSP00000422498.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1062,
"cds_start": null,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505342.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1991-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354279.2",
"protein_id": "NP_001341208.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": null,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354279.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1991-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673231.1",
"protein_id": "ENSP00000500111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1060,
"cds_start": null,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1976-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354280.2",
"protein_id": "NP_001341209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1055,
"cds_start": null,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354280.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1976-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673048.1",
"protein_id": "ENSP00000500832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1055,
"cds_start": null,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673048.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1955-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354281.2",
"protein_id": "NP_001341210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1048,
"cds_start": null,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354281.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1955-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000509550.5",
"protein_id": "ENSP00000426944.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1048,
"cds_start": null,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509550.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1991-2523G>A",
"hgvs_p": null,
"transcript": "NM_001354282.2",
"protein_id": "NP_001341211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354282.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1991-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672411.1",
"protein_id": "ENSP00000499979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.1814-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000672915.1",
"protein_id": "ENSP00000500622.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1001,
"cds_start": null,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672915.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.827-2523G>A",
"hgvs_p": null,
"transcript": "NM_001386167.1",
"protein_id": "NP_001373096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 764,
"cds_start": null,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001386167.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "c.383-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000504415.5",
"protein_id": "ENSP00000426994.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504415.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.6527G>A",
"hgvs_p": null,
"transcript": "ENST00000683972.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.536-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000508007.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000508007.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 36,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.4243-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000671863.1",
"protein_id": "ENSP00000500855.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000671863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.1933-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000673538.1",
"protein_id": "ENSP00000500842.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000673538.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.2064-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000681990.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.1272-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000682049.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000682049.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.3440-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000683723.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683723.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.2807-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000683826.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.2153-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000684225.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"hgvs_c": "n.2571-2523G>A",
"hgvs_p": null,
"transcript": "ENST00000684470.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000684470.1"
}
],
"gene_symbol": "ANK2",
"gene_hgnc_id": 493,
"dbsnp": "rs141013157",
"frequency_reference_population": 0.000048350445,
"hom_count_reference_population": 0,
"allele_count_reference_population": 78,
"gnomad_exomes_af": 0.0000335358,
"gnomad_genomes_af": 0.000190667,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 29,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013820052146911621,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.129,
"revel_prediction": "Benign",
"alphamissense_score": 0.0666,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.011,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001386174.1",
"gene_symbol": "ANK2",
"hgnc_id": 493,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.9823G>A",
"hgvs_p": "p.Val3275Met"
}
],
"clinvar_disease": " ankyrin-B-related,Cardiac arrhythmia,Cardiovascular phenotype,Long QT syndrome,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:2 B:1",
"phenotype_combined": "not provided|Long QT syndrome|Cardiac arrhythmia, ankyrin-B-related|Cardiovascular phenotype|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}