← 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: 2-166199812-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=166199812&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 166199812,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000642356.2",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe",
"transcript": "NM_001365536.1",
"protein_id": "NP_001352465.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1988,
"cds_start": 4827,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 5125,
"cdna_end": null,
"cdna_length": 9752,
"mane_select": "ENST00000642356.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe",
"transcript": "ENST00000642356.2",
"protein_id": "ENSP00000495601.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1988,
"cds_start": 4827,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 5125,
"cdna_end": null,
"cdna_length": 9752,
"mane_select": "NM_001365536.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe",
"transcript": "ENST00000303354.11",
"protein_id": "ENSP00000304748.7",
"transcript_support_level": 5,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1988,
"cds_start": 4827,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 5075,
"cdna_end": null,
"cdna_length": 9698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4794C>T",
"hgvs_p": "p.Phe1598Phe",
"transcript": "ENST00000409672.5",
"protein_id": "ENSP00000386306.1",
"transcript_support_level": 5,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1977,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5934,
"cdna_start": 5141,
"cdna_end": null,
"cdna_length": 9768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4794C>T",
"hgvs_p": "p.Phe1598Phe",
"transcript": "ENST00000645907.1",
"protein_id": "ENSP00000495983.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1977,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5934,
"cdna_start": 5042,
"cdna_end": null,
"cdna_length": 7392,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.605G>A",
"hgvs_p": null,
"transcript": "ENST00000447809.2",
"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": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4794C>T",
"hgvs_p": "p.Phe1598Phe",
"transcript": "NM_002977.4",
"protein_id": "NP_002968.2",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1977,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5934,
"cdna_start": 5092,
"cdna_end": null,
"cdna_length": 9719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe",
"transcript": "XM_011511616.4",
"protein_id": "XP_011509918.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1988,
"cds_start": 4827,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 5087,
"cdna_end": null,
"cdna_length": 9714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe",
"transcript": "XM_011511617.3",
"protein_id": "XP_011509919.1",
"transcript_support_level": null,
"aa_start": 1609,
"aa_end": null,
"aa_length": 1988,
"cds_start": 4827,
"cds_end": null,
"cds_length": 5967,
"cdna_start": 5168,
"cdna_end": null,
"cdna_length": 9795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4794C>T",
"hgvs_p": "p.Phe1598Phe",
"transcript": "XM_011511618.3",
"protein_id": "XP_011509920.1",
"transcript_support_level": null,
"aa_start": 1598,
"aa_end": null,
"aa_length": 1977,
"cds_start": 4794,
"cds_end": null,
"cds_length": 5934,
"cdna_start": 5135,
"cdna_end": null,
"cdna_length": 9762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.4083C>T",
"hgvs_p": "p.Phe1361Phe",
"transcript": "XM_017004669.2",
"protein_id": "XP_016860158.1",
"transcript_support_level": null,
"aa_start": 1361,
"aa_end": null,
"aa_length": 1740,
"cds_start": 4083,
"cds_end": null,
"cds_length": 5223,
"cdna_start": 4228,
"cdna_end": null,
"cdna_length": 8855,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.302G>A",
"hgvs_p": null,
"transcript": "ENST00000630020.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": 1188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "n.1204C>T",
"hgvs_p": null,
"transcript": "ENST00000646694.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": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.738G>A",
"hgvs_p": null,
"transcript": "ENST00000651013.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": 3179,
"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": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.1283G>A",
"hgvs_p": null,
"transcript": "ENST00000651574.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": 2258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.699G>A",
"hgvs_p": null,
"transcript": "ENST00000651782.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": 4099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.742G>A",
"hgvs_p": null,
"transcript": "ENST00000657189.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": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.680G>A",
"hgvs_p": null,
"transcript": "ENST00000660239.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": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.458G>A",
"hgvs_p": null,
"transcript": "ENST00000660342.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": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.699G>A",
"hgvs_p": null,
"transcript": "ENST00000668514.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": 3256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.656G>A",
"hgvs_p": null,
"transcript": "ENST00000668610.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": 4063,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.507G>A",
"hgvs_p": null,
"transcript": "ENST00000670867.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": 1436,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.520G>A",
"hgvs_p": null,
"transcript": "ENST00000671220.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": 728,
"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": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.300G>A",
"hgvs_p": null,
"transcript": "ENST00000714451.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": 409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.700G>A",
"hgvs_p": null,
"transcript": "ENST00000834713.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": 818,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.605G>A",
"hgvs_p": null,
"transcript": "NR_110260.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": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"hgvs_c": "c.*41C>T",
"hgvs_p": null,
"transcript": "XM_011511619.3",
"protein_id": "XP_011509921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1504,
"cds_start": -4,
"cds_end": null,
"cds_length": 4515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9524,
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SCN1A-AS1",
"gene_hgnc_id": 54069,
"hgvs_c": "n.508+28254G>A",
"hgvs_p": null,
"transcript": "ENST00000834712.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": 1153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SCN9A",
"gene_hgnc_id": 10597,
"dbsnp": "rs760606370",
"frequency_reference_population": 0.000009914807,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.00000684062,
"gnomad_genomes_af": 0.0000395018,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.284,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000642356.2",
"gene_symbol": "SCN9A",
"hgnc_id": 10597,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,SD,AR",
"hgvs_c": "c.4827C>T",
"hgvs_p": "p.Phe1609Phe"
},
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000447809.2",
"gene_symbol": "SCN1A-AS1",
"hgnc_id": 54069,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.605G>A",
"hgvs_p": null
}
],
"clinvar_disease": " hereditary sensory and autonomic, type 2A, type 7,Generalized epilepsy with febrile seizures plus,Inborn genetic diseases,Neuropathy",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Neuropathy, hereditary sensory and autonomic, type 2A;Generalized epilepsy with febrile seizures plus, type 7|Inborn genetic diseases",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}