← 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-123708725-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=123708725&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 123708725,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000360304.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "NM_053025.4",
"protein_id": "NP_444253.3",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2425,
"cdna_end": null,
"cdna_length": 10113,
"mane_select": "ENST00000360304.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "ENST00000360304.8",
"protein_id": "ENSP00000353452.3",
"transcript_support_level": 5,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2425,
"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": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*1692C>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": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.*1692C>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": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "ENST00000687848.1",
"protein_id": "ENSP00000508761.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1924,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 5956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "ENST00000686761.1",
"protein_id": "ENSP00000508758.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2472,
"cdna_end": null,
"cdna_length": 6162,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "ENST00000686406.1",
"protein_id": "ENSP00000509044.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1913,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5742,
"cdna_start": 2116,
"cdna_end": null,
"cdna_length": 5783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "NM_053027.4",
"protein_id": "NP_444255.3",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1863,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5592,
"cdna_start": 2425,
"cdna_end": null,
"cdna_length": 9960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "ENST00000360772.7",
"protein_id": "ENSP00000354004.3",
"transcript_support_level": 5,
"aa_start": 705,
"aa_end": null,
"aa_length": 1863,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5592,
"cdna_start": 2492,
"cdna_end": null,
"cdna_length": 10027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Arg636Cys",
"transcript": "NM_053026.4",
"protein_id": "NP_444254.3",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1845,
"cds_start": 1906,
"cds_end": null,
"cds_length": 5538,
"cdna_start": 2218,
"cdna_end": null,
"cdna_length": 9906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Arg636Cys",
"transcript": "ENST00000693689.1",
"protein_id": "ENSP00000510503.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1845,
"cds_start": 1906,
"cds_end": null,
"cds_length": 5538,
"cdna_start": 2200,
"cdna_end": null,
"cdna_length": 7398,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Arg636Cys",
"transcript": "NM_053028.4",
"protein_id": "NP_444256.3",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1794,
"cds_start": 1906,
"cds_end": null,
"cds_length": 5385,
"cdna_start": 2218,
"cdna_end": null,
"cdna_length": 9753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Arg636Cys",
"transcript": "ENST00000346322.10",
"protein_id": "ENSP00000320622.6",
"transcript_support_level": 5,
"aa_start": 636,
"aa_end": null,
"aa_length": 1794,
"cds_start": 1906,
"cds_end": null,
"cds_length": 5385,
"cdna_start": 2025,
"cdna_end": null,
"cdna_length": 5566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Cys",
"transcript": "NM_001321309.2",
"protein_id": "NP_001308238.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1738,
"cds_start": 1585,
"cds_end": null,
"cds_length": 5217,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 9905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1351C>T",
"hgvs_p": "p.Arg451Cys",
"transcript": "ENST00000690457.1",
"protein_id": "ENSP00000508777.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 1660,
"cds_start": 1351,
"cds_end": null,
"cds_length": 4983,
"cdna_start": 1448,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_024453532.2",
"protein_id": "XP_024309300.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1924,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 2426,
"cdna_end": null,
"cdna_length": 10114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_047448183.1",
"protein_id": "XP_047304139.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1924,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 2485,
"cdna_end": null,
"cdna_length": 10173,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_047448187.1",
"protein_id": "XP_047304143.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1924,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5775,
"cdna_start": 2553,
"cdna_end": null,
"cdna_length": 10241,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_011512860.4",
"protein_id": "XP_011511162.2",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1923,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5772,
"cdna_start": 2270,
"cdna_end": null,
"cdna_length": 9955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "XM_024453537.2",
"protein_id": "XP_024309305.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2340,
"cdna_end": null,
"cdna_length": 10028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "XM_047448184.1",
"protein_id": "XP_047304140.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2366,
"cdna_end": null,
"cdna_length": 10054,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys",
"transcript": "XM_047448185.1",
"protein_id": "XP_047304141.1",
"transcript_support_level": null,
"aa_start": 705,
"aa_end": null,
"aa_length": 1914,
"cds_start": 2113,
"cds_end": null,
"cds_length": 5745,
"cdna_start": 2390,
"cdna_end": null,
"cdna_length": 10078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_011512861.4",
"protein_id": "XP_011511163.2",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1856,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5571,
"cdna_start": 2270,
"cdna_end": null,
"cdna_length": 9754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1936C>T",
"hgvs_p": "p.Arg646Cys",
"transcript": "XM_024453534.2",
"protein_id": "XP_024309302.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1855,
"cds_start": 1936,
"cds_end": null,
"cds_length": 5568,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.2143C>T",
"hgvs_p": "p.Arg715Cys",
"transcript": "XM_047448182.1",
"protein_id": "XP_047304138.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 1855,
"cds_start": 2143,
"cds_end": null,
"cds_length": 5568,
"cdna_start": 2270,
"cdna_end": null,
"cdna_length": 9751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1936C>T",
"hgvs_p": "p.Arg646Cys",
"transcript": "XM_017006469.3",
"protein_id": "XP_016861958.2",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1854,
"cds_start": 1936,
"cds_end": null,
"cds_length": 5565,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 9748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "c.1936C>T",
"hgvs_p": "p.Arg646Cys",
"transcript": "XM_047448186.1",
"protein_id": "XP_047304142.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 1787,
"cds_start": 1936,
"cds_end": null,
"cds_length": 5364,
"cdna_start": 2063,
"cdna_end": null,
"cdna_length": 9547,
"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": 11,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"hgvs_c": "n.2007C>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": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.612-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000685586.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": 1290,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.854-3632G>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.484-6105G>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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.460-6105G>A",
"hgvs_p": null,
"transcript": "ENST00000756574.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": 1081,
"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.445-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756575.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": 1836,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.602-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756576.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": 1323,
"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.688-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756578.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": 1203,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.485-3528G>A",
"hgvs_p": null,
"transcript": "ENST00000756579.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": 1071,
"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.529-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756580.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": 1011,
"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.390-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756581.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": 872,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYLK-AS1",
"gene_hgnc_id": 42440,
"hgvs_c": "n.610-3632G>A",
"hgvs_p": null,
"transcript": "ENST00000756591.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": 1128,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105369194",
"gene_hgnc_id": null,
"hgvs_c": "n.613-3528G>A",
"hgvs_p": null,
"transcript": "XR_001740871.3",
"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": 3492,
"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": "LOC105369194",
"gene_hgnc_id": null,
"hgvs_c": "n.314-3632G>A",
"hgvs_p": null,
"transcript": "XR_007096036.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": 4357,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105369194",
"gene_hgnc_id": null,
"hgvs_c": "n.610-3632G>A",
"hgvs_p": null,
"transcript": "XR_007096037.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": 4653,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105369194",
"gene_hgnc_id": null,
"hgvs_c": "n.252-3632G>A",
"hgvs_p": null,
"transcript": "XR_924417.4",
"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": 4295,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105369194",
"gene_hgnc_id": null,
"hgvs_c": "n.613-3632G>A",
"hgvs_p": null,
"transcript": "XR_924418.4",
"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": 3388,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYLK",
"gene_hgnc_id": 7590,
"dbsnp": "rs547322504",
"frequency_reference_population": 0.00023541918,
"hom_count_reference_population": 8,
"allele_count_reference_population": 380,
"gnomad_exomes_af": 0.000247638,
"gnomad_genomes_af": 0.000118165,
"gnomad_exomes_ac": 362,
"gnomad_genomes_ac": 18,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.013833552598953247,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.391,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2628,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.642,
"phylop100way_prediction": "Uncertain_significance",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000360304.8",
"gene_symbol": "MYLK",
"hgnc_id": 7590,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2113C>T",
"hgvs_p": "p.Arg705Cys"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000685586.1",
"gene_symbol": "MYLK-AS1",
"hgnc_id": 42440,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.612-3632G>A",
"hgvs_p": null
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "XR_924417.4",
"gene_symbol": "LOC105369194",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.252-3632G>A",
"hgvs_p": null
}
],
"clinvar_disease": " familial thoracic 7,Aortic aneurysm,Familial thoracic aortic aneurysm and aortic dissection,not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4",
"phenotype_combined": "not provided|Familial thoracic aortic aneurysm and aortic dissection|Aortic aneurysm, familial thoracic 7|not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}