← 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-53808371-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=53808371&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 53808371,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000185150.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "NM_015701.5",
"protein_id": "NP_056516.2",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 483,
"cds_start": 952,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": "ENST00000185150.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "ENST00000185150.9",
"protein_id": "ENSP00000185150.4",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 483,
"cds_start": 952,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": "NM_015701.5",
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.880-843G>C",
"hgvs_p": null,
"transcript": "ENST00000378239.5",
"protein_id": "ENSP00000367485.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.946G>C",
"hgvs_p": "p.Val316Leu",
"transcript": "ENST00000691853.1",
"protein_id": "ENSP00000509585.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 481,
"cds_start": 946,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 1121,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "ENST00000689496.1",
"protein_id": "ENSP00000509814.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 473,
"cds_start": 952,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 2077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "NM_001127397.3",
"protein_id": "NP_001120869.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 457,
"cds_start": 952,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "ENST00000405123.7",
"protein_id": "ENSP00000385629.3",
"transcript_support_level": 5,
"aa_start": 318,
"aa_end": null,
"aa_length": 457,
"cds_start": 952,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1083,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "ENST00000690836.1",
"protein_id": "ENSP00000509407.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 455,
"cds_start": 952,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.775G>C",
"hgvs_p": "p.Val259Leu",
"transcript": "ENST00000687723.1",
"protein_id": "ENSP00000510385.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 424,
"cds_start": 775,
"cds_end": null,
"cds_length": 1275,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 2279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu",
"transcript": "ENST00000688464.1",
"protein_id": "ENSP00000510214.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 410,
"cds_start": 952,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 3317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.664G>C",
"hgvs_p": "p.Val222Leu",
"transcript": "ENST00000689291.1",
"protein_id": "ENSP00000509043.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 387,
"cds_start": 664,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 835,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Val200Leu",
"transcript": "ENST00000685400.1",
"protein_id": "ENSP00000510705.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 365,
"cds_start": 598,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.586G>C",
"hgvs_p": "p.Val196Leu",
"transcript": "ENST00000690280.1",
"protein_id": "ENSP00000509463.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 361,
"cds_start": 586,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 2094,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.421G>C",
"hgvs_p": "p.Val141Leu",
"transcript": "ENST00000688274.1",
"protein_id": "ENSP00000510135.1",
"transcript_support_level": null,
"aa_start": 141,
"aa_end": null,
"aa_length": 306,
"cds_start": 421,
"cds_end": null,
"cds_length": 921,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 1925,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.948G>C",
"hgvs_p": null,
"transcript": "ENST00000684875.1",
"protein_id": "ENSP00000509804.1",
"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": 2471,
"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": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1154G>C",
"hgvs_p": null,
"transcript": "ENST00000685508.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": 2719,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*179G>C",
"hgvs_p": null,
"transcript": "ENST00000686424.1",
"protein_id": "ENSP00000509520.1",
"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": 2232,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1154G>C",
"hgvs_p": null,
"transcript": "ENST00000687536.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": 4188,
"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": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1154G>C",
"hgvs_p": null,
"transcript": "ENST00000688096.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": 3949,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.952G>C",
"hgvs_p": null,
"transcript": "ENST00000688147.1",
"protein_id": "ENSP00000509881.1",
"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": 2482,
"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": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.952G>C",
"hgvs_p": null,
"transcript": "ENST00000689106.1",
"protein_id": "ENSP00000510585.1",
"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": 2714,
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1174G>C",
"hgvs_p": null,
"transcript": "ENST00000689230.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": 3898,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*814G>C",
"hgvs_p": null,
"transcript": "ENST00000689943.1",
"protein_id": "ENSP00000509110.1",
"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": 3995,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*701G>C",
"hgvs_p": null,
"transcript": "ENST00000691171.1",
"protein_id": "ENSP00000510586.1",
"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": 3267,
"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": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1142G>C",
"hgvs_p": null,
"transcript": "ENST00000692516.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": 1750,
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1142G>C",
"hgvs_p": null,
"transcript": "ENST00000692665.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": 4690,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*396G>C",
"hgvs_p": null,
"transcript": "ENST00000692745.1",
"protein_id": "ENSP00000510340.1",
"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": 3783,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*887G>C",
"hgvs_p": null,
"transcript": "ENST00000692786.1",
"protein_id": "ENSP00000508647.1",
"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": 3933,
"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": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1142G>C",
"hgvs_p": null,
"transcript": "ENST00000693288.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": 3228,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*179G>C",
"hgvs_p": null,
"transcript": "ENST00000686424.1",
"protein_id": "ENSP00000509520.1",
"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": 2232,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*814G>C",
"hgvs_p": null,
"transcript": "ENST00000689943.1",
"protein_id": "ENSP00000509110.1",
"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": 3995,
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*701G>C",
"hgvs_p": null,
"transcript": "ENST00000691171.1",
"protein_id": "ENSP00000510586.1",
"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": 3267,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*396G>C",
"hgvs_p": null,
"transcript": "ENST00000692745.1",
"protein_id": "ENSP00000510340.1",
"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": 3783,
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*887G>C",
"hgvs_p": null,
"transcript": "ENST00000692786.1",
"protein_id": "ENSP00000508647.1",
"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": 3933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GPR75-ASB3",
"gene_hgnc_id": 40043,
"hgvs_c": "c.102-42786C>G",
"hgvs_p": null,
"transcript": "NM_001164165.2",
"protein_id": "NP_001157637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": -4,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ASB3",
"gene_hgnc_id": 16013,
"hgvs_c": "c.-13-42786C>G",
"hgvs_p": null,
"transcript": "ENST00000406625.6",
"protein_id": "ENSP00000385085.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 518,
"cds_start": -4,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2113,
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.880-843G>C",
"hgvs_p": null,
"transcript": "ENST00000692350.1",
"protein_id": "ENSP00000508966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 470,
"cds_start": -4,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1603,
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.880-843G>C",
"hgvs_p": null,
"transcript": "NM_001127398.3",
"protein_id": "NP_001120870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2284,
"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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.799-843G>C",
"hgvs_p": null,
"transcript": "ENST00000687552.1",
"protein_id": "ENSP00000510518.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 402,
"cds_start": -4,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2131,
"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": 13,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.880-843G>C",
"hgvs_p": null,
"transcript": "ENST00000691939.1",
"protein_id": "ENSP00000508775.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": -4,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2289,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.879+6529G>C",
"hgvs_p": null,
"transcript": "ENST00000692971.1",
"protein_id": "ENSP00000510755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": -4,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1844,
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.526-843G>C",
"hgvs_p": null,
"transcript": "ENST00000689100.1",
"protein_id": "ENSP00000510253.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1940,
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.514-843G>C",
"hgvs_p": null,
"transcript": "ENST00000690740.1",
"protein_id": "ENSP00000509098.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ASB3",
"gene_hgnc_id": 16013,
"hgvs_c": "n.195+11772C>G",
"hgvs_p": null,
"transcript": "ENST00000459916.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ASB3",
"gene_hgnc_id": 16013,
"hgvs_c": "n.163+51457C>G",
"hgvs_p": null,
"transcript": "ENST00000498475.2",
"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": 736,
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.841-843G>C",
"hgvs_p": null,
"transcript": "ENST00000684835.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": 2084,
"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": 12,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1070-843G>C",
"hgvs_p": null,
"transcript": "ENST00000689887.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": 2545,
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1070-843G>C",
"hgvs_p": null,
"transcript": "ENST00000690020.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": 2070,
"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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*107-843G>C",
"hgvs_p": null,
"transcript": "ENST00000691217.1",
"protein_id": "ENSP00000509515.1",
"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": 2070,
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.1070-843G>C",
"hgvs_p": null,
"transcript": "ENST00000692267.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": 4014,
"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": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.491-843G>C",
"hgvs_p": null,
"transcript": "ENST00000693696.1",
"protein_id": "ENSP00000509230.1",
"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": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"dbsnp": "rs2287345",
"frequency_reference_population": 0.07501115,
"hom_count_reference_population": 5235,
"allele_count_reference_population": 121068,
"gnomad_exomes_af": 0.074685,
"gnomad_genomes_af": 0.0781418,
"gnomad_exomes_ac": 109167,
"gnomad_genomes_ac": 11901,
"gnomad_exomes_homalt": 4727,
"gnomad_genomes_homalt": 508,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.001269519329071045,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.076,
"revel_prediction": "Benign",
"alphamissense_score": 0.0641,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.163,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000185150.9",
"gene_symbol": "ERLEC1",
"hgnc_id": 25222,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.952G>C",
"hgvs_p": "p.Val318Leu"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001164165.2",
"gene_symbol": "GPR75-ASB3",
"hgnc_id": 40043,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.102-42786C>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000406625.6",
"gene_symbol": "ASB3",
"hgnc_id": 16013,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-13-42786C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}