← 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: 3-123664247-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=123664247&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 123664247,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000360304.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "NM_053025.4",
"protein_id": "NP_444253.3",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4155,
"cdna_end": null,
"cdna_length": 10113,
"mane_select": "ENST00000360304.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "ENST00000360304.8",
"protein_id": "ENSP00000353452.3",
"transcript_support_level": 5,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4155,
"cdna_end": null,
"cdna_length": 10113,
"mane_select": "NM_053025.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*3422C>T",
"hgvs_p": null,
"transcript": "ENST00000464489.5",
"protein_id": "ENSP00000417798.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*3422C>T",
"hgvs_p": null,
"transcript": "ENST00000464489.5",
"protein_id": "ENSP00000417798.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "ENST00000687848.1",
"protein_id": "ENSP00000508761.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1924,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 4035,
"cdna_end": null,
"cdna_length": 5956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "ENST00000686761.1",
"protein_id": "ENSP00000508758.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4202,
"cdna_end": null,
"cdna_length": 6162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "ENST00000686406.1",
"protein_id": "ENSP00000509044.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1913,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5742,
"cdna_start": 3846,
"cdna_end": null,
"cdna_length": 5783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "NM_053027.4",
"protein_id": "NP_444255.3",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1863,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5592,
"cdna_start": 4155,
"cdna_end": null,
"cdna_length": 9960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "ENST00000360772.7",
"protein_id": "ENSP00000354004.3",
"transcript_support_level": 5,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1863,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5592,
"cdna_start": 4222,
"cdna_end": null,
"cdna_length": 10027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3636C>T",
"hgvs_p": "p.Ser1212Ser",
"transcript": "NM_053026.4",
"protein_id": "NP_444254.3",
"transcript_support_level": null,
"aa_start": 1212,
"aa_end": null,
"aa_length": 1845,
"cds_start": 3636,
"cds_end": null,
"cds_length": 5538,
"cdna_start": 3948,
"cdna_end": null,
"cdna_length": 9906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3636C>T",
"hgvs_p": "p.Ser1212Ser",
"transcript": "ENST00000693689.1",
"protein_id": "ENSP00000510503.1",
"transcript_support_level": null,
"aa_start": 1212,
"aa_end": null,
"aa_length": 1845,
"cds_start": 3636,
"cds_end": null,
"cds_length": 5538,
"cdna_start": 3930,
"cdna_end": null,
"cdna_length": 7398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3636C>T",
"hgvs_p": "p.Ser1212Ser",
"transcript": "NM_053028.4",
"protein_id": "NP_444256.3",
"transcript_support_level": null,
"aa_start": 1212,
"aa_end": null,
"aa_length": 1794,
"cds_start": 3636,
"cds_end": null,
"cds_length": 5385,
"cdna_start": 3948,
"cdna_end": null,
"cdna_length": 9753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3636C>T",
"hgvs_p": "p.Ser1212Ser",
"transcript": "ENST00000346322.10",
"protein_id": "ENSP00000320622.6",
"transcript_support_level": 5,
"aa_start": 1212,
"aa_end": null,
"aa_length": 1794,
"cds_start": 3636,
"cds_end": null,
"cds_length": 5385,
"cdna_start": 3755,
"cdna_end": null,
"cdna_length": 5566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3315C>T",
"hgvs_p": "p.Ser1105Ser",
"transcript": "NM_001321309.2",
"protein_id": "NP_001308238.1",
"transcript_support_level": null,
"aa_start": 1105,
"aa_end": null,
"aa_length": 1738,
"cds_start": 3315,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 3947,
"cdna_end": null,
"cdna_length": 9905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3081C>T",
"hgvs_p": "p.Ser1027Ser",
"transcript": "ENST00000690457.1",
"protein_id": "ENSP00000508777.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1660,
"cds_start": 3081,
"cds_end": null,
"cds_length": 4983,
"cdna_start": 3178,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1077C>T",
"hgvs_p": "p.Ser359Ser",
"transcript": "ENST00000685021.1",
"protein_id": "ENSP00000508447.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 992,
"cds_start": 1077,
"cds_end": null,
"cds_length": 2979,
"cdna_start": 1574,
"cdna_end": null,
"cdna_length": 5278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1077C>T",
"hgvs_p": "p.Ser359Ser",
"transcript": "ENST00000688024.1",
"protein_id": "ENSP00000509803.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 991,
"cds_start": 1077,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 1394,
"cdna_end": null,
"cdna_length": 5074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.960C>T",
"hgvs_p": "p.Ser320Ser",
"transcript": "ENST00000686245.1",
"protein_id": "ENSP00000509313.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 953,
"cds_start": 960,
"cds_end": null,
"cds_length": 2862,
"cdna_start": 1333,
"cdna_end": null,
"cdna_length": 3278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1077C>T",
"hgvs_p": "p.Ser359Ser",
"transcript": "ENST00000688223.1",
"protein_id": "ENSP00000508935.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 924,
"cds_start": 1077,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 5069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1380C>T",
"hgvs_p": "p.Ser460Ser",
"transcript": "ENST00000692352.1",
"protein_id": "ENSP00000510737.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 719,
"cds_start": 1380,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 4331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.243C>T",
"hgvs_p": "p.Ser81Ser",
"transcript": "ENST00000508240.2",
"protein_id": "ENSP00000422984.2",
"transcript_support_level": 4,
"aa_start": 81,
"aa_end": null,
"aa_length": 714,
"cds_start": 243,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 397,
"cdna_end": null,
"cdna_length": 2359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.243C>T",
"hgvs_p": "p.Ser81Ser",
"transcript": "ENST00000685953.1",
"protein_id": "ENSP00000510593.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 713,
"cds_start": 243,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 3686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_024453532.2",
"protein_id": "XP_024309300.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1924,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 4156,
"cdna_end": null,
"cdna_length": 10114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_047448183.1",
"protein_id": "XP_047304139.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1924,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 4215,
"cdna_end": null,
"cdna_length": 10173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_047448187.1",
"protein_id": "XP_047304143.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1924,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 4283,
"cdna_end": null,
"cdna_length": 10241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_011512860.4",
"protein_id": "XP_011511162.2",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1923,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5772,
"cdna_start": 4000,
"cdna_end": null,
"cdna_length": 9955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "XM_024453537.2",
"protein_id": "XP_024309305.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4070,
"cdna_end": null,
"cdna_length": 10028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "XM_047448184.1",
"protein_id": "XP_047304140.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4096,
"cdna_end": null,
"cdna_length": 10054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser",
"transcript": "XM_047448185.1",
"protein_id": "XP_047304141.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1914,
"cds_start": 3843,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 4120,
"cdna_end": null,
"cdna_length": 10078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_011512861.4",
"protein_id": "XP_011511163.2",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1856,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5571,
"cdna_start": 4000,
"cdna_end": null,
"cdna_length": 9754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3666C>T",
"hgvs_p": "p.Ser1222Ser",
"transcript": "XM_024453534.2",
"protein_id": "XP_024309302.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1855,
"cds_start": 3666,
"cds_end": null,
"cds_length": 5568,
"cdna_start": 3793,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3873C>T",
"hgvs_p": "p.Ser1291Ser",
"transcript": "XM_047448182.1",
"protein_id": "XP_047304138.1",
"transcript_support_level": null,
"aa_start": 1291,
"aa_end": null,
"aa_length": 1855,
"cds_start": 3873,
"cds_end": null,
"cds_length": 5568,
"cdna_start": 4000,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3666C>T",
"hgvs_p": "p.Ser1222Ser",
"transcript": "XM_017006469.3",
"protein_id": "XP_016861958.2",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1854,
"cds_start": 3666,
"cds_end": null,
"cds_length": 5565,
"cdna_start": 3793,
"cdna_end": null,
"cdna_length": 9748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.3666C>T",
"hgvs_p": "p.Ser1222Ser",
"transcript": "XM_047448186.1",
"protein_id": "XP_047304142.1",
"transcript_support_level": null,
"aa_start": 1222,
"aa_end": null,
"aa_length": 1787,
"cds_start": 3666,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 3793,
"cdna_end": null,
"cdna_length": 9547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.243C>T",
"hgvs_p": "p.Ser81Ser",
"transcript": "XM_017006471.3",
"protein_id": "XP_016861960.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 714,
"cds_start": 243,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 6335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.243C>T",
"hgvs_p": "p.Ser81Ser",
"transcript": "XM_017006470.3",
"protein_id": "XP_016861959.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 713,
"cds_start": 243,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 6332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.243C>T",
"hgvs_p": "p.Ser81Ser",
"transcript": "XM_047448188.1",
"protein_id": "XP_047304144.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 646,
"cds_start": 243,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 6131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.432C>T",
"hgvs_p": null,
"transcript": "ENST00000511058.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1475C>T",
"hgvs_p": null,
"transcript": "ENST00000684879.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1380C>T",
"hgvs_p": null,
"transcript": "ENST00000685259.1",
"protein_id": "ENSP00000510445.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1624C>T",
"hgvs_p": null,
"transcript": "ENST00000685907.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.518C>T",
"hgvs_p": null,
"transcript": "ENST00000686388.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.345C>T",
"hgvs_p": null,
"transcript": "ENST00000686458.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.3737C>T",
"hgvs_p": null,
"transcript": "ENST00000686822.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000687434.1",
"protein_id": "ENSP00000509751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1898C>T",
"hgvs_p": null,
"transcript": "ENST00000687709.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1571C>T",
"hgvs_p": null,
"transcript": "ENST00000689868.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.392C>T",
"hgvs_p": null,
"transcript": "ENST00000689957.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1514C>T",
"hgvs_p": null,
"transcript": "ENST00000690167.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3482,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.108C>T",
"hgvs_p": null,
"transcript": "ENST00000690176.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.364C>T",
"hgvs_p": null,
"transcript": "ENST00000690534.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1380C>T",
"hgvs_p": null,
"transcript": "ENST00000691933.1",
"protein_id": "ENSP00000509865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000687434.1",
"protein_id": "ENSP00000509751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.1368+1972C>T",
"hgvs_p": null,
"transcript": "ENST00000686039.1",
"protein_id": "ENSP00000510390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.345-27330G>A",
"hgvs_p": null,
"transcript": "ENST00000715826.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.483+33678G>A",
"hgvs_p": null,
"transcript": "ENST00000715827.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.441+33678G>A",
"hgvs_p": null,
"transcript": "ENST00000756470.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.499-27330G>A",
"hgvs_p": null,
"transcript": "ENST00000756471.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.615-27330G>A",
"hgvs_p": null,
"transcript": "ENST00000756472.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.450-16002G>A",
"hgvs_p": null,
"transcript": "ENST00000756473.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.479-16002G>A",
"hgvs_p": null,
"transcript": "ENST00000756474.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1366,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.686-16002G>A",
"hgvs_p": null,
"transcript": "ENST00000756475.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.502-16002G>A",
"hgvs_p": null,
"transcript": "ENST00000756476.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.397-4849G>A",
"hgvs_p": null,
"transcript": "ENST00000756477.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"dbsnp": "rs377231739",
"frequency_reference_population": 0.00004955997,
"hom_count_reference_population": 0,
"allele_count_reference_population": 80,
"gnomad_exomes_af": 0.0000403589,
"gnomad_genomes_af": 0.000137864,
"gnomad_exomes_ac": 59,
"gnomad_genomes_ac": 21,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.496,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BS1",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000360304.8",
"gene_symbol": "MYLK",
"hgnc_id": 7590,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.3843C>T",
"hgvs_p": "p.Ser1281Ser"
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000715826.1",
"gene_symbol": "MYLK-AS1",
"hgnc_id": 42440,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.345-27330G>A",
"hgvs_p": null
}
],
"clinvar_disease": " familial thoracic 7,Aortic aneurysm,Familial thoracic aortic aneurysm and aortic dissection,MYLK-related disorder,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:3",
"phenotype_combined": "Aortic aneurysm, familial thoracic 7|not provided|Familial thoracic aortic aneurysm and aortic dissection|MYLK-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}