← 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-123708692-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=123708692&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 7,
"criteria": [
"BP4_Moderate",
"BP6",
"BS1"
],
"effects": [
"splice_region_variant",
"intron_variant"
],
"gene_symbol": "MYLK",
"hgnc_id": 7590,
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"inheritance_mode": "AD,Unknown,AR",
"pathogenic_score": 0,
"score": -7,
"transcript": "NM_053025.4",
"verdict": "Benign"
},
{
"benign_score": 3,
"criteria": [
"BP4_Moderate",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "MYLK-AS1",
"hgnc_id": 42440,
"hgvs_c": "n.612-3665C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -3,
"transcript": "ENST00000685586.1",
"verdict": "Likely_benign"
},
{
"benign_score": 3,
"criteria": [
"BP4_Moderate",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC105369194",
"hgnc_id": null,
"hgvs_c": "n.252-3665C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -3,
"transcript": "XR_924417.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BS1",
"acmg_score": -7,
"allele_count_reference_population": 37,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.27,
"chr": "3",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": " familial thoracic 7,Aortic aneurysm,Familial thoracic aortic aneurysm and aortic dissection",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.27000001072883606,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10113,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 34,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_053025.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000360304.8",
"protein_coding": true,
"protein_id": "NP_444253.3",
"strand": false,
"transcript": "NM_053025.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 10113,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 34,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000360304.8",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_053025.4",
"protein_coding": true,
"protein_id": "ENSP00000353452.3",
"strand": false,
"transcript": "ENST00000360304.8",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5901,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000464489.5",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "n.*1719+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000417798.1",
"strand": false,
"transcript": "ENST00000464489.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1924,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5956,
"cdna_start": null,
"cds_end": null,
"cds_length": 5775,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000687848.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508761.1",
"strand": false,
"transcript": "ENST00000687848.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6162,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000686761.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508758.1",
"strand": false,
"transcript": "ENST00000686761.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6117,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000971487.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641546.1",
"strand": false,
"transcript": "ENST00000971487.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6041,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000971488.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641547.1",
"strand": false,
"transcript": "ENST00000971488.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8025,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000971489.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641548.1",
"strand": false,
"transcript": "ENST00000971489.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6005,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000971490.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641549.1",
"strand": false,
"transcript": "ENST00000971490.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1913,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5783,
"cdna_start": null,
"cds_end": null,
"cds_length": 5742,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000686406.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509044.1",
"strand": false,
"transcript": "ENST00000686406.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1863,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9960,
"cdna_start": null,
"cds_end": null,
"cds_length": 5592,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_053027.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_444255.3",
"strand": false,
"transcript": "NM_053027.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1863,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10027,
"cdna_start": null,
"cds_end": null,
"cds_length": 5592,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 34,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000360772.7",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000354004.3",
"strand": false,
"transcript": "ENST00000360772.7",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1845,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9906,
"cdna_start": null,
"cds_end": null,
"cds_length": 5538,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_053026.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1933+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_444254.3",
"strand": false,
"transcript": "NM_053026.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1845,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7398,
"cdna_start": null,
"cds_end": null,
"cds_length": 5538,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000693689.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1933+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510503.1",
"strand": false,
"transcript": "ENST00000693689.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1794,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9753,
"cdna_start": null,
"cds_end": null,
"cds_length": 5385,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_053028.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1933+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_444256.3",
"strand": false,
"transcript": "NM_053028.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1794,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5566,
"cdna_start": null,
"cds_end": null,
"cds_length": 5385,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000346322.10",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1933+6G>A",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000320622.6",
"strand": false,
"transcript": "ENST00000346322.10",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1738,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9905,
"cdna_start": null,
"cds_end": null,
"cds_length": 5217,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001321309.2",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1612+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001308238.1",
"strand": false,
"transcript": "NM_001321309.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1660,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5130,
"cdna_start": null,
"cds_end": null,
"cds_length": 4983,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 29,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000690457.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1378+6G>A",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508777.1",
"strand": false,
"transcript": "ENST00000690457.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1924,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10114,
"cdna_start": null,
"cds_end": null,
"cds_length": 5775,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 34,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024453532.2",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024309300.1",
"strand": false,
"transcript": "XM_024453532.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1924,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10173,
"cdna_start": null,
"cds_end": null,
"cds_length": 5775,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 35,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448183.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304139.1",
"strand": false,
"transcript": "XM_047448183.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1924,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10241,
"cdna_start": null,
"cds_end": null,
"cds_length": 5775,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 36,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448187.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 17,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304143.1",
"strand": false,
"transcript": "XM_047448187.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1923,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9955,
"cdna_start": null,
"cds_end": null,
"cds_length": 5772,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011512860.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511162.2",
"strand": false,
"transcript": "XM_011512860.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10028,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024453537.2",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024309305.1",
"strand": false,
"transcript": "XM_024453537.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10054,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 33,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448184.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304140.1",
"strand": false,
"transcript": "XM_047448184.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1914,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10078,
"cdna_start": null,
"cds_end": null,
"cds_length": 5745,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448185.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2140+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304141.1",
"strand": false,
"transcript": "XM_047448185.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1856,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9754,
"cdna_start": null,
"cds_end": null,
"cds_length": 5571,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011512861.4",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511163.2",
"strand": false,
"transcript": "XM_011512861.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1855,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9751,
"cdna_start": null,
"cds_end": null,
"cds_length": 5568,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024453534.2",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1963+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024309302.1",
"strand": false,
"transcript": "XM_024453534.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1855,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9751,
"cdna_start": null,
"cds_end": null,
"cds_length": 5568,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448182.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.2170+6G>A",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304138.1",
"strand": false,
"transcript": "XM_047448182.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1854,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9748,
"cdna_start": null,
"cds_end": null,
"cds_length": 5565,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 32,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017006469.3",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1963+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016861958.2",
"strand": false,
"transcript": "XM_017006469.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1787,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9547,
"cdna_start": null,
"cds_end": null,
"cds_length": 5364,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047448186.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "c.1963+6G>A",
"hgvs_p": null,
"intron_rank": 13,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047304142.1",
"strand": false,
"transcript": "XM_047448186.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1290,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000685586.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.612-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000685586.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5183,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 28,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000686822.1",
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"hgvs_c": "n.2034+6G>A",
"hgvs_p": null,
"intron_rank": 11,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000686822.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3988,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000715826.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.854-3665C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000715826.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2053,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000715827.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.484-6138C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000715827.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1081,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756574.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.460-6138C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756574.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756575.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.445-3665C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756575.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1323,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756576.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.602-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756576.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1203,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756578.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.688-3665C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756578.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1071,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756579.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.485-3561C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756579.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1011,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756580.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.529-3665C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756580.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 872,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756581.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.390-3665C>T",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756581.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1128,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000756591.1",
"gene_hgnc_id": 42440,
"gene_symbol": "MYLK-AS1",
"hgvs_c": "n.610-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000756591.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3492,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_001740871.3",
"gene_hgnc_id": null,
"gene_symbol": "LOC105369194",
"hgvs_c": "n.613-3561C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_001740871.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4357,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007096036.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC105369194",
"hgvs_c": "n.314-3665C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007096036.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4653,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007096037.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC105369194",
"hgvs_c": "n.610-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007096037.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4295,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_924417.4",
"gene_hgnc_id": null,
"gene_symbol": "LOC105369194",
"hgvs_c": "n.252-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_924417.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3388,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_924418.4",
"gene_hgnc_id": null,
"gene_symbol": "LOC105369194",
"hgvs_c": "n.613-3665C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_924418.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Benign",
"dbscsnv_ada_score": 0.0020649403261959,
"dbsnp": "rs374346618",
"effect": "splice_region_variant,intron_variant",
"frequency_reference_population": 0.000022925917,
"gene_hgnc_id": 7590,
"gene_symbol": "MYLK",
"gnomad_exomes_ac": 23,
"gnomad_exomes_af": 0.0000157356,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 14,
"gnomad_genomes_af": 0.0000919625,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "Aortic aneurysm, familial thoracic 7|Familial thoracic aortic aneurysm and aortic dissection",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.039,
"pos": 123708692,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_053025.4"
}
]
}