← 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-165991477-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=165991477&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 7,
"criteria": [
"PM1",
"PP2",
"BP4_Moderate",
"BP6",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SCN1A",
"hgnc_id": 10585,
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"inheritance_mode": "AD,Unknown",
"pathogenic_score": 3,
"score": -4,
"transcript": "NM_001165963.4",
"verdict": "Likely_benign"
},
{
"benign_score": 3,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "SCN1A-AS1",
"hgnc_id": 54069,
"hgvs_c": "n.202-24136C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -1,
"transcript": "ENST00000597623.4",
"verdict": "Likely_benign"
},
{
"benign_score": 3,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC102724058",
"hgnc_id": null,
"hgvs_c": "n.176-24136C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": -1,
"transcript": "NR_110598.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM1,PP2,BP4_Moderate,BP6,BS2",
"acmg_score": -4,
"allele_count_reference_population": 20,
"alphamissense_prediction": null,
"alphamissense_score": 0.0709,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.18,
"chr": "2",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Developmental and epileptic encephalopathy,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.14824610948562622,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2009,
"aa_ref": "R",
"aa_start": 1933,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11940,
"cdna_start": 6276,
"cds_end": null,
"cds_length": 6030,
"cds_start": 5798,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_001165963.4",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000674923.1",
"protein_coding": true,
"protein_id": "NP_001159435.1",
"strand": false,
"transcript": "NM_001165963.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2009,
"aa_ref": "R",
"aa_start": 1933,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 11940,
"cdna_start": 6276,
"cds_end": null,
"cds_length": 6030,
"cds_start": 5798,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000674923.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001165963.4",
"protein_coding": true,
"protein_id": "ENSP00000501589.1",
"strand": false,
"transcript": "ENST00000674923.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2009,
"aa_ref": "R",
"aa_start": 1933,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 11853,
"cdna_start": 6189,
"cds_end": null,
"cds_length": 6030,
"cds_start": 5798,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000303395.9",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000303540.4",
"strand": false,
"transcript": "ENST00000303395.9",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8097,
"cdna_start": 5783,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000375405.7",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000364554.3",
"strand": false,
"transcript": "ENST00000375405.7",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1981,
"aa_ref": "R",
"aa_start": 1905,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7376,
"cdna_start": 5999,
"cds_end": null,
"cds_length": 5946,
"cds_start": 5714,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000409050.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5714G>A",
"hgvs_p": "p.Arg1905Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000386312.1",
"strand": false,
"transcript": "ENST00000409050.2",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2009,
"aa_ref": "R",
"aa_start": 1933,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12890,
"cdna_start": 6054,
"cds_end": null,
"cds_length": 6030,
"cds_start": 5798,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001202435.3",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001189364.1",
"strand": false,
"transcript": "NM_001202435.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2009,
"aa_ref": "R",
"aa_start": 1933,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12933,
"cdna_start": 6097,
"cds_end": null,
"cds_length": 6030,
"cds_start": 5798,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001353948.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5798G>A",
"hgvs_p": "p.Arg1933Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340877.1",
"strand": false,
"transcript": "NM_001353948.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12765,
"cdna_start": 5929,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001353949.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340878.1",
"strand": false,
"transcript": "NM_001353949.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12857,
"cdna_start": 6021,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353950.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340879.1",
"strand": false,
"transcript": "NM_001353950.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12900,
"cdna_start": 6064,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001353951.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340880.1",
"strand": false,
"transcript": "NM_001353951.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12992,
"cdna_start": 6156,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353952.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340881.1",
"strand": false,
"transcript": "NM_001353952.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13079,
"cdna_start": 6243,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_006920.6",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_008851.3",
"strand": false,
"transcript": "NM_006920.6",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8299,
"cdna_start": 5982,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000635750.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490799.1",
"strand": false,
"transcript": "ENST00000635750.1",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8562,
"cdna_start": 6245,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000637988.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490780.1",
"strand": false,
"transcript": "ENST00000637988.1",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1998,
"aa_ref": "R",
"aa_start": 1922,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8131,
"cdna_start": 5814,
"cds_end": null,
"cds_length": 5997,
"cds_start": 5765,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000640036.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5765G>A",
"hgvs_p": "p.Arg1922Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491573.1",
"strand": false,
"transcript": "ENST00000640036.1",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "R",
"aa_start": 1921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12989,
"cdna_start": 6153,
"cds_end": null,
"cds_length": 5994,
"cds_start": 5762,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353954.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5762G>A",
"hgvs_p": "p.Arg1921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340883.1",
"strand": false,
"transcript": "NM_001353954.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "R",
"aa_start": 1921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12897,
"cdna_start": 6061,
"cds_end": null,
"cds_length": 5994,
"cds_start": 5762,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001353955.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5762G>A",
"hgvs_p": "p.Arg1921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340884.1",
"strand": false,
"transcript": "NM_001353955.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "R",
"aa_start": 1921,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12874,
"cdna_start": 6038,
"cds_end": null,
"cds_length": 5994,
"cds_start": 5762,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000641575.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5762G>A",
"hgvs_p": "p.Arg1921Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492917.1",
"strand": false,
"transcript": "ENST00000641575.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1981,
"aa_ref": "R",
"aa_start": 1905,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12941,
"cdna_start": 6105,
"cds_end": null,
"cds_length": 5946,
"cds_start": 5714,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001165964.3",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5714G>A",
"hgvs_p": "p.Arg1905Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001159436.1",
"strand": false,
"transcript": "NM_001165964.3",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1981,
"aa_ref": "R",
"aa_start": 1905,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12849,
"cdna_start": 6013,
"cds_end": null,
"cds_length": 5946,
"cds_start": 5714,
"consequences": [
"missense_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001353957.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5714G>A",
"hgvs_p": "p.Arg1905Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340886.1",
"strand": false,
"transcript": "NM_001353957.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1981,
"aa_ref": "R",
"aa_start": 1905,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12806,
"cdna_start": 5970,
"cds_end": null,
"cds_length": 5946,
"cds_start": 5714,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353958.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5714G>A",
"hgvs_p": "p.Arg1905Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340887.1",
"strand": false,
"transcript": "NM_001353958.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1980,
"aa_ref": "R",
"aa_start": 1904,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12938,
"cdna_start": 6102,
"cds_end": null,
"cds_length": 5943,
"cds_start": 5711,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353960.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5711G>A",
"hgvs_p": "p.Arg1904Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340889.1",
"strand": false,
"transcript": "NM_001353960.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1927,
"aa_ref": "R",
"aa_start": 1851,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7757,
"cdna_start": 6069,
"cds_end": null,
"cds_length": 5784,
"cds_start": 5552,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000713692.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5552G>A",
"hgvs_p": "p.Arg1851Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000518996.1",
"strand": false,
"transcript": "ENST00000713692.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1915,
"aa_ref": "R",
"aa_start": 1839,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12506,
"cdna_start": 5670,
"cds_end": null,
"cds_length": 5748,
"cds_start": 5516,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000641603.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5516G>A",
"hgvs_p": "p.Arg1839Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000492945.1",
"strand": false,
"transcript": "ENST00000641603.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1195,
"aa_ref": "R",
"aa_start": 1119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13008,
"cdna_start": 6172,
"cds_end": null,
"cds_length": 3588,
"cds_start": 3356,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "NM_001353961.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.3356G>A",
"hgvs_p": "p.Arg1119Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340890.1",
"strand": false,
"transcript": "NM_001353961.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 2008,
"aa_ref": "R",
"aa_start": 1932,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13022,
"cdna_start": 6186,
"cds_end": null,
"cds_length": 6027,
"cds_start": 5795,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "XM_047445392.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.5795G>A",
"hgvs_p": "p.Arg1932Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047301348.1",
"strand": false,
"transcript": "XM_047445392.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1618,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10107,
"cdna_start": null,
"cds_end": null,
"cds_length": 4857,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000635776.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "c.*2631G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000490692.1",
"strand": false,
"transcript": "ENST00000635776.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8508,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000636194.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3291G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490288.1",
"strand": false,
"transcript": "ENST00000636194.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8426,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000637038.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*1665G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490184.2",
"strand": false,
"transcript": "ENST00000637038.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12903,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000641996.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*5352G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493054.1",
"strand": false,
"transcript": "ENST00000641996.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8315,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000671940.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3741G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000500336.1",
"strand": false,
"transcript": "ENST00000671940.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 10569,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000673490.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.8271G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000673490.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8258,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000689288.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3834G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509637.1",
"strand": false,
"transcript": "ENST00000689288.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 13051,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NR_148667.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.6215G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_148667.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8508,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000636194.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3291G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490288.1",
"strand": false,
"transcript": "ENST00000636194.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8426,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000637038.2",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*1665G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000490184.2",
"strand": false,
"transcript": "ENST00000637038.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 12903,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000641996.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*5352G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493054.1",
"strand": false,
"transcript": "ENST00000641996.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8315,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000671940.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3741G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000500336.1",
"strand": false,
"transcript": "ENST00000671940.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 8258,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000689288.1",
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"hgvs_c": "n.*3834G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509637.1",
"strand": false,
"transcript": "ENST00000689288.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 910,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000595647.5",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.195-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000595647.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 766,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000597623.4",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.202-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000597623.4",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 780,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000628933.2",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.24-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000628933.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 616,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000630226.2",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.39-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000630226.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2390,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651562.1",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.546+6701C>T",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000651562.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2258,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651574.1",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.193-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000651574.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3468,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000651673.1",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.389+10711C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000651673.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 693,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000658447.1",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.123+10711C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000658447.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2445,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000671284.1",
"gene_hgnc_id": 54069,
"gene_symbol": "SCN1A-AS1",
"hgvs_c": "n.406-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000671284.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 740,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_110598.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC102724058",
"hgvs_c": "n.176-24136C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_110598.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs556893466",
"effect": "missense_variant",
"frequency_reference_population": 0.0000123942,
"gene_hgnc_id": 10585,
"gene_symbol": "SCN1A",
"gnomad_exomes_ac": 19,
"gnomad_exomes_af": 0.0000129991,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657825,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "Developmental and epileptic encephalopathy|not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.677,
"pos": 165991477,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.314,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001165963.4"
}
]
}