← 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: 10-26157434-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=26157434&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MYO3A",
"hgnc_id": 7601,
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"inheritance_mode": "AR,SD,AD",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_017433.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 80,
"alphamissense_prediction": null,
"alphamissense_score": 0.1419,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.36,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Inborn genetic diseases,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.7606042623519897,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1616,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5624,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4851,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "NM_017433.5",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000642920.2",
"protein_coding": true,
"protein_id": "NP_059129.3",
"strand": true,
"transcript": "NM_017433.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1616,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5624,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4851,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000642920.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017433.5",
"protein_coding": true,
"protein_id": "ENSP00000495965.1",
"strand": true,
"transcript": "ENST00000642920.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 664,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2203,
"cdna_start": null,
"cds_end": null,
"cds_length": 1995,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543632.5",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.1777-54409G>A",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000445909.1",
"strand": true,
"transcript": "ENST00000543632.5",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5376,
"cdna_start": 3126,
"cds_end": null,
"cds_length": 4599,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000916509.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586568.1",
"strand": true,
"transcript": "ENST00000916509.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1458,
"aa_ref": "R",
"aa_start": 947,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5166,
"cdna_start": 3059,
"cds_end": null,
"cds_length": 4377,
"cds_start": 2840,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000916508.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586567.1",
"strand": true,
"transcript": "ENST00000916508.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1432,
"aa_ref": "R",
"aa_start": 921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5044,
"cdna_start": 2940,
"cds_end": null,
"cds_length": 4299,
"cds_start": 2762,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000916510.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2762G>A",
"hgvs_p": "p.Arg921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586569.1",
"strand": true,
"transcript": "ENST00000916510.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1616,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5822,
"cdna_start": 3320,
"cds_end": null,
"cds_length": 4851,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519498.3",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517800.1",
"strand": true,
"transcript": "XM_011519498.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1616,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5929,
"cdna_start": 3427,
"cds_end": null,
"cds_length": 4851,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519499.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517801.1",
"strand": true,
"transcript": "XM_011519499.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1616,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5681,
"cdna_start": 3179,
"cds_end": null,
"cds_length": 4851,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 36,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "XM_011519500.3",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517802.1",
"strand": true,
"transcript": "XM_011519500.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1612,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5362,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4839,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519502.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517804.1",
"strand": true,
"transcript": "XM_011519502.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1568,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5480,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4707,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519503.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517805.1",
"strand": true,
"transcript": "XM_011519503.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1565,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5286,
"cdna_start": 3035,
"cds_end": null,
"cds_length": 4698,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 32,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_047425355.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281311.1",
"strand": true,
"transcript": "XM_047425355.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1564,
"aa_ref": "R",
"aa_start": 921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5404,
"cdna_start": 2902,
"cds_end": null,
"cds_length": 4695,
"cds_start": 2762,
"consequences": [
"missense_variant"
],
"exon_count": 34,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_047425356.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2762G>A",
"hgvs_p": "p.Arg921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281312.1",
"strand": true,
"transcript": "XM_047425356.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1564,
"aa_ref": "R",
"aa_start": 921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5381,
"cdna_start": 2879,
"cds_end": null,
"cds_length": 4695,
"cds_start": 2762,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "XM_047425357.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2762G>A",
"hgvs_p": "p.Arg921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281313.1",
"strand": true,
"transcript": "XM_047425357.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1532,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5372,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4599,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519505.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517807.1",
"strand": true,
"transcript": "XM_011519505.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1523,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5488,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4572,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519506.3",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517808.1",
"strand": true,
"transcript": "XM_011519506.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1516,
"aa_ref": "R",
"aa_start": 921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5324,
"cdna_start": 2966,
"cds_end": null,
"cds_length": 4551,
"cds_start": 2762,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_047425358.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2762G>A",
"hgvs_p": "p.Arg921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281314.1",
"strand": true,
"transcript": "XM_047425358.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1505,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4805,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4518,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 33,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_047425359.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281315.1",
"strand": true,
"transcript": "XM_047425359.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1484,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5141,
"cdna_start": 3035,
"cds_end": null,
"cds_length": 4455,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "XM_047425360.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281316.1",
"strand": true,
"transcript": "XM_047425360.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1480,
"aa_ref": "R",
"aa_start": 921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5129,
"cdna_start": 2879,
"cds_end": null,
"cds_length": 4443,
"cds_start": 2762,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "XM_047425361.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2762G>A",
"hgvs_p": "p.Arg921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281317.1",
"strand": true,
"transcript": "XM_047425361.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1435,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5034,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 4308,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519508.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517810.1",
"strand": true,
"transcript": "XM_011519508.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1151,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3755,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 3456,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_047425363.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281319.1",
"strand": true,
"transcript": "XM_047425363.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1135,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3709,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 3408,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519510.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517812.1",
"strand": true,
"transcript": "XM_011519510.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1009,
"aa_ref": "R",
"aa_start": 973,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3751,
"cdna_start": 3122,
"cds_end": null,
"cds_length": 3030,
"cds_start": 2918,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XM_011519511.3",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.2918G>A",
"hgvs_p": "p.Arg973Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517813.1",
"strand": true,
"transcript": "XM_011519511.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 992,
"aa_ref": "R",
"aa_start": 349,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": 1126,
"cds_end": null,
"cds_length": 2979,
"cds_start": 1046,
"consequences": [
"missense_variant"
],
"exon_count": 18,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_011519512.2",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.1046G>A",
"hgvs_p": "p.Arg349Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517814.1",
"strand": true,
"transcript": "XM_011519512.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 839,
"aa_ref": "R",
"aa_start": 196,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3980,
"cdna_start": 1478,
"cds_end": null,
"cds_length": 2520,
"cds_start": 587,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "XM_011519513.3",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "c.587G>A",
"hgvs_p": "p.Arg196Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011517815.1",
"strand": true,
"transcript": "XM_011519513.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3376,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000642197.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "n.3122G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000642197.1",
"transcript_support_level": null
},
{
"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": 3846,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 30,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000647478.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "n.*913G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493932.1",
"strand": true,
"transcript": "ENST00000647478.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": 4645,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 32,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "XR_930494.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "n.3122G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_930494.1",
"transcript_support_level": null
},
{
"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": 3846,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 30,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000647478.1",
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"hgvs_c": "n.*913G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493932.1",
"strand": true,
"transcript": "ENST00000647478.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs142974032",
"effect": "missense_variant",
"frequency_reference_population": 0.0000495682,
"gene_hgnc_id": 7601,
"gene_symbol": "MYO3A",
"gnomad_exomes_ac": 67,
"gnomad_exomes_af": 0.0000458325,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 13,
"gnomad_genomes_af": 0.0000854735,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified|Inborn genetic diseases|not provided",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.146,
"pos": 26157434,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.912,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_017433.5"
}
]
}