← 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: 7-152162335-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=152162335&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KMT2C",
"hgnc_id": 13726,
"hgvs_c": "c.11242G>A",
"hgvs_p": "p.Ala3748Thr",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -20,
"transcript": "NM_170606.3",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_score": -20,
"allele_count_reference_population": 1329,
"alphamissense_prediction": null,
"alphamissense_score": 0.0678,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.31,
"chr": "7",
"clinvar_classification": "Benign",
"clinvar_disease": "not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2 O:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.004371851682662964,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 4911,
"aa_ref": "A",
"aa_start": 3748,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 16860,
"cdna_start": 11459,
"cds_end": null,
"cds_length": 14736,
"cds_start": 11242,
"consequences": [
"missense_variant"
],
"exon_count": 59,
"exon_rank": 43,
"exon_rank_end": null,
"feature": "NM_170606.3",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.11242G>A",
"hgvs_p": "p.Ala3748Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000262189.11",
"protein_coding": true,
"protein_id": "NP_733751.2",
"strand": false,
"transcript": "NM_170606.3",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 4911,
"aa_ref": "A",
"aa_start": 3748,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 16860,
"cdna_start": 11459,
"cds_end": null,
"cds_length": 14736,
"cds_start": 11242,
"consequences": [
"missense_variant"
],
"exon_count": 59,
"exon_rank": 43,
"exon_rank_end": null,
"feature": "ENST00000262189.11",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.11242G>A",
"hgvs_p": "p.Ala3748Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_170606.3",
"protein_coding": true,
"protein_id": "ENSP00000262189.6",
"strand": false,
"transcript": "ENST00000262189.11",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 3475,
"aa_ref": "A",
"aa_start": 2288,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14292,
"cdna_start": 6864,
"cds_end": null,
"cds_length": 10428,
"cds_start": 6862,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000360104.8",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.6862G>A",
"hgvs_p": "p.Ala2288Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000353218.4",
"strand": false,
"transcript": "ENST00000360104.8",
"transcript_support_level": 1
},
{
"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": 12854,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 46,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000473186.5",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.8953G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000473186.5",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 4968,
"aa_ref": "A",
"aa_start": 3748,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15426,
"cdna_start": 11242,
"cds_end": null,
"cds_length": 14907,
"cds_start": 11242,
"consequences": [
"missense_variant"
],
"exon_count": 60,
"exon_rank": 43,
"exon_rank_end": null,
"feature": "ENST00000682283.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.11242G>A",
"hgvs_p": "p.Ala3748Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507485.1",
"strand": false,
"transcript": "ENST00000682283.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 4762,
"aa_ref": "A",
"aa_start": 3673,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14469,
"cdna_start": 11167,
"cds_end": null,
"cds_length": 14289,
"cds_start": 11017,
"consequences": [
"missense_variant"
],
"exon_count": 56,
"exon_rank": 41,
"exon_rank_end": null,
"feature": "ENST00000679882.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.11017G>A",
"hgvs_p": "p.Ala3673Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506154.1",
"strand": false,
"transcript": "ENST00000679882.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 4054,
"aa_ref": "A",
"aa_start": 2864,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15972,
"cdna_start": 8590,
"cds_end": null,
"cds_length": 12165,
"cds_start": 8590,
"consequences": [
"missense_variant"
],
"exon_count": 44,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000683200.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.8590G>A",
"hgvs_p": "p.Ala2864Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508052.1",
"strand": false,
"transcript": "ENST00000683200.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 3211,
"aa_ref": "A",
"aa_start": 1993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11540,
"cdna_start": 5977,
"cds_end": null,
"cds_length": 9636,
"cds_start": 5977,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000680877.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5977G>A",
"hgvs_p": "p.Ala1993Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505724.1",
"strand": false,
"transcript": "ENST00000680877.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 3207,
"aa_ref": "A",
"aa_start": 1993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11523,
"cdna_start": 5977,
"cds_end": null,
"cds_length": 9624,
"cds_start": 5977,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000679560.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5977G>A",
"hgvs_p": "p.Ala1993Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505094.1",
"strand": false,
"transcript": "ENST00000679560.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 3206,
"aa_ref": "A",
"aa_start": 1993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10473,
"cdna_start": 5977,
"cds_end": null,
"cds_length": 9621,
"cds_start": 5977,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000684261.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5977G>A",
"hgvs_p": "p.Ala1993Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508097.1",
"strand": false,
"transcript": "ENST00000684261.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 2951,
"aa_ref": "A",
"aa_start": 2880,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8856,
"cdna_start": 8638,
"cds_end": null,
"cds_length": 8856,
"cds_start": 8638,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000680969.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.8638G>A",
"hgvs_p": "p.Ala2880Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000505951.1",
"strand": false,
"transcript": "ENST00000680969.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 2151,
"aa_ref": "A",
"aa_start": 1993,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6456,
"cdna_start": 5977,
"cds_end": null,
"cds_length": 6456,
"cds_start": 5977,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000683670.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5977G>A",
"hgvs_p": "p.Ala1993Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507634.1",
"strand": false,
"transcript": "ENST00000683670.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 2102,
"aa_ref": "A",
"aa_start": 1961,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6309,
"cdna_start": 5881,
"cds_end": null,
"cds_length": 6309,
"cds_start": 5881,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000684398.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5881G>A",
"hgvs_p": "p.Ala1961Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507254.1",
"strand": false,
"transcript": "ENST00000684398.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1960,
"aa_ref": "A",
"aa_start": 1819,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5883,
"cdna_start": 5455,
"cds_end": null,
"cds_length": 5883,
"cds_start": 5455,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000683625.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.5455G>A",
"hgvs_p": "p.Ala1819Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507769.1",
"strand": false,
"transcript": "ENST00000683625.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1792,
"aa_ref": "A",
"aa_start": 575,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5587,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 5379,
"cds_start": 1723,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000684649.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1723G>A",
"hgvs_p": "p.Ala575Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508306.1",
"strand": false,
"transcript": "ENST00000684649.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1791,
"aa_ref": "A",
"aa_start": 575,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7285,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 5376,
"cds_start": 1723,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000418061.2",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1723G>A",
"hgvs_p": "p.Ala575Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000408001.2",
"strand": false,
"transcript": "ENST00000418061.2",
"transcript_support_level": 5
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1788,
"aa_ref": "A",
"aa_start": 575,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6590,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 5367,
"cds_start": 1723,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683502.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1723G>A",
"hgvs_p": "p.Ala575Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000506844.1",
"strand": false,
"transcript": "ENST00000683502.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1765,
"aa_ref": "A",
"aa_start": 575,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7203,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 5298,
"cds_start": 1723,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000424877.6",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1723G>A",
"hgvs_p": "p.Ala575Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000410411.2",
"strand": false,
"transcript": "ENST00000424877.6",
"transcript_support_level": 5
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 1764,
"aa_ref": "A",
"aa_start": 575,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6914,
"cdna_start": 1725,
"cds_end": null,
"cds_length": 5295,
"cds_start": 1723,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683178.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1723G>A",
"hgvs_p": "p.Ala575Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507112.1",
"strand": false,
"transcript": "ENST00000683178.1",
"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": 11300,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000679393.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.4733G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000679393.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": 7126,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000680029.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.1723G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000506700.1",
"strand": false,
"transcript": "ENST00000680029.1",
"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": 5895,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000681923.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.95G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000681923.1",
"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": 11814,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000683120.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.3228G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000683120.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": 6428,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000683397.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1497G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507053.1",
"strand": false,
"transcript": "ENST00000683397.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": 6341,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684307.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1497G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507202.1",
"strand": false,
"transcript": "ENST00000684307.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": 6428,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000683397.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1497G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507053.1",
"strand": false,
"transcript": "ENST00000683397.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": 6341,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000684307.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1497G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507202.1",
"strand": false,
"transcript": "ENST00000684307.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs148366561",
"effect": "missense_variant",
"frequency_reference_population": 0.0008233058,
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"gnomad_exomes_ac": 710,
"gnomad_exomes_af": 0.000485675,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 619,
"gnomad_genomes_af": 0.00406328,
"gnomad_genomes_homalt": 2,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 3,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.816,
"pos": 152162335,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.222,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_170606.3"
}
]
}