← 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-152148403-TGG-GGA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=152148403&ref=TGG&alt=GGA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KMT2C",
"hgnc_id": 13726,
"hgvs_c": "c.13522_13524delCCAinsTCC",
"hgvs_p": "p.Pro4508Ser",
"inheritance_mode": "AD",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_170606.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "GGA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "7",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 4911,
"aa_ref": "P",
"aa_start": 4508,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 16860,
"cdna_start": 13741,
"cds_end": null,
"cds_length": 14736,
"cds_start": 13522,
"consequences": [
"missense_variant"
],
"exon_count": 59,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_170606.3",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.13522_13524delCCAinsTCC",
"hgvs_p": "p.Pro4508Ser",
"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": "S",
"aa_end": null,
"aa_length": 4911,
"aa_ref": "P",
"aa_start": 4508,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 16860,
"cdna_start": 13741,
"cds_end": null,
"cds_length": 14736,
"cds_start": 13522,
"consequences": [
"missense_variant"
],
"exon_count": 59,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000262189.11",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.13522_13524delCCAinsTCC",
"hgvs_p": "p.Pro4508Ser",
"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": "S",
"aa_end": null,
"aa_length": 3475,
"aa_ref": "P",
"aa_start": 3103,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14292,
"cdna_start": 9311,
"cds_end": null,
"cds_length": 10428,
"cds_start": 9307,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000360104.8",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.9307_9309delCCAinsTCC",
"hgvs_p": "p.Pro3103Ser",
"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": 39,
"exon_rank_end": null,
"feature": "ENST00000473186.5",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.11404_11406delCCAinsTCC",
"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": "S",
"aa_end": null,
"aa_length": 4968,
"aa_ref": "P",
"aa_start": 4565,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15426,
"cdna_start": 13695,
"cds_end": null,
"cds_length": 14907,
"cds_start": 13693,
"consequences": [
"missense_variant"
],
"exon_count": 60,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000682283.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.13693_13695delCCAinsTCC",
"hgvs_p": "p.Pro4565Ser",
"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": "S",
"aa_end": null,
"aa_length": 4762,
"aa_ref": "P",
"aa_start": 4363,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14469,
"cdna_start": 13239,
"cds_end": null,
"cds_length": 14289,
"cds_start": 13087,
"consequences": [
"missense_variant"
],
"exon_count": 56,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000679882.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.13087_13089delCCAinsTCC",
"hgvs_p": "p.Pro4363Ser",
"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": "S",
"aa_end": null,
"aa_length": 4054,
"aa_ref": "P",
"aa_start": 3678,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15972,
"cdna_start": 11034,
"cds_end": null,
"cds_length": 12165,
"cds_start": 11032,
"consequences": [
"missense_variant"
],
"exon_count": 44,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683200.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.11032_11034delCCAinsTCC",
"hgvs_p": "p.Pro3678Ser",
"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": "S",
"aa_end": null,
"aa_length": 3211,
"aa_ref": "P",
"aa_start": 2808,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11540,
"cdna_start": 8424,
"cds_end": null,
"cds_length": 9636,
"cds_start": 8422,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000680877.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.8422_8424delCCAinsTCC",
"hgvs_p": "p.Pro2808Ser",
"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": "S",
"aa_end": null,
"aa_length": 3207,
"aa_ref": "P",
"aa_start": 2808,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11523,
"cdna_start": 8424,
"cds_end": null,
"cds_length": 9624,
"cds_start": 8422,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000679560.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.8422_8424delCCAinsTCC",
"hgvs_p": "p.Pro2808Ser",
"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": "S",
"aa_end": null,
"aa_length": 3206,
"aa_ref": "P",
"aa_start": 2807,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10473,
"cdna_start": 8421,
"cds_end": null,
"cds_length": 9621,
"cds_start": 8419,
"consequences": [
"missense_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684261.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.8419_8421delCCAinsTCC",
"hgvs_p": "p.Pro2807Ser",
"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": "S",
"aa_end": null,
"aa_length": 1792,
"aa_ref": "P",
"aa_start": 1389,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5587,
"cdna_start": 4169,
"cds_end": null,
"cds_length": 5379,
"cds_start": 4165,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684649.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.4165_4167delCCAinsTCC",
"hgvs_p": "p.Pro1389Ser",
"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": "S",
"aa_end": null,
"aa_length": 1791,
"aa_ref": "P",
"aa_start": 1388,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7285,
"cdna_start": 4166,
"cds_end": null,
"cds_length": 5376,
"cds_start": 4162,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000418061.2",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.4162_4164delCCAinsTCC",
"hgvs_p": "p.Pro1388Ser",
"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": "S",
"aa_end": null,
"aa_length": 1788,
"aa_ref": "P",
"aa_start": 1389,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6590,
"cdna_start": 4169,
"cds_end": null,
"cds_length": 5367,
"cds_start": 4165,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683502.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.4165_4167delCCAinsTCC",
"hgvs_p": "p.Pro1389Ser",
"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": "S",
"aa_end": null,
"aa_length": 1765,
"aa_ref": "P",
"aa_start": 1366,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7203,
"cdna_start": 4100,
"cds_end": null,
"cds_length": 5298,
"cds_start": 4096,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000424877.6",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.4096_4098delCCAinsTCC",
"hgvs_p": "p.Pro1366Ser",
"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": "S",
"aa_end": null,
"aa_length": 1764,
"aa_ref": "P",
"aa_start": 1365,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6914,
"cdna_start": 4097,
"cds_end": null,
"cds_length": 5295,
"cds_start": 4093,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000683178.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.4093_4095delCCAinsTCC",
"hgvs_p": "p.Pro1365Ser",
"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": "S",
"aa_end": null,
"aa_length": 769,
"aa_ref": "P",
"aa_start": 647,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2311,
"cdna_start": 1941,
"cds_end": null,
"cds_length": 2311,
"cds_start": 1939,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000684069.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "c.1939_1941delCCAinsTCC",
"hgvs_p": "p.Pro647Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000507650.1",
"strand": false,
"transcript": "ENST00000684069.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": 17,
"exon_rank_end": null,
"feature": "ENST00000679393.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.8233_8235delCCAinsTCC",
"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": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1222,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000679567.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.7_9delCCAinsTCC",
"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": "ENST00000679567.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": 12,
"exon_rank_end": null,
"feature": "ENST00000680029.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1934_*1936delCCAinsTCC",
"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": 11,
"exon_rank_end": null,
"feature": "ENST00000681923.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.2537_2539delCCAinsTCC",
"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": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5764,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000682040.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.1708_1710delCCAinsTCC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000507621.1",
"strand": false,
"transcript": "ENST00000682040.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": 5755,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682116.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.2654_2656delCCAinsTCC",
"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": "ENST00000682116.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": 7554,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000682629.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.2822_2824delCCAinsTCC",
"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": "ENST00000682629.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": 15,
"exon_rank_end": null,
"feature": "ENST00000683120.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.8714_8716delCCAinsTCC",
"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": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 8101,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000683337.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.5152_5154delCCAinsTCC",
"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": "ENST00000683337.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": 3494,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000683621.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.2288_2290delCCAinsTCC",
"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": "ENST00000683621.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": 5332,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000683640.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.2238_2240delCCAinsTCC",
"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": "ENST00000683640.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": 1679,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000684391.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.280_282delCCAinsTCC",
"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": "ENST00000684391.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": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000680029.1",
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"hgvs_c": "n.*1934_*1936delCCAinsTCC",
"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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 13726,
"gene_symbol": "KMT2C",
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"pos": 152148403,
"ref": "TGG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_170606.3"
}
]
}