← 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: 6-89612325-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=89612325&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 89612325,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001242809.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_001242809.2",
"protein_id": "NP_001229738.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000339746.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242809.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000339746.9",
"protein_id": "ENSP00000345767.4",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001242809.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339746.9"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000447838.6",
"protein_id": "ENSP00000396771.2",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 722,
"cds_start": 471,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447838.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000369408.9",
"protein_id": "ENSP00000358416.5",
"transcript_support_level": 1,
"aa_start": 157,
"aa_end": null,
"aa_length": 692,
"cds_start": 471,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369408.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "n.288G>A",
"hgvs_p": null,
"transcript": "ENST00000518253.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000518253.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LYRM2",
"gene_hgnc_id": 25229,
"hgvs_c": "n.*118-9216C>T",
"hgvs_p": null,
"transcript": "ENST00000412237.6",
"protein_id": "ENSP00000430316.1",
"transcript_support_level": 1,
"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": "ENST00000412237.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "LYRM2",
"gene_hgnc_id": 25229,
"hgvs_c": "n.562+9396C>T",
"hgvs_p": null,
"transcript": "ENST00000520897.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000520897.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960502.1",
"protein_id": "ENSP00000630561.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 766,
"cds_start": 471,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960502.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960500.1",
"protein_id": "ENSP00000630559.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 753,
"cds_start": 471,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960500.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "ENST00000710308.1",
"protein_id": "ENSP00000518190.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 752,
"cds_start": 546,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000710308.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_001242811.1",
"protein_id": "NP_001229740.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242811.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000522441.5",
"protein_id": "ENSP00000430985.1",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522441.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000862698.1",
"protein_id": "ENSP00000532757.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862698.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960510.1",
"protein_id": "ENSP00000630569.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960510.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_014942.4",
"protein_id": "NP_055757.3",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 722,
"cds_start": 471,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014942.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000862695.1",
"protein_id": "ENSP00000532754.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 701,
"cds_start": 471,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862695.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000913471.1",
"protein_id": "ENSP00000583530.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 696,
"cds_start": 471,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913471.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000862689.1",
"protein_id": "ENSP00000532748.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 694,
"cds_start": 471,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862689.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000862690.1",
"protein_id": "ENSP00000532749.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 694,
"cds_start": 372,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862690.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000862699.1",
"protein_id": "ENSP00000532758.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 694,
"cds_start": 372,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862699.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960513.1",
"protein_id": "ENSP00000630572.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 694,
"cds_start": 372,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960513.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960515.1",
"protein_id": "ENSP00000630574.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 694,
"cds_start": 471,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960515.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "NM_001242813.1",
"protein_id": "NP_001229742.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 692,
"cds_start": 471,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242813.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000862694.1",
"protein_id": "ENSP00000532753.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 689,
"cds_start": 471,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862694.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000913477.1",
"protein_id": "ENSP00000583536.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 689,
"cds_start": 372,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913477.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960499.1",
"protein_id": "ENSP00000630558.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 689,
"cds_start": 372,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960499.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960497.1",
"protein_id": "ENSP00000630556.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 687,
"cds_start": 471,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960497.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000960506.1",
"protein_id": "ENSP00000630565.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 668,
"cds_start": 471,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960506.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000913465.1",
"protein_id": "ENSP00000583524.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 666,
"cds_start": 471,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913465.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "NM_001242814.1",
"protein_id": "NP_001229743.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 663,
"cds_start": 372,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242814.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000520793.5",
"protein_id": "ENSP00000429782.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 663,
"cds_start": 372,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520793.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000862700.1",
"protein_id": "ENSP00000532759.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 661,
"cds_start": 372,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862700.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.273G>A",
"hgvs_p": "p.Thr91Thr",
"transcript": "ENST00000960498.1",
"protein_id": "ENSP00000630557.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 661,
"cds_start": 273,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960498.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960504.1",
"protein_id": "ENSP00000630563.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 661,
"cds_start": 372,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960504.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960514.1",
"protein_id": "ENSP00000630573.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 661,
"cds_start": 372,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960514.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.273G>A",
"hgvs_p": "p.Thr91Thr",
"transcript": "ENST00000913466.1",
"protein_id": "ENSP00000583525.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 656,
"cds_start": 273,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913466.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960503.1",
"protein_id": "ENSP00000630562.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 656,
"cds_start": 372,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960503.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960509.1",
"protein_id": "ENSP00000630568.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 654,
"cds_start": 372,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960509.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000862701.1",
"protein_id": "ENSP00000532760.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 632,
"cds_start": 372,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862701.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000862687.1",
"protein_id": "ENSP00000532746.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 630,
"cds_start": 471,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862687.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000960507.1",
"protein_id": "ENSP00000630566.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 602,
"cds_start": 372,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960507.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "ENST00000913473.1",
"protein_id": "ENSP00000583532.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 562,
"cds_start": 372,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913473.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000485637.5",
"protein_id": "ENSP00000430954.1",
"transcript_support_level": 5,
"aa_start": 157,
"aa_end": null,
"aa_length": 307,
"cds_start": 471,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485637.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "ENST00000465722.6",
"protein_id": "ENSP00000429431.1",
"transcript_support_level": 5,
"aa_start": 157,
"aa_end": null,
"aa_length": 174,
"cds_start": 471,
"cds_end": null,
"cds_length": 526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000465722.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_005248679.4",
"protein_id": "XP_005248736.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 752,
"cds_start": 546,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248679.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_047418397.1",
"protein_id": "XP_047274353.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 747,
"cds_start": 546,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418397.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_005248681.3",
"protein_id": "XP_005248738.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 727,
"cds_start": 471,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248681.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_005248682.4",
"protein_id": "XP_005248739.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 726,
"cds_start": 546,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248682.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446357.2",
"protein_id": "XP_024302125.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 722,
"cds_start": 471,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446357.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047418398.1",
"protein_id": "XP_047274354.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 722,
"cds_start": 471,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418398.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_011535596.3",
"protein_id": "XP_011533898.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 719,
"cds_start": 546,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535596.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.447G>A",
"hgvs_p": "p.Thr149Thr",
"transcript": "XM_011535597.3",
"protein_id": "XP_011533899.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 719,
"cds_start": 447,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535597.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_017010493.2",
"protein_id": "XP_016865982.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 717,
"cds_start": 546,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010493.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_017010494.2",
"protein_id": "XP_016865983.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 714,
"cds_start": 546,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010494.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047418399.1",
"protein_id": "XP_047274355.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 701,
"cds_start": 471,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418399.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047418400.1",
"protein_id": "XP_047274356.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 696,
"cds_start": 471,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418400.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "XM_017010496.3",
"protein_id": "XP_016865985.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 694,
"cds_start": 372,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010496.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446358.2",
"protein_id": "XP_024302126.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 694,
"cds_start": 471,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446358.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_047418401.1",
"protein_id": "XP_047274357.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 694,
"cds_start": 471,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418401.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "XM_047418402.1",
"protein_id": "XP_047274358.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 694,
"cds_start": 372,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418402.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446359.2",
"protein_id": "XP_024302127.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 692,
"cds_start": 471,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446359.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446360.2",
"protein_id": "XP_024302128.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 689,
"cds_start": 471,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446360.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446361.2",
"protein_id": "XP_024302129.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 687,
"cds_start": 471,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446361.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.546G>A",
"hgvs_p": "p.Thr182Thr",
"transcript": "XM_017010499.2",
"protein_id": "XP_016865988.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 684,
"cds_start": 546,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010499.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "XM_047418404.1",
"protein_id": "XP_047274360.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 663,
"cds_start": 372,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418404.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "XM_017010502.3",
"protein_id": "XP_016865991.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 661,
"cds_start": 372,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010502.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.273G>A",
"hgvs_p": "p.Thr91Thr",
"transcript": "XM_017010503.2",
"protein_id": "XP_016865992.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 661,
"cds_start": 273,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010503.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr",
"transcript": "XM_024446363.2",
"protein_id": "XP_024302131.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 659,
"cds_start": 471,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446363.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.372G>A",
"hgvs_p": "p.Thr124Thr",
"transcript": "XM_024446365.2",
"protein_id": "XP_024302133.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 656,
"cds_start": 372,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446365.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.-742G>A",
"hgvs_p": null,
"transcript": "XM_047418408.1",
"protein_id": "XP_047274364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418408.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.-664G>A",
"hgvs_p": null,
"transcript": "XM_047418410.1",
"protein_id": "XP_047274366.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418410.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.-643G>A",
"hgvs_p": null,
"transcript": "XM_047418412.1",
"protein_id": "XP_047274368.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418412.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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-1467G>A",
"hgvs_p": null,
"transcript": "ENST00000960501.1",
"protein_id": "ENSP00000630560.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 694,
"cds_start": null,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960501.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000862691.1",
"protein_id": "ENSP00000532750.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862691.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000960512.1",
"protein_id": "ENSP00000630571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960512.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000862688.1",
"protein_id": "ENSP00000532747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862688.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000913475.1",
"protein_id": "ENSP00000583534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913475.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000862697.1",
"protein_id": "ENSP00000532756.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862697.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000960505.1",
"protein_id": "ENSP00000630564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960505.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000862696.1",
"protein_id": "ENSP00000532755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 626,
"cds_start": null,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862696.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000913474.1",
"protein_id": "ENSP00000583533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 623,
"cds_start": null,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913474.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000913468.1",
"protein_id": "ENSP00000583527.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 602,
"cds_start": null,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913468.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": 12,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000913470.1",
"protein_id": "ENSP00000583529.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 597,
"cds_start": null,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913470.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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "ENST00000960508.1",
"protein_id": "ENSP00000630567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": null,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960508.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.318+9198G>A",
"hgvs_p": null,
"transcript": "ENST00000913467.1",
"protein_id": "ENSP00000583526.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": null,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913467.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.318+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000913476.1",
"protein_id": "ENSP00000583535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 569,
"cds_start": null,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913476.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000862693.1",
"protein_id": "ENSP00000532752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 567,
"cds_start": null,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862693.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000960511.1",
"protein_id": "ENSP00000630570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 567,
"cds_start": null,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960511.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "ENST00000913464.1",
"protein_id": "ENSP00000583523.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913464.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.318+9198G>A",
"hgvs_p": null,
"transcript": "ENST00000913469.1",
"protein_id": "ENSP00000583528.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": null,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913469.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.318+9198G>A",
"hgvs_p": null,
"transcript": "ENST00000913472.1",
"protein_id": "ENSP00000583531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 529,
"cds_start": null,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913472.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.121-11085G>A",
"hgvs_p": null,
"transcript": "ENST00000518150.5",
"protein_id": "ENSP00000429235.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518150.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.171+16359G>A",
"hgvs_p": null,
"transcript": "ENST00000862692.1",
"protein_id": "ENSP00000532751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862692.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LYRM2",
"gene_hgnc_id": 25229,
"hgvs_c": "c.*117+9396C>T",
"hgvs_p": null,
"transcript": "ENST00000626778.2",
"protein_id": "ENSP00000486073.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000626778.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.493-4234G>A",
"hgvs_p": null,
"transcript": "XM_005248683.4",
"protein_id": "XP_005248740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 686,
"cds_start": null,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248683.4"
},
{
"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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.493-4234G>A",
"hgvs_p": null,
"transcript": "XM_017010500.2",
"protein_id": "XP_016865989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 681,
"cds_start": null,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010500.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "XM_024446362.2",
"protein_id": "XP_024302130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446362.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "XM_047418405.1",
"protein_id": "XP_047274361.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418405.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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "XM_024446364.2",
"protein_id": "XP_024302132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446364.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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.394-4234G>A",
"hgvs_p": null,
"transcript": "XM_047418406.1",
"protein_id": "XP_047274362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 653,
"cds_start": null,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418406.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "XM_047418407.1",
"protein_id": "XP_047274363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418407.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "XM_017010508.2",
"protein_id": "XP_016865997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010508.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.418-4234G>A",
"hgvs_p": null,
"transcript": "XM_024446366.2",
"protein_id": "XP_024302134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 626,
"cds_start": null,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446366.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": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.319-4234G>A",
"hgvs_p": null,
"transcript": "XM_017010511.3",
"protein_id": "XP_016866000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010511.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.492+6220G>A",
"hgvs_p": null,
"transcript": "XM_005248684.4",
"protein_id": "XP_005248741.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": null,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248684.4"
},
{
"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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "XM_017010513.2",
"protein_id": "XP_016866002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 567,
"cds_start": null,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010513.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "XM_024446368.2",
"protein_id": "XP_024302136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 567,
"cds_start": null,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446368.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.417+6220G>A",
"hgvs_p": null,
"transcript": "XM_047418409.1",
"protein_id": "XP_047274365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 562,
"cds_start": null,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418409.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": 10,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.318+6220G>A",
"hgvs_p": null,
"transcript": "XM_047418411.1",
"protein_id": "XP_047274367.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": null,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418411.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": 13,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.-597-4234G>A",
"hgvs_p": null,
"transcript": "XM_047418413.1",
"protein_id": "XP_047274369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418413.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": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "c.-597-4234G>A",
"hgvs_p": null,
"transcript": "XM_047418415.1",
"protein_id": "XP_047274371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418415.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"hgvs_c": "n.523G>A",
"hgvs_p": null,
"transcript": "ENST00000520886.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000520886.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124901359",
"gene_hgnc_id": null,
"hgvs_c": "n.206-6394C>T",
"hgvs_p": null,
"transcript": "XR_007059673.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": "pseudogene",
"feature": "XR_007059673.1"
}
],
"gene_symbol": "ANKRD6",
"gene_hgnc_id": 17280,
"dbsnp": "rs377367109",
"frequency_reference_population": 0.00072463584,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1135,
"gnomad_exomes_af": 0.000764523,
"gnomad_genomes_af": 0.000354447,
"gnomad_exomes_ac": 1081,
"gnomad_genomes_ac": 54,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.309,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6,BP7",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001242809.2",
"gene_symbol": "ANKRD6",
"hgnc_id": 17280,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.471G>A",
"hgvs_p": "p.Thr157Thr"
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000412237.6",
"gene_symbol": "LYRM2",
"hgnc_id": 25229,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.*118-9216C>T",
"hgvs_p": null
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "XR_007059673.1",
"gene_symbol": "LOC124901359",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.206-6394C>T",
"hgvs_p": null
}
],
"clinvar_disease": "ANKRD6-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "ANKRD6-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}