← 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: 10-93797349-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=93797349&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 93797349,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000371418.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407His",
"transcript": "NM_005097.4",
"protein_id": "NP_005088.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 557,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1429,
"cdna_end": null,
"cdna_length": 2239,
"mane_select": "ENST00000371418.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407His",
"transcript": "ENST00000371418.9",
"protein_id": "ENSP00000360472.4",
"transcript_support_level": 1,
"aa_start": 407,
"aa_end": null,
"aa_length": 557,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1429,
"cdna_end": null,
"cdna_length": 2239,
"mane_select": "NM_005097.4",
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.5135G>A",
"hgvs_p": null,
"transcript": "ENST00000626307.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": 5944,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*929G>A",
"hgvs_p": null,
"transcript": "ENST00000627420.2",
"protein_id": "ENSP00000487116.1",
"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": 2278,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*929G>A",
"hgvs_p": null,
"transcript": "ENST00000627420.2",
"protein_id": "ENSP00000487116.1",
"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": 2278,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.839-400G>A",
"hgvs_p": null,
"transcript": "ENST00000371413.4",
"protein_id": "ENSP00000360467.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.1148G>A",
"hgvs_p": "p.Arg383His",
"transcript": "ENST00000629035.2",
"protein_id": "ENSP00000486908.1",
"transcript_support_level": 5,
"aa_start": 383,
"aa_end": null,
"aa_length": 533,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1442,
"cdna_end": null,
"cdna_length": 2251,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359His",
"transcript": "NM_001308276.2",
"protein_id": "NP_001295205.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 509,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1285,
"cdna_end": null,
"cdna_length": 2095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.1076G>A",
"hgvs_p": "p.Arg359His",
"transcript": "ENST00000630047.2",
"protein_id": "ENSP00000485917.1",
"transcript_support_level": 2,
"aa_start": 359,
"aa_end": null,
"aa_length": 509,
"cds_start": 1076,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1250,
"cdna_end": null,
"cdna_length": 1751,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.5196G>A",
"hgvs_p": null,
"transcript": "ENST00000485458.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": 5960,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.654G>A",
"hgvs_p": null,
"transcript": "ENST00000635804.1",
"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": 1415,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*642G>A",
"hgvs_p": null,
"transcript": "ENST00000635953.1",
"protein_id": "ENSP00000490058.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": 2430,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*1006G>A",
"hgvs_p": null,
"transcript": "ENST00000636232.1",
"protein_id": "ENSP00000490325.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": 2167,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*1062G>A",
"hgvs_p": null,
"transcript": "ENST00000636754.1",
"protein_id": "ENSP00000489781.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": 2200,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*810G>A",
"hgvs_p": null,
"transcript": "ENST00000637037.1",
"protein_id": "ENSP00000490860.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": 2456,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.1081G>A",
"hgvs_p": null,
"transcript": "ENST00000637347.1",
"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": 1906,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*776G>A",
"hgvs_p": null,
"transcript": "ENST00000637611.1",
"protein_id": "ENSP00000489682.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": 2239,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*815G>A",
"hgvs_p": null,
"transcript": "ENST00000637925.1",
"protein_id": "ENSP00000489763.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": 2165,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*978G>A",
"hgvs_p": null,
"transcript": "ENST00000638049.1",
"protein_id": "ENSP00000490597.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": 2072,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.2959G>A",
"hgvs_p": null,
"transcript": "ENST00000676175.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": 3727,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.1357G>A",
"hgvs_p": null,
"transcript": "NR_131777.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": 2167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.-152G>A",
"hgvs_p": null,
"transcript": "ENST00000637689.1",
"protein_id": "ENSP00000490496.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1802,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*642G>A",
"hgvs_p": null,
"transcript": "ENST00000635953.1",
"protein_id": "ENSP00000490058.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": 2430,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*1006G>A",
"hgvs_p": null,
"transcript": "ENST00000636232.1",
"protein_id": "ENSP00000490325.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": 2167,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*1062G>A",
"hgvs_p": null,
"transcript": "ENST00000636754.1",
"protein_id": "ENSP00000489781.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": 2200,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*810G>A",
"hgvs_p": null,
"transcript": "ENST00000637037.1",
"protein_id": "ENSP00000490860.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": 2456,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*776G>A",
"hgvs_p": null,
"transcript": "ENST00000637611.1",
"protein_id": "ENSP00000489682.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": 2239,
"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": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*815G>A",
"hgvs_p": null,
"transcript": "ENST00000637925.1",
"protein_id": "ENSP00000489763.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": 2165,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*978G>A",
"hgvs_p": null,
"transcript": "ENST00000638049.1",
"protein_id": "ENSP00000490597.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": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.*3448G>A",
"hgvs_p": null,
"transcript": "XM_017016911.3",
"protein_id": "XP_016872400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5313,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.839-400G>A",
"hgvs_p": null,
"transcript": "NM_001308275.2",
"protein_id": "NP_001295204.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1458,
"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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.838+3999G>A",
"hgvs_p": null,
"transcript": "ENST00000636155.1",
"protein_id": "ENSP00000490355.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 287,
"cds_start": -4,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1618,
"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": 7,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "n.*1008-400G>A",
"hgvs_p": null,
"transcript": "ENST00000636946.1",
"protein_id": "ENSP00000490654.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": 1841,
"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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"hgvs_c": "c.695-400G>A",
"hgvs_p": null,
"transcript": "XM_017016912.3",
"protein_id": "XP_016872401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LGI1",
"gene_hgnc_id": 6572,
"dbsnp": "rs201376381",
"frequency_reference_population": 0.000043987144,
"hom_count_reference_population": 0,
"allele_count_reference_population": 71,
"gnomad_exomes_af": 0.0000437795,
"gnomad_genomes_af": 0.0000459812,
"gnomad_exomes_ac": 64,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.084719717502594,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.372,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1111,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.857,
"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": "ENST00000371418.9",
"gene_symbol": "LGI1",
"hgnc_id": 6572,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407His"
}
],
"clinvar_disease": "Autosomal dominant epilepsy with auditory features,Inborn genetic diseases,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:2",
"phenotype_combined": "not provided|Autosomal dominant epilepsy with auditory features|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}