← 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: 18-8793526-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=8793526&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 8793526,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000695636.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null,
"transcript": "NM_001395333.1",
"protein_id": "NP_001382262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2011,
"cds_start": -4,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7079,
"mane_select": "ENST00000695636.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null,
"transcript": "ENST00000695636.1",
"protein_id": "ENSP00000512073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2011,
"cds_start": -4,
"cds_end": null,
"cds_length": 6036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7079,
"mane_select": "NM_001395333.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.1888-2706T>G",
"hgvs_p": null,
"transcript": "ENST00000517570.5",
"protein_id": "ENSP00000429556.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1545,
"cds_start": -4,
"cds_end": null,
"cds_length": 4638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "n.50-2706T>G",
"hgvs_p": null,
"transcript": "ENST00000518815.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 3963,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "NM_001378207.1",
"protein_id": "NP_001365136.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1970,
"cds_start": -4,
"cds_end": null,
"cds_length": 5913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "ENST00000695635.1",
"protein_id": "ENSP00000512072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1970,
"cds_start": -4,
"cds_end": null,
"cds_length": 5913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null,
"transcript": "NM_001378206.1",
"protein_id": "NP_001365135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1946,
"cds_start": -4,
"cds_end": null,
"cds_length": 5841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "NM_001378205.1",
"protein_id": "NP_001365134.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1905,
"cds_start": -4,
"cds_end": null,
"cds_length": 5718,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "ENST00000306329.16",
"protein_id": "ENSP00000305027.11",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1905,
"cds_start": -4,
"cds_end": null,
"cds_length": 5718,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2010+406T>G",
"hgvs_p": null,
"transcript": "NM_015210.4",
"protein_id": "NP_056025.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6083,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2010+406T>G",
"hgvs_p": null,
"transcript": "ENST00000359865.7",
"protein_id": "ENSP00000352927.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1586,
"cds_start": -4,
"cds_end": null,
"cds_length": 4761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.1888-2706T>G",
"hgvs_p": null,
"transcript": "NM_001395220.1",
"protein_id": "NP_001382149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1545,
"cds_start": -4,
"cds_end": null,
"cds_length": 4638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "n.1451-2706T>G",
"hgvs_p": null,
"transcript": "ENST00000520495.5",
"protein_id": "ENSP00000463438.1",
"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": 3286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_024451110.2",
"protein_id": "XP_024306878.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2075,
"cds_start": -4,
"cds_end": null,
"cds_length": 6228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3165+406T>G",
"hgvs_p": null,
"transcript": "XM_024451111.2",
"protein_id": "XP_024306879.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2074,
"cds_start": -4,
"cds_end": null,
"cds_length": 6225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null,
"transcript": "XM_024451112.2",
"protein_id": "XP_024306880.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2049,
"cds_start": -4,
"cds_end": null,
"cds_length": 6150,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_011525640.4",
"protein_id": "XP_011523942.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2047,
"cds_start": -4,
"cds_end": null,
"cds_length": 6144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_024451113.2",
"protein_id": "XP_024306881.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2037,
"cds_start": -4,
"cds_end": null,
"cds_length": 6114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3046-2706T>G",
"hgvs_p": null,
"transcript": "XM_024451114.2",
"protein_id": "XP_024306882.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2034,
"cds_start": -4,
"cds_end": null,
"cds_length": 6105,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_024451115.2",
"protein_id": "XP_024306883.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2023,
"cds_start": -4,
"cds_end": null,
"cds_length": 6072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_047437393.1",
"protein_id": "XP_047293349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2010,
"cds_start": -4,
"cds_end": null,
"cds_length": 6033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_024451117.2",
"protein_id": "XP_024306885.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2009,
"cds_start": -4,
"cds_end": null,
"cds_length": 6030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437394.1",
"protein_id": "XP_047293350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2008,
"cds_start": -4,
"cds_end": null,
"cds_length": 6027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3046-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437395.1",
"protein_id": "XP_047293351.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2006,
"cds_start": -4,
"cds_end": null,
"cds_length": 6021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3046-2706T>G",
"hgvs_p": null,
"transcript": "XM_024451118.2",
"protein_id": "XP_024306886.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1996,
"cds_start": -4,
"cds_end": null,
"cds_length": 5991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3043-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437396.1",
"protein_id": "XP_047293352.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1995,
"cds_start": -4,
"cds_end": null,
"cds_length": 5988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3046-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437397.1",
"protein_id": "XP_047293353.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1968,
"cds_start": -4,
"cds_end": null,
"cds_length": 5907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null,
"transcript": "XM_047437398.1",
"protein_id": "XP_047293354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1946,
"cds_start": -4,
"cds_end": null,
"cds_length": 5841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437399.1",
"protein_id": "XP_047293355.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1942,
"cds_start": -4,
"cds_end": null,
"cds_length": 5829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2968-2706T>G",
"hgvs_p": null,
"transcript": "XM_047437400.1",
"protein_id": "XP_047293356.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1905,
"cds_start": -4,
"cds_end": null,
"cds_length": 5718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2241+406T>G",
"hgvs_p": null,
"transcript": "XM_017025671.3",
"protein_id": "XP_016881160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": -4,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2088+406T>G",
"hgvs_p": null,
"transcript": "XM_017025672.2",
"protein_id": "XP_016881161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": -4,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2088+406T>G",
"hgvs_p": null,
"transcript": "XM_017025673.2",
"protein_id": "XP_016881162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": -4,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2088+406T>G",
"hgvs_p": null,
"transcript": "XM_017025674.3",
"protein_id": "XP_016881163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": -4,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2088+406T>G",
"hgvs_p": null,
"transcript": "XM_024451122.2",
"protein_id": "XP_024306890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": -4,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.2088+406T>G",
"hgvs_p": null,
"transcript": "XM_047437401.1",
"protein_id": "XP_047293357.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1715,
"cds_start": -4,
"cds_end": null,
"cds_length": 5148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.1888-2706T>G",
"hgvs_p": null,
"transcript": "XM_024451123.2",
"protein_id": "XP_024306891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": -4,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.3168+406T>G",
"hgvs_p": null,
"transcript": "XM_024451124.2",
"protein_id": "XP_024306892.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1501,
"cds_start": -4,
"cds_end": null,
"cds_length": 4506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.-1+406T>G",
"hgvs_p": null,
"transcript": "XM_024451125.2",
"protein_id": "XP_024306893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "c.1-2706T>G",
"hgvs_p": null,
"transcript": "XM_024451126.2",
"protein_id": "XP_024306894.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1019,
"cds_start": -4,
"cds_end": null,
"cds_length": 3060,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "n.3273+406T>G",
"hgvs_p": null,
"transcript": "XR_002958167.2",
"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": 4295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"hgvs_c": "n.3151-2706T>G",
"hgvs_p": null,
"transcript": "XR_007066128.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": 4581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MTCL1",
"gene_hgnc_id": 29121,
"dbsnp": "rs588397",
"frequency_reference_population": 0.02341001,
"hom_count_reference_population": 140,
"allele_count_reference_population": 3566,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.02341,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 3566,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 140,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.031,
"phylop100way_prediction": "Benign",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000695636.1",
"gene_symbol": "MTCL1",
"hgnc_id": 29121,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3090+406T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}