← 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: 6-52479754-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=52479754&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 52479754,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_018100.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "NM_018100.4",
"protein_id": "NP_060570.2",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 640,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": "ENST00000371068.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000371068.11",
"protein_id": "ENSP00000360107.4",
"transcript_support_level": 1,
"aa_start": 536,
"aa_end": null,
"aa_length": 640,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": "NM_018100.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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.3532G>A",
"hgvs_p": null,
"transcript": "ENST00000637340.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": 4004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000637353.1",
"protein_id": "ENSP00000490441.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 641,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1727,
"cdna_end": null,
"cdna_length": 3829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000635996.1",
"protein_id": "ENSP00000490256.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 632,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1899,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 2548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000637089.1",
"protein_id": "ENSP00000489854.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 631,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1896,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 2133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1577G>A",
"hgvs_p": "p.Arg526Gln",
"transcript": "ENST00000636702.1",
"protein_id": "ENSP00000489623.1",
"transcript_support_level": 5,
"aa_start": 526,
"aa_end": null,
"aa_length": 630,
"cds_start": 1577,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 1815,
"cdna_end": null,
"cdna_length": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517Gln",
"transcript": "NM_001172420.2",
"protein_id": "NP_001165891.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 621,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1733,
"cdna_end": null,
"cdna_length": 6906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517Gln",
"transcript": "ENST00000538167.2",
"protein_id": "ENSP00000444521.1",
"transcript_support_level": 5,
"aa_start": 517,
"aa_end": null,
"aa_length": 621,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1550,
"cdna_end": null,
"cdna_length": 5308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517Gln",
"transcript": "ENST00000636489.1",
"protein_id": "ENSP00000489998.1",
"transcript_support_level": 5,
"aa_start": 517,
"aa_end": null,
"aa_length": 621,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 2421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1550G>A",
"hgvs_p": "p.Arg517Gln",
"transcript": "ENST00000636954.1",
"protein_id": "ENSP00000489966.1",
"transcript_support_level": 2,
"aa_start": 517,
"aa_end": null,
"aa_length": 621,
"cds_start": 1550,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 1734,
"cdna_end": null,
"cdna_length": 2129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000636107.1",
"protein_id": "ENSP00000489680.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 582,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 1676,
"cdna_end": null,
"cdna_length": 3530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln",
"transcript": "ENST00000637263.1",
"protein_id": "ENSP00000489700.1",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 552,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440Gln",
"transcript": "ENST00000636379.1",
"protein_id": "ENSP00000490622.1",
"transcript_support_level": 5,
"aa_start": 440,
"aa_end": null,
"aa_length": 544,
"cds_start": 1319,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1283G>A",
"hgvs_p": "p.Arg428Gln",
"transcript": "ENST00000635760.1",
"protein_id": "ENSP00000489765.1",
"transcript_support_level": 5,
"aa_start": 428,
"aa_end": null,
"aa_length": 532,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1599,
"cdna_start": 1656,
"cdna_end": null,
"cdna_length": 2030,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1271G>A",
"hgvs_p": "p.Arg424Gln",
"transcript": "ENST00000636343.1",
"protein_id": "ENSP00000490193.1",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 517,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 2965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "c.1283G>A",
"hgvs_p": "p.Arg428Gln",
"transcript": "ENST00000635984.1",
"protein_id": "ENSP00000489921.1",
"transcript_support_level": 5,
"aa_start": 428,
"aa_end": null,
"aa_length": 474,
"cds_start": 1283,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1671,
"cdna_end": null,
"cdna_length": 3293,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1607G>A",
"hgvs_p": null,
"transcript": "ENST00000480623.6",
"protein_id": "ENSP00000434498.2",
"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": 2549,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*908G>A",
"hgvs_p": null,
"transcript": "ENST00000635812.1",
"protein_id": "ENSP00000490859.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": 2539,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*1476G>A",
"hgvs_p": null,
"transcript": "ENST00000635866.1",
"protein_id": "ENSP00000489866.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": 2301,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.3125G>A",
"hgvs_p": null,
"transcript": "ENST00000635911.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": 3509,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1501G>A",
"hgvs_p": null,
"transcript": "ENST00000636311.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": 1897,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*908G>A",
"hgvs_p": null,
"transcript": "ENST00000636398.1",
"protein_id": "ENSP00000489654.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": 1703,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1168G>A",
"hgvs_p": null,
"transcript": "ENST00000636616.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": 1636,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1409G>A",
"hgvs_p": null,
"transcript": "ENST00000637121.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 2786,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*1308G>A",
"hgvs_p": null,
"transcript": "ENST00000637602.1",
"protein_id": "ENSP00000490074.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2020,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1671G>A",
"hgvs_p": null,
"transcript": "ENST00000637849.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": 2746,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.1811G>A",
"hgvs_p": null,
"transcript": "ENST00000637892.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": 2635,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.2933G>A",
"hgvs_p": null,
"transcript": "NR_033327.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": 8106,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*908G>A",
"hgvs_p": null,
"transcript": "ENST00000635812.1",
"protein_id": "ENSP00000490859.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": 2539,
"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": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*1476G>A",
"hgvs_p": null,
"transcript": "ENST00000635866.1",
"protein_id": "ENSP00000489866.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": 2301,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*908G>A",
"hgvs_p": null,
"transcript": "ENST00000636398.1",
"protein_id": "ENSP00000489654.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": 1703,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*1308G>A",
"hgvs_p": null,
"transcript": "ENST00000637602.1",
"protein_id": "ENSP00000490074.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "EFHC1",
"gene_hgnc_id": 16406,
"hgvs_c": "n.*453G>A",
"hgvs_p": null,
"transcript": "ENST00000637874.1",
"protein_id": "ENSP00000490348.1",
"transcript_support_level": 3,
"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": 490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EFHC1",
"gene_hgnc_id": 16406,
"dbsnp": "rs867304706",
"frequency_reference_population": 0.000010945006,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.000010945,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06277072429656982,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.036,
"revel_prediction": "Benign",
"alphamissense_score": 0.0629,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.962,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018100.4",
"gene_symbol": "EFHC1",
"hgnc_id": 16406,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Gln"
}
],
"clinvar_disease": " 1, juvenile, susceptibility to,Absence seizure,Myoclonic epilepsy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Absence seizure;Myoclonic epilepsy, juvenile, susceptibility to, 1",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}