← 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: 12-110915783-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=110915783&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PP2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MYL2",
"hgnc_id": 7583,
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"inheritance_mode": "AD,AR",
"pathogenic_score": 5,
"score": 5,
"transcript": "NM_000432.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP2",
"acmg_score": 5,
"allele_count_reference_population": 0,
"alphamissense_prediction": "Uncertain_significance",
"alphamissense_score": 0.5597,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.26,
"chr": "12",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Hypertrophic cardiomyopathy 10",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.32848700881004333,
"computational_source_selected": "CardioboostCm",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 783,
"cdna_start": 151,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_000432.4",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000228841.15",
"protein_coding": true,
"protein_id": "NP_000423.2",
"strand": false,
"transcript": "NM_000432.4",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 783,
"cdna_start": 151,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000228841.15",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000432.4",
"protein_coding": true,
"protein_id": "ENSP00000228841.8",
"strand": false,
"transcript": "ENST00000228841.15",
"transcript_support_level": 1
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 828,
"cdna_start": 170,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713800.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519106.1",
"strand": false,
"transcript": "ENST00000713800.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1834,
"cdna_start": 353,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713803.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519109.1",
"strand": false,
"transcript": "ENST00000713803.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1107,
"cdna_start": 449,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713804.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519110.1",
"strand": false,
"transcript": "ENST00000713804.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 986,
"cdna_start": 343,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713805.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519111.1",
"strand": false,
"transcript": "ENST00000713805.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1036,
"cdna_start": 405,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000713806.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519112.1",
"strand": false,
"transcript": "ENST00000713806.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 974,
"cdna_start": 342,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713826.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519130.1",
"strand": false,
"transcript": "ENST00000713826.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 833,
"cdna_start": 175,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713828.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519132.1",
"strand": false,
"transcript": "ENST00000713828.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 834,
"cdna_start": 191,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713829.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519133.1",
"strand": false,
"transcript": "ENST00000713829.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 964,
"cdna_start": 332,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713830.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519134.1",
"strand": false,
"transcript": "ENST00000713830.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 166,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 928,
"cdna_start": 296,
"cds_end": null,
"cds_length": 501,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000713831.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519135.1",
"strand": false,
"transcript": "ENST00000713831.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 165,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1646,
"cdna_start": 190,
"cds_end": null,
"cds_length": 498,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000966752.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636811.1",
"strand": false,
"transcript": "ENST00000966752.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 164,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1208,
"cdna_start": 171,
"cds_end": null,
"cds_length": 495,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000966753.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636812.1",
"strand": false,
"transcript": "ENST00000966753.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 163,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 800,
"cdna_start": 151,
"cds_end": null,
"cds_length": 492,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000880460.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550519.1",
"strand": false,
"transcript": "ENST00000880460.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 158,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 782,
"cdna_start": 151,
"cds_end": null,
"cds_length": 477,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000966754.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636813.1",
"strand": false,
"transcript": "ENST00000966754.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 147,
"aa_ref": "T",
"aa_start": 15,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 791,
"cdna_start": 159,
"cds_end": null,
"cds_length": 444,
"cds_start": 44,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001406916.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.44C>A",
"hgvs_p": "p.Thr15Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393845.1",
"strand": false,
"transcript": "NM_001406916.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 147,
"aa_ref": "T",
"aa_start": 15,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 811,
"cdna_start": 153,
"cds_end": null,
"cds_length": 444,
"cds_start": 44,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000663220.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.44C>A",
"hgvs_p": "p.Thr15Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499568.1",
"strand": false,
"transcript": "ENST00000663220.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 147,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 755,
"cdna_start": 152,
"cds_end": null,
"cds_length": 444,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000880458.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550517.1",
"strand": false,
"transcript": "ENST00000880458.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 131,
"aa_ref": "T",
"aa_start": 34,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 676,
"cdna_start": 151,
"cds_end": null,
"cds_length": 396,
"cds_start": 101,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000880462.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.101C>A",
"hgvs_p": "p.Thr34Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550521.1",
"strand": false,
"transcript": "ENST00000880462.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 131,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 717,
"cdna_start": null,
"cds_end": null,
"cds_length": 396,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000713801.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.-5C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519107.1",
"strand": false,
"transcript": "ENST00000713801.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 131,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 841,
"cdna_start": null,
"cds_end": null,
"cds_length": 396,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000713827.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.-5C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000519131.1",
"strand": false,
"transcript": "ENST00000713827.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 159,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 762,
"cdna_start": null,
"cds_end": null,
"cds_length": 480,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000880461.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.94-14C>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550520.1",
"strand": false,
"transcript": "ENST00000880461.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 152,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 741,
"cdna_start": null,
"cds_end": null,
"cds_length": 459,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406745.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.94-1459C>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393674.1",
"strand": false,
"transcript": "NM_001406745.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 152,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 664,
"cdna_start": null,
"cds_end": null,
"cds_length": 459,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000548438.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.94-1459C>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447154.1",
"strand": false,
"transcript": "ENST00000548438.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 63,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 500,
"cdna_start": null,
"cds_end": null,
"cds_length": 192,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000880459.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.93+3321C>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000550518.1",
"strand": false,
"transcript": "ENST00000880459.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 33,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 380,
"cdna_start": null,
"cds_end": null,
"cds_length": 102,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000966755.1",
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"hgvs_c": "c.4-4608C>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636814.1",
"strand": false,
"transcript": "ENST00000966755.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs876657894",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 7583,
"gene_symbol": "MYL2",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Hypertrophic cardiomyopathy 10",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.602,
"pos": 110915783,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.291,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000432.4"
}
]
}