← 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: 22-50064097-ACT-GCG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50064097&ref=ACT&alt=GCG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "MLC1",
"hgnc_id": 17082,
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_015166.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "GCG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "22",
"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": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3457,
"cdna_start": 1127,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_015166.4",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000311597.10",
"protein_coding": true,
"protein_id": "NP_055981.1",
"strand": false,
"transcript": "NM_015166.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3457,
"cdna_start": 1127,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000311597.10",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015166.4",
"protein_coding": true,
"protein_id": "ENSP00000310375.6",
"strand": false,
"transcript": "ENST00000311597.10",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3601,
"cdna_start": 1271,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000395876.6",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379216.2",
"strand": false,
"transcript": "ENST00000395876.6",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3850,
"cdna_start": 1520,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376472.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363401.1",
"strand": false,
"transcript": "NM_001376472.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3718,
"cdna_start": 1388,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376473.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363402.1",
"strand": false,
"transcript": "NM_001376473.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3456,
"cdna_start": 1126,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376474.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363403.1",
"strand": false,
"transcript": "NM_001376474.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3614,
"cdna_start": 1284,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376475.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363404.1",
"strand": false,
"transcript": "NM_001376475.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3560,
"cdna_start": 1230,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376476.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363405.1",
"strand": false,
"transcript": "NM_001376476.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2465,
"cdna_start": 1520,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376477.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363406.1",
"strand": false,
"transcript": "NM_001376477.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2288,
"cdna_start": 1343,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376478.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363407.1",
"strand": false,
"transcript": "NM_001376478.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3673,
"cdna_start": 1343,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_139202.3",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_631941.1",
"strand": false,
"transcript": "NM_139202.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3811,
"cdna_start": 1482,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879262.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549321.1",
"strand": false,
"transcript": "ENST00000879262.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3641,
"cdna_start": 1317,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879263.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549322.1",
"strand": false,
"transcript": "ENST00000879263.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3421,
"cdna_start": 1097,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879267.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549327.1",
"strand": false,
"transcript": "ENST00000879267.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3358,
"cdna_start": 1034,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879270.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549329.1",
"strand": false,
"transcript": "ENST00000879270.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3775,
"cdna_start": 1446,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879274.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549333.1",
"strand": false,
"transcript": "ENST00000879274.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 377,
"aa_ref": "S",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3520,
"cdna_start": 1191,
"cds_end": null,
"cds_length": 1134,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879275.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.994_996delAGTinsCGC",
"hgvs_p": "p.Ser332Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549334.1",
"strand": false,
"transcript": "ENST00000879275.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 358,
"aa_ref": "S",
"aa_start": 313,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3400,
"cdna_start": 1070,
"cds_end": null,
"cds_length": 1077,
"cds_start": 937,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376479.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.937_939delAGTinsCGC",
"hgvs_p": "p.Ser313Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363408.1",
"strand": false,
"transcript": "NM_001376479.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 358,
"aa_ref": "S",
"aa_start": 313,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3553,
"cdna_start": 1229,
"cds_end": null,
"cds_length": 1077,
"cds_start": 937,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879271.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.937_939delAGTinsCGC",
"hgvs_p": "p.Ser313Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549330.1",
"strand": false,
"transcript": "ENST00000879271.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 347,
"aa_ref": "S",
"aa_start": 302,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3367,
"cdna_start": 1037,
"cds_end": null,
"cds_length": 1044,
"cds_start": 904,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376480.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.904_906delAGTinsCGC",
"hgvs_p": "p.Ser302Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363409.1",
"strand": false,
"transcript": "NM_001376480.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 343,
"aa_ref": "S",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3355,
"cdna_start": 1025,
"cds_end": null,
"cds_length": 1032,
"cds_start": 892,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376481.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.892_894delAGTinsCGC",
"hgvs_p": "p.Ser298Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363410.1",
"strand": false,
"transcript": "NM_001376481.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 343,
"aa_ref": "S",
"aa_start": 298,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3497,
"cdna_start": 1167,
"cds_end": null,
"cds_length": 1032,
"cds_start": 892,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879272.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.892_894delAGTinsCGC",
"hgvs_p": "p.Ser298Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549331.1",
"strand": false,
"transcript": "ENST00000879272.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "S",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3301,
"cdna_start": 971,
"cds_end": null,
"cds_length": 978,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376482.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.838_840delAGTinsCGC",
"hgvs_p": "p.Ser280Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363411.1",
"strand": false,
"transcript": "NM_001376482.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "S",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3517,
"cdna_start": 1187,
"cds_end": null,
"cds_length": 978,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376483.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.838_840delAGTinsCGC",
"hgvs_p": "p.Ser280Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363412.1",
"strand": false,
"transcript": "NM_001376483.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "S",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3301,
"cdna_start": 975,
"cds_end": null,
"cds_length": 978,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879265.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.838_840delAGTinsCGC",
"hgvs_p": "p.Ser280Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549324.1",
"strand": false,
"transcript": "ENST00000879265.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "S",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3443,
"cdna_start": 1113,
"cds_end": null,
"cds_length": 978,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879273.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.838_840delAGTinsCGC",
"hgvs_p": "p.Ser280Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549332.1",
"strand": false,
"transcript": "ENST00000879273.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "S",
"aa_start": 280,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3573,
"cdna_start": 1248,
"cds_end": null,
"cds_length": 978,
"cds_start": 838,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879276.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.838_840delAGTinsCGC",
"hgvs_p": "p.Ser280Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549335.1",
"strand": false,
"transcript": "ENST00000879276.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 298,
"aa_ref": "S",
"aa_start": 253,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3219,
"cdna_start": 889,
"cds_end": null,
"cds_length": 897,
"cds_start": 757,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001376484.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.757_759delAGTinsCGC",
"hgvs_p": "p.Ser253Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001363413.1",
"strand": false,
"transcript": "NM_001376484.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 209,
"aa_ref": "S",
"aa_start": 164,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2911,
"cdna_start": 581,
"cds_end": null,
"cds_length": 630,
"cds_start": 490,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879269.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.490_492delAGTinsCGC",
"hgvs_p": "p.Ser164Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549328.1",
"strand": false,
"transcript": "ENST00000879269.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 322,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3294,
"cdna_start": null,
"cds_end": null,
"cds_length": 969,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000879264.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "c.895-2442_895-2440delAGTinsCGC",
"hgvs_p": null,
"intron_rank": 10,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000549323.1",
"strand": false,
"transcript": "ENST00000879264.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": 613,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000483836.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "n.351_353delAGTinsCGC",
"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": "ENST00000483836.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2373,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_164811.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "n.1341_1343delAGTinsCGC",
"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": "NR_164811.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": 2205,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_164812.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "n.1125_1127delAGTinsCGC",
"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": "NR_164812.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": 2550,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NR_164813.1",
"gene_hgnc_id": 17082,
"gene_symbol": "MLC1",
"hgvs_c": "n.1518_1520delAGTinsCGC",
"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": "NR_164813.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": 17082,
"gene_symbol": "MLC1",
"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": "Benign",
"phylop100way_score": 0.325,
"pos": 50064097,
"ref": "ACT",
"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_015166.4"
}
]
}