← 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: 11-118511992-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=118511992&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 118511992,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001197104.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11113T>A",
"hgvs_p": "p.Ser3705Thr",
"transcript": "NM_001197104.2",
"protein_id": "NP_001184033.1",
"transcript_support_level": null,
"aa_start": 3705,
"aa_end": null,
"aa_length": 3972,
"cds_start": 11113,
"cds_end": null,
"cds_length": 11919,
"cdna_start": 11134,
"cdna_end": null,
"cdna_length": 16600,
"mane_select": "ENST00000534358.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11113T>A",
"hgvs_p": "p.Ser3705Thr",
"transcript": "ENST00000534358.8",
"protein_id": "ENSP00000436786.2",
"transcript_support_level": 1,
"aa_start": 3705,
"aa_end": null,
"aa_length": 3972,
"cds_start": 11113,
"cds_end": null,
"cds_length": 11919,
"cdna_start": 11134,
"cdna_end": null,
"cdna_length": 16600,
"mane_select": "NM_001197104.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11104T>A",
"hgvs_p": "p.Ser3702Thr",
"transcript": "ENST00000389506.10",
"protein_id": "ENSP00000374157.5",
"transcript_support_level": 1,
"aa_start": 3702,
"aa_end": null,
"aa_length": 3969,
"cds_start": 11104,
"cds_end": null,
"cds_length": 11910,
"cdna_start": 11127,
"cdna_end": null,
"cdna_length": 13678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11212T>A",
"hgvs_p": "p.Ser3738Thr",
"transcript": "ENST00000531904.7",
"protein_id": "ENSP00000432391.3",
"transcript_support_level": 2,
"aa_start": 3738,
"aa_end": null,
"aa_length": 4005,
"cds_start": 11212,
"cds_end": null,
"cds_length": 12018,
"cdna_start": 11233,
"cdna_end": null,
"cdna_length": 16699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11203T>A",
"hgvs_p": "p.Ser3735Thr",
"transcript": "NM_001412597.1",
"protein_id": "NP_001399526.1",
"transcript_support_level": null,
"aa_start": 3735,
"aa_end": null,
"aa_length": 4002,
"cds_start": 11203,
"cds_end": null,
"cds_length": 12009,
"cdna_start": 11224,
"cdna_end": null,
"cdna_length": 16690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11203T>A",
"hgvs_p": "p.Ser3735Thr",
"transcript": "ENST00000710560.1",
"protein_id": "ENSP00000518343.1",
"transcript_support_level": null,
"aa_start": 3735,
"aa_end": null,
"aa_length": 4002,
"cds_start": 11203,
"cds_end": null,
"cds_length": 12009,
"cdna_start": 11259,
"cdna_end": null,
"cdna_length": 16725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11185T>A",
"hgvs_p": "p.Ser3729Thr",
"transcript": "ENST00000691053.1",
"protein_id": "ENSP00000509168.1",
"transcript_support_level": null,
"aa_start": 3729,
"aa_end": null,
"aa_length": 3996,
"cds_start": 11185,
"cds_end": null,
"cds_length": 11991,
"cdna_start": 11193,
"cdna_end": null,
"cdna_length": 13708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11104T>A",
"hgvs_p": "p.Ser3702Thr",
"transcript": "NM_005933.4",
"protein_id": "NP_005924.2",
"transcript_support_level": null,
"aa_start": 3702,
"aa_end": null,
"aa_length": 3969,
"cds_start": 11104,
"cds_end": null,
"cds_length": 11910,
"cdna_start": 11125,
"cdna_end": null,
"cdna_length": 16591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.10990T>A",
"hgvs_p": "p.Ser3664Thr",
"transcript": "ENST00000649699.1",
"protein_id": "ENSP00000496927.1",
"transcript_support_level": null,
"aa_start": 3664,
"aa_end": null,
"aa_length": 3931,
"cds_start": 10990,
"cds_end": null,
"cds_length": 11796,
"cdna_start": 10990,
"cdna_end": null,
"cdna_length": 11796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.5173T>A",
"hgvs_p": "p.Ser1725Thr",
"transcript": "ENST00000686370.1",
"protein_id": "ENSP00000509179.1",
"transcript_support_level": null,
"aa_start": 1725,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5173,
"cds_end": null,
"cds_length": 5381,
"cdna_start": 5173,
"cdna_end": null,
"cdna_length": 5381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.5071T>A",
"hgvs_p": "p.Ser1691Thr",
"transcript": "ENST00000685397.1",
"protein_id": "ENSP00000509586.1",
"transcript_support_level": null,
"aa_start": 1691,
"aa_end": null,
"aa_length": 1758,
"cds_start": 5071,
"cds_end": null,
"cds_length": 5279,
"cdna_start": 5071,
"cdna_end": null,
"cdna_length": 5279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11212T>A",
"hgvs_p": "p.Ser3738Thr",
"transcript": "XM_011542829.3",
"protein_id": "XP_011541131.1",
"transcript_support_level": null,
"aa_start": 3738,
"aa_end": null,
"aa_length": 4005,
"cds_start": 11212,
"cds_end": null,
"cds_length": 12018,
"cdna_start": 11233,
"cdna_end": null,
"cdna_length": 16699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11209T>A",
"hgvs_p": "p.Ser3737Thr",
"transcript": "XM_011542830.3",
"protein_id": "XP_011541132.1",
"transcript_support_level": null,
"aa_start": 3737,
"aa_end": null,
"aa_length": 4004,
"cds_start": 11209,
"cds_end": null,
"cds_length": 12015,
"cdna_start": 11230,
"cdna_end": null,
"cdna_length": 16696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.11200T>A",
"hgvs_p": "p.Ser3734Thr",
"transcript": "XM_047426963.1",
"protein_id": "XP_047282919.1",
"transcript_support_level": null,
"aa_start": 3734,
"aa_end": null,
"aa_length": 4001,
"cds_start": 11200,
"cds_end": null,
"cds_length": 12006,
"cdna_start": 11221,
"cdna_end": null,
"cdna_length": 16687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.8695T>A",
"hgvs_p": "p.Ser2899Thr",
"transcript": "XM_011542833.3",
"protein_id": "XP_011541135.1",
"transcript_support_level": null,
"aa_start": 2899,
"aa_end": null,
"aa_length": 3166,
"cds_start": 8695,
"cds_end": null,
"cds_length": 9501,
"cdna_start": 8716,
"cdna_end": null,
"cdna_length": 14182,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.8596T>A",
"hgvs_p": "p.Ser2866Thr",
"transcript": "XM_006718839.4",
"protein_id": "XP_006718902.2",
"transcript_support_level": null,
"aa_start": 2866,
"aa_end": null,
"aa_length": 3133,
"cds_start": 8596,
"cds_end": null,
"cds_length": 9402,
"cdna_start": 8617,
"cdna_end": null,
"cdna_length": 14083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "c.8587T>A",
"hgvs_p": "p.Ser2863Thr",
"transcript": "XM_047426964.1",
"protein_id": "XP_047282920.1",
"transcript_support_level": null,
"aa_start": 2863,
"aa_end": null,
"aa_length": 3130,
"cds_start": 8587,
"cds_end": null,
"cds_length": 9393,
"cdna_start": 8608,
"cdna_end": null,
"cdna_length": 14074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.613T>A",
"hgvs_p": null,
"transcript": "ENST00000527839.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC36-AS1",
"gene_hgnc_id": 55495,
"hgvs_c": "n.350A>T",
"hgvs_p": null,
"transcript": "ENST00000532597.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.571T>A",
"hgvs_p": null,
"transcript": "ENST00000534678.3",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.349T>A",
"hgvs_p": null,
"transcript": "ENST00000648565.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.*227T>A",
"hgvs_p": null,
"transcript": "ENST00000649878.2",
"protein_id": "ENSP00000497891.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.211T>A",
"hgvs_p": null,
"transcript": "ENST00000686588.1",
"protein_id": "ENSP00000510552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC36-AS1",
"gene_hgnc_id": 55495,
"hgvs_c": "n.309A>T",
"hgvs_p": null,
"transcript": "ENST00000719865.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC36-AS1",
"gene_hgnc_id": 55495,
"hgvs_c": "n.287A>T",
"hgvs_p": null,
"transcript": "ENST00000719866.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC36-AS1",
"gene_hgnc_id": 55495,
"hgvs_c": "n.430A>T",
"hgvs_p": null,
"transcript": "NR_120574.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"hgvs_c": "n.*227T>A",
"hgvs_p": null,
"transcript": "ENST00000649878.2",
"protein_id": "ENSP00000497891.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KMT2A",
"gene_hgnc_id": 7132,
"dbsnp": "rs184820566",
"frequency_reference_population": 0.000014248792,
"hom_count_reference_population": 0,
"allele_count_reference_population": 23,
"gnomad_exomes_af": 0.0000129971,
"gnomad_genomes_af": 0.0000262622,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12016984820365906,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.245,
"revel_prediction": "Benign",
"alphamissense_score": 0.22,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.879,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001197104.2",
"gene_symbol": "KMT2A",
"hgnc_id": 7132,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.11113T>A",
"hgvs_p": "p.Ser3705Thr"
},
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000532597.6",
"gene_symbol": "TTC36-AS1",
"hgnc_id": 55495,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.350A>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:1",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}