← 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: 16-11556552-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=11556552&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 11556552,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000622633.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "NM_001136472.2",
"protein_id": "NP_001129944.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 2440,
"mane_select": "ENST00000622633.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000622633.5",
"protein_id": "ENSP00000483114.1",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 2440,
"mane_select": "NM_001136472.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000339430.9",
"protein_id": "ENSP00000340118.5",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 2356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000570904.5",
"protein_id": "ENSP00000459138.1",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 1118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000571688.6",
"protein_id": "ENSP00000459533.1",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 3479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "NM_004862.4",
"protein_id": "NP_004853.2",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 250,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000574763.5",
"protein_id": "ENSP00000461813.1",
"transcript_support_level": 3,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 399,
"cdna_end": null,
"cdna_length": 717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000576036.5",
"protein_id": "ENSP00000461667.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 272,
"cdna_end": null,
"cdna_length": 603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000571627.5",
"protein_id": "ENSP00000460743.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 152,
"cds_start": 179,
"cds_end": null,
"cds_length": 461,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "NM_001136473.1",
"protein_id": "NP_001129945.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 152,
"cds_start": 179,
"cds_end": null,
"cds_length": 459,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 2569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000413364.6",
"protein_id": "ENSP00000397958.2",
"transcript_support_level": 2,
"aa_start": 60,
"aa_end": null,
"aa_length": 152,
"cds_start": 179,
"cds_end": null,
"cds_length": 459,
"cdna_start": 249,
"cdna_end": null,
"cdna_length": 2292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000570798.5",
"protein_id": "ENSP00000458871.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 136,
"cds_start": 179,
"cds_end": null,
"cds_length": 412,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000574701.5",
"protein_id": "ENSP00000458981.1",
"transcript_support_level": 4,
"aa_start": 60,
"aa_end": null,
"aa_length": 135,
"cds_start": 179,
"cds_end": null,
"cds_length": 409,
"cdna_start": 323,
"cdna_end": null,
"cdna_length": 553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000571976.1",
"protein_id": "ENSP00000460133.1",
"transcript_support_level": 2,
"aa_start": 60,
"aa_end": null,
"aa_length": 126,
"cds_start": 179,
"cds_end": null,
"cds_length": 381,
"cdna_start": 240,
"cdna_end": null,
"cdna_length": 548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000574703.5",
"protein_id": "ENSP00000459913.1",
"transcript_support_level": 2,
"aa_start": 60,
"aa_end": null,
"aa_length": 105,
"cds_start": 179,
"cds_end": null,
"cds_length": 318,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "ENST00000571459.5",
"protein_id": "ENSP00000459603.1",
"transcript_support_level": 5,
"aa_start": 60,
"aa_end": null,
"aa_length": 75,
"cds_start": 179,
"cds_end": null,
"cds_length": 228,
"cdna_start": 202,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.269C>A",
"hgvs_p": "p.Ser90*",
"transcript": "XM_011522754.4",
"protein_id": "XP_011521056.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 269,
"cds_end": null,
"cds_length": 576,
"cdna_start": 726,
"cdna_end": null,
"cdna_length": 2948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.269C>A",
"hgvs_p": "p.Ser90*",
"transcript": "XM_047434926.1",
"protein_id": "XP_047290882.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 269,
"cds_end": null,
"cds_length": 576,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.269C>A",
"hgvs_p": "p.Ser90*",
"transcript": "XM_047434927.1",
"protein_id": "XP_047290883.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 269,
"cds_end": null,
"cds_length": 576,
"cdna_start": 555,
"cdna_end": null,
"cdna_length": 2777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.269C>A",
"hgvs_p": "p.Ser90*",
"transcript": "XM_047434928.1",
"protein_id": "XP_047290884.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 269,
"cds_end": null,
"cds_length": 576,
"cdna_start": 639,
"cdna_end": null,
"cdna_length": 2861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.269C>A",
"hgvs_p": "p.Ser90*",
"transcript": "XM_047434929.1",
"protein_id": "XP_047290885.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 191,
"cds_start": 269,
"cds_end": null,
"cds_length": 576,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 2729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "XM_006720982.4",
"protein_id": "XP_006721045.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 217,
"cdna_end": null,
"cdna_length": 2439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "XM_006720983.5",
"protein_id": "XP_006721046.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 205,
"cdna_end": null,
"cdna_length": 2427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*",
"transcript": "XM_006720984.5",
"protein_id": "XP_006721047.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 161,
"cds_start": 179,
"cds_end": null,
"cds_length": 486,
"cdna_start": 1771,
"cdna_end": null,
"cdna_length": 3993,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "n.179C>A",
"hgvs_p": null,
"transcript": "ENST00000573332.5",
"protein_id": "ENSP00000460873.1",
"transcript_support_level": 4,
"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": 773,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "n.313C>A",
"hgvs_p": null,
"transcript": "NR_024320.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": 2535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.-59-2863C>A",
"hgvs_p": null,
"transcript": "ENST00000572255.5",
"protein_id": "ENSP00000458836.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": -4,
"cds_end": null,
"cds_length": 207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "n.-110C>A",
"hgvs_p": null,
"transcript": "ENST00000575426.1",
"protein_id": "ENSP00000459094.1",
"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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.*5C>A",
"hgvs_p": null,
"transcript": "ENST00000574848.5",
"protein_id": "ENSP00000459898.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 87,
"cds_start": -4,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.*60C>A",
"hgvs_p": null,
"transcript": "ENST00000571277.1",
"protein_id": "ENSP00000459026.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 38,
"cds_start": -4,
"cds_end": null,
"cds_length": 119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"hgvs_c": "c.*170C>A",
"hgvs_p": null,
"transcript": "ENST00000576334.1",
"protein_id": "ENSP00000458538.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 32,
"cds_start": -4,
"cds_end": null,
"cds_length": 99,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LITAF",
"gene_hgnc_id": 16841,
"dbsnp": "rs765644026",
"frequency_reference_population": 0.0000013680994,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.20999999344348907,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.388,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.21,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000622633.5",
"gene_symbol": "LITAF",
"hgnc_id": 16841,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.179C>A",
"hgvs_p": "p.Ser60*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}