← 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-53799052-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=53799052&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 53799052,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_015701.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "NM_015701.5",
"protein_id": "NP_056516.2",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 483,
"cds_start": 496,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": "ENST00000185150.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015701.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000185150.9",
"protein_id": "ENSP00000185150.4",
"transcript_support_level": 1,
"aa_start": 166,
"aa_end": null,
"aa_length": 483,
"cds_start": 496,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2446,
"mane_select": "NM_015701.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000185150.9"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000378239.5",
"protein_id": "ENSP00000367485.5",
"transcript_support_level": 1,
"aa_start": 166,
"aa_end": null,
"aa_length": 429,
"cds_start": 496,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 2271,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378239.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000952242.1",
"protein_id": "ENSP00000622301.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 492,
"cds_start": 496,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 641,
"cdna_end": null,
"cdna_length": 2456,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952242.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000691853.1",
"protein_id": "ENSP00000509585.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 481,
"cds_start": 496,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 671,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691853.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000689496.1",
"protein_id": "ENSP00000509814.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 473,
"cds_start": 496,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689496.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000692350.1",
"protein_id": "ENSP00000508966.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 470,
"cds_start": 496,
"cds_end": null,
"cds_length": 1413,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692350.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000952239.1",
"protein_id": "ENSP00000622298.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 463,
"cds_start": 496,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952239.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "NM_001127397.3",
"protein_id": "NP_001120869.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 457,
"cds_start": 496,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2368,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127397.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000405123.7",
"protein_id": "ENSP00000385629.3",
"transcript_support_level": 5,
"aa_start": 166,
"aa_end": null,
"aa_length": 457,
"cds_start": 496,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 1756,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405123.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.415G>C",
"hgvs_p": "p.Glu139Gln",
"transcript": "ENST00000901753.1",
"protein_id": "ENSP00000571812.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 456,
"cds_start": 415,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 586,
"cdna_end": null,
"cdna_length": 2380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901753.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000690836.1",
"protein_id": "ENSP00000509407.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 455,
"cds_start": 496,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690836.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "NM_001127398.3",
"protein_id": "NP_001120870.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 429,
"cds_start": 496,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 2284,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127398.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000901758.1",
"protein_id": "ENSP00000571817.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 427,
"cds_start": 496,
"cds_end": null,
"cds_length": 1284,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 2268,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901758.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000688464.1",
"protein_id": "ENSP00000510214.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 410,
"cds_start": 496,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 3317,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688464.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000952241.1",
"protein_id": "ENSP00000622300.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 409,
"cds_start": 496,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 641,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952241.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000901754.1",
"protein_id": "ENSP00000571813.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 403,
"cds_start": 496,
"cds_end": null,
"cds_length": 1212,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901754.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.415G>C",
"hgvs_p": "p.Glu139Gln",
"transcript": "ENST00000687552.1",
"protein_id": "ENSP00000510518.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 402,
"cds_start": 415,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687552.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000691939.1",
"protein_id": "ENSP00000508775.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 401,
"cds_start": 496,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 2289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691939.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.432G>C",
"hgvs_p": "p.Glu144Asp",
"transcript": "ENST00000689291.1",
"protein_id": "ENSP00000509043.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 387,
"cds_start": 432,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 603,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689291.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000685400.1",
"protein_id": "ENSP00000510705.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 365,
"cds_start": 496,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685400.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.354G>C",
"hgvs_p": "p.Glu118Asp",
"transcript": "ENST00000690280.1",
"protein_id": "ENSP00000509463.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 361,
"cds_start": 354,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 2094,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690280.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.432G>C",
"hgvs_p": "p.Glu144Asp",
"transcript": "ENST00000913946.1",
"protein_id": "ENSP00000584005.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 333,
"cds_start": 432,
"cds_end": null,
"cds_length": 1002,
"cdna_start": 627,
"cdna_end": null,
"cdna_length": 2024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913946.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000692971.1",
"protein_id": "ENSP00000510755.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 316,
"cds_start": 496,
"cds_end": null,
"cds_length": 951,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 1844,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692971.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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.496G>C",
"hgvs_p": "p.Glu166Gln",
"transcript": "ENST00000689100.1",
"protein_id": "ENSP00000510253.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 311,
"cds_start": 496,
"cds_end": null,
"cds_length": 936,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689100.1"
},
{
"aa_ref": "E",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.354G>C",
"hgvs_p": "p.Glu118Asp",
"transcript": "ENST00000690740.1",
"protein_id": "ENSP00000509098.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 307,
"cds_start": 354,
"cds_end": null,
"cds_length": 924,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 1928,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690740.1"
},
{
"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-33467C>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": null,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164165.2"
},
{
"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-33467C>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": null,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2113,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406625.6"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.426+1460G>C",
"hgvs_p": null,
"transcript": "ENST00000901757.1",
"protein_id": "ENSP00000571816.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": null,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2346,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901757.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.349-2345G>C",
"hgvs_p": null,
"transcript": "ENST00000687723.1",
"protein_id": "ENSP00000510385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 424,
"cds_start": null,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2279,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687723.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.268-2345G>C",
"hgvs_p": null,
"transcript": "ENST00000901755.1",
"protein_id": "ENSP00000571814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901755.1"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.490+1257G>C",
"hgvs_p": null,
"transcript": "ENST00000952238.1",
"protein_id": "ENSP00000622297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 352,
"cds_start": null,
"cds_end": null,
"cds_length": 1059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2084,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952238.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.426+1460G>C",
"hgvs_p": null,
"transcript": "ENST00000901756.1",
"protein_id": "ENSP00000571815.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901756.1"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.348+3039G>C",
"hgvs_p": null,
"transcript": "ENST00000688274.1",
"protein_id": "ENSP00000510135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 306,
"cds_start": null,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688274.1"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.426+1460G>C",
"hgvs_p": null,
"transcript": "ENST00000913948.1",
"protein_id": "ENSP00000584007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 278,
"cds_start": null,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.348+3039G>C",
"hgvs_p": null,
"transcript": "ENST00000952240.1",
"protein_id": "ENSP00000622299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": null,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952240.1"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "c.267+4603G>C",
"hgvs_p": null,
"transcript": "ENST00000913947.1",
"protein_id": "ENSP00000584006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1667,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913947.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.496G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2471,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000684875.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.698G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2719,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000685508.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.496G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2232,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000686424.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.698G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4188,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000687536.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.698G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3949,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000688096.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.496G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2482,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000688147.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.496G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2714,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000689106.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.718G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3898,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000689230.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000689887.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*358G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3995,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000689943.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2070,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000690020.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>C",
"hgvs_p": null,
"transcript": "ENST00000690769.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2759,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000690769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.525G>C",
"hgvs_p": null,
"transcript": "ENST00000691065.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1839,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000691065.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*245G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691171.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.496G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2070,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691217.1"
},
{
"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.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4014,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000692267.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1750,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000692516.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4690,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000692665.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.432G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3783,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000692745.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*431G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3933,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000692786.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.686G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3228,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000693288.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*358G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3995,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000689943.1"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*245G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3267,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000691171.1"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"hgvs_c": "n.*431G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3933,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000692786.1"
},
{
"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+21091C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000459916.1"
},
{
"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+60776C>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 736,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000498475.2"
},
{
"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.490+1257G>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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000693696.1"
}
],
"gene_symbol": "ERLEC1",
"gene_hgnc_id": 25222,
"dbsnp": "rs772083446",
"frequency_reference_population": 0.0000020543978,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020544,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16302376985549927,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.1031,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.751,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015701.5",
"gene_symbol": "ERLEC1",
"hgnc_id": 25222,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.496G>C",
"hgvs_p": "p.Glu166Gln"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001164165.2",
"gene_symbol": "GPR75-ASB3",
"hgnc_id": 40043,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.102-33467C>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000406625.6",
"gene_symbol": "ASB3",
"hgnc_id": 16013,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-13-33467C>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
}