← 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: 17-37540508-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=37540508&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 37540508,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001405103.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "NM_007247.6",
"protein_id": "NP_009178.3",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1314,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3945,
"cdna_start": 3301,
"cdna_end": null,
"cdna_length": 8141,
"mane_select": "ENST00000612223.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007247.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "ENST00000612223.5",
"protein_id": "ENSP00000483453.1",
"transcript_support_level": 1,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1314,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3945,
"cdna_start": 3301,
"cdna_end": null,
"cdna_length": 8141,
"mane_select": "NM_007247.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612223.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "ENST00000622045.4",
"protein_id": "ENSP00000483063.1",
"transcript_support_level": 1,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1259,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3780,
"cdna_start": 3030,
"cdna_end": null,
"cdna_length": 3859,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622045.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3001G>A",
"hgvs_p": "p.Glu1001Lys",
"transcript": "ENST00000619541.4",
"protein_id": "ENSP00000477885.1",
"transcript_support_level": 1,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3001,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 3027,
"cdna_end": null,
"cdna_length": 3787,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619541.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "ENST00000621136.4",
"protein_id": "ENSP00000484529.1",
"transcript_support_level": 1,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1224,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3675,
"cdna_start": 3060,
"cdna_end": null,
"cdna_length": 4841,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621136.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2620G>A",
"hgvs_p": "p.Glu874Lys",
"transcript": "ENST00000614941.4",
"protein_id": "ENSP00000481151.1",
"transcript_support_level": 1,
"aa_start": 874,
"aa_end": null,
"aa_length": 1108,
"cds_start": 2620,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 2646,
"cdna_end": null,
"cdna_length": 3406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614941.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "NM_001405103.1",
"protein_id": "NP_001392032.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1438,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4317,
"cdna_start": 3604,
"cdna_end": null,
"cdna_length": 8513,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405103.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "ENST00000864300.1",
"protein_id": "ENSP00000534359.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1415,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4248,
"cdna_start": 3591,
"cdna_end": null,
"cdna_length": 4777,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864300.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "ENST00000864302.1",
"protein_id": "ENSP00000534361.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3538,
"cds_end": null,
"cds_length": 4245,
"cdna_start": 3588,
"cdna_end": null,
"cdna_length": 4767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864302.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "ENST00000936287.1",
"protein_id": "ENSP00000606346.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4212,
"cdna_start": 3607,
"cdna_end": null,
"cdna_length": 5386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936287.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "ENST00000936288.1",
"protein_id": "ENSP00000606347.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3538,
"cds_end": null,
"cds_length": 4209,
"cdna_start": 3603,
"cdna_end": null,
"cdna_length": 4753,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936288.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "ENST00000864297.1",
"protein_id": "ENSP00000534356.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4167,
"cdna_start": 3602,
"cdna_end": null,
"cdna_length": 4707,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864297.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Glu1136Lys",
"transcript": "ENST00000864291.1",
"protein_id": "ENSP00000534350.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3406,
"cds_end": null,
"cds_length": 4113,
"cdna_start": 3463,
"cdna_end": null,
"cdna_length": 5273,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864291.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "ENST00000864304.1",
"protein_id": "ENSP00000534363.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4110,
"cdna_start": 3446,
"cdna_end": null,
"cdna_length": 4628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864304.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "ENST00000972435.1",
"protein_id": "ENSP00000642494.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4110,
"cdna_start": 3417,
"cdna_end": null,
"cdna_length": 5536,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972435.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3400G>A",
"hgvs_p": "p.Glu1134Lys",
"transcript": "ENST00000936284.1",
"protein_id": "ENSP00000606343.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3400,
"cds_end": null,
"cds_length": 4107,
"cdna_start": 3477,
"cdna_end": null,
"cdna_length": 8214,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936284.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Glu1136Lys",
"transcript": "ENST00000864303.1",
"protein_id": "ENSP00000534362.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3406,
"cds_end": null,
"cds_length": 4077,
"cdna_start": 3449,
"cdna_end": null,
"cdna_length": 4599,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864303.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "ENST00000936286.1",
"protein_id": "ENSP00000606345.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 3469,
"cdna_end": null,
"cdna_length": 5250,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936286.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3400G>A",
"hgvs_p": "p.Glu1134Lys",
"transcript": "ENST00000864296.1",
"protein_id": "ENSP00000534355.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1356,
"cds_start": 3400,
"cds_end": null,
"cds_length": 4071,
"cdna_start": 3467,
"cdna_end": null,
"cdna_length": 4617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864296.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "ENST00000936290.1",
"protein_id": "ENSP00000606349.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3538,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 3584,
"cdna_end": null,
"cdna_length": 4524,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936290.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3286G>A",
"hgvs_p": "p.Glu1096Lys",
"transcript": "ENST00000972438.1",
"protein_id": "ENSP00000642497.1",
"transcript_support_level": null,
"aa_start": 1096,
"aa_end": null,
"aa_length": 1330,
"cds_start": 3286,
"cds_end": null,
"cds_length": 3993,
"cdna_start": 3299,
"cdna_end": null,
"cdna_length": 4479,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972438.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "ENST00000864308.1",
"protein_id": "ENSP00000534367.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1325,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3978,
"cdna_start": 3267,
"cdna_end": null,
"cdna_length": 4486,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864308.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3235G>A",
"hgvs_p": "p.Glu1079Lys",
"transcript": "ENST00000936285.1",
"protein_id": "ENSP00000606344.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 3342,
"cdna_end": null,
"cdna_length": 5160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936285.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3241G>A",
"hgvs_p": "p.Glu1081Lys",
"transcript": "ENST00000864301.1",
"protein_id": "ENSP00000534360.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3241,
"cds_end": null,
"cds_length": 3912,
"cdna_start": 3284,
"cdna_end": null,
"cdna_length": 4434,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864301.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "ENST00000864289.1",
"protein_id": "ENSP00000534348.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3909,
"cdna_start": 3316,
"cdna_end": null,
"cdna_length": 6265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864289.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3235G>A",
"hgvs_p": "p.Glu1079Lys",
"transcript": "ENST00000864293.1",
"protein_id": "ENSP00000534352.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3906,
"cdna_start": 3285,
"cdna_end": null,
"cdna_length": 4793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864293.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "ENST00000864306.1",
"protein_id": "ENSP00000534365.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 3273,
"cdna_end": null,
"cdna_length": 4414,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864306.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "ENST00000864299.1",
"protein_id": "ENSP00000534358.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1287,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3864,
"cdna_start": 3288,
"cdna_end": null,
"cdna_length": 4393,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864299.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "ENST00000972437.1",
"protein_id": "ENSP00000642496.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1279,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3840,
"cdna_start": 3114,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972437.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3103G>A",
"hgvs_p": "p.Glu1035Lys",
"transcript": "ENST00000864309.1",
"protein_id": "ENSP00000534368.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1269,
"cds_start": 3103,
"cds_end": null,
"cds_length": 3810,
"cdna_start": 3120,
"cdna_end": null,
"cdna_length": 4300,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864309.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "ENST00000864292.1",
"protein_id": "ENSP00000534351.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3807,
"cdna_start": 3143,
"cdna_end": null,
"cdna_length": 4946,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864292.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "NM_198882.3",
"protein_id": "NP_942583.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1259,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3780,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 7976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198882.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3103G>A",
"hgvs_p": "p.Glu1035Lys",
"transcript": "ENST00000864290.1",
"protein_id": "ENSP00000534349.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3103,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 3211,
"cdna_end": null,
"cdna_length": 4995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864290.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "ENST00000864294.1",
"protein_id": "ENSP00000534353.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3771,
"cdna_start": 3178,
"cdna_end": null,
"cdna_length": 4328,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864294.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "ENST00000864295.1",
"protein_id": "ENSP00000534354.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3771,
"cdna_start": 3173,
"cdna_end": null,
"cdna_length": 4323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864295.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3097G>A",
"hgvs_p": "p.Glu1033Lys",
"transcript": "ENST00000864298.1",
"protein_id": "ENSP00000534357.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1255,
"cds_start": 3097,
"cds_end": null,
"cds_length": 3768,
"cdna_start": 3158,
"cdna_end": null,
"cdna_length": 4308,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864298.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "ENST00000864307.1",
"protein_id": "ENSP00000534366.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1253,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3762,
"cdna_start": 3135,
"cdna_end": null,
"cdna_length": 4272,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864307.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "NM_001163544.3",
"protein_id": "NP_001157016.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 7907,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163544.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "ENST00000936291.1",
"protein_id": "ENSP00000606350.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3711,
"cdna_start": 3047,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936291.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3001G>A",
"hgvs_p": "p.Glu1001Lys",
"transcript": "NM_001163545.3",
"protein_id": "NP_001157017.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3001,
"cds_end": null,
"cds_length": 3708,
"cdna_start": 3064,
"cdna_end": null,
"cdna_length": 7904,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163545.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3004G>A",
"hgvs_p": "p.Glu1002Lys",
"transcript": "NM_080550.5",
"protein_id": "NP_542117.3",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1224,
"cds_start": 3004,
"cds_end": null,
"cds_length": 3675,
"cdna_start": 3067,
"cdna_end": null,
"cdna_length": 7871,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080550.5"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3001G>A",
"hgvs_p": "p.Glu1001Lys",
"transcript": "ENST00000972434.1",
"protein_id": "ENSP00000642493.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3001,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 3046,
"cdna_end": null,
"cdna_length": 5975,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972434.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2869G>A",
"hgvs_p": "p.Glu957Lys",
"transcript": "ENST00000864310.1",
"protein_id": "ENSP00000534369.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1191,
"cds_start": 2869,
"cds_end": null,
"cds_length": 3576,
"cdna_start": 2883,
"cdna_end": null,
"cdna_length": 3780,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864310.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "ENST00000936289.1",
"protein_id": "ENSP00000606348.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1190,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3573,
"cdna_start": 2932,
"cdna_end": null,
"cdna_length": 4113,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936289.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "ENST00000936292.1",
"protein_id": "ENSP00000606351.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1190,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3573,
"cdna_start": 2909,
"cdna_end": null,
"cdna_length": 4095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936292.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2869G>A",
"hgvs_p": "p.Glu957Lys",
"transcript": "NM_001163546.3",
"protein_id": "NP_001157018.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1179,
"cds_start": 2869,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 2932,
"cdna_end": null,
"cdna_length": 7736,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163546.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2869G>A",
"hgvs_p": "p.Glu957Lys",
"transcript": "ENST00000616179.4",
"protein_id": "ENSP00000482962.1",
"transcript_support_level": 5,
"aa_start": 957,
"aa_end": null,
"aa_length": 1179,
"cds_start": 2869,
"cds_end": null,
"cds_length": 3540,
"cdna_start": 2900,
"cdna_end": null,
"cdna_length": 4050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616179.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "ENST00000936294.1",
"protein_id": "ENSP00000606352.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1178,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 2908,
"cdna_end": null,
"cdna_length": 4058,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936294.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2863G>A",
"hgvs_p": "p.Glu955Lys",
"transcript": "ENST00000864305.1",
"protein_id": "ENSP00000534364.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1177,
"cds_start": 2863,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 2906,
"cdna_end": null,
"cdna_length": 4049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864305.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2848G>A",
"hgvs_p": "p.Glu950Lys",
"transcript": "ENST00000936295.1",
"protein_id": "ENSP00000606354.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 1172,
"cds_start": 2848,
"cds_end": null,
"cds_length": 3519,
"cdna_start": 2869,
"cdna_end": null,
"cdna_length": 4019,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936295.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2620G>A",
"hgvs_p": "p.Glu874Lys",
"transcript": "NM_001163547.3",
"protein_id": "NP_001157019.1",
"transcript_support_level": null,
"aa_start": 874,
"aa_end": null,
"aa_length": 1108,
"cds_start": 2620,
"cds_end": null,
"cds_length": 3327,
"cdna_start": 2683,
"cdna_end": null,
"cdna_length": 7523,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163547.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "ENST00000936296.1",
"protein_id": "ENSP00000606355.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1096,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 2878,
"cdna_end": null,
"cdna_length": 3782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936296.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2161G>A",
"hgvs_p": "p.Glu721Lys",
"transcript": "ENST00000972439.1",
"protein_id": "ENSP00000642498.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 955,
"cds_start": 2161,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2173,
"cdna_end": null,
"cdna_length": 3354,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972439.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2059G>A",
"hgvs_p": "p.Glu687Lys",
"transcript": "ENST00000972436.1",
"protein_id": "ENSP00000642495.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 921,
"cds_start": 2059,
"cds_end": null,
"cds_length": 2766,
"cdna_start": 2088,
"cdna_end": null,
"cdna_length": 3895,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972436.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "XM_017024077.1",
"protein_id": "XP_016879566.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1437,
"cds_start": 3538,
"cds_end": null,
"cds_length": 4314,
"cdna_start": 3601,
"cdna_end": null,
"cdna_length": 8510,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024077.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "XM_005256980.6",
"protein_id": "XP_005257037.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1415,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4248,
"cdna_start": 3604,
"cdna_end": null,
"cdna_length": 8444,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256980.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "XM_047435225.1",
"protein_id": "XP_047291181.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3538,
"cds_end": null,
"cds_length": 4245,
"cdna_start": 3601,
"cdna_end": null,
"cdna_length": 8441,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435225.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3460G>A",
"hgvs_p": "p.Glu1154Lys",
"transcript": "XM_047435226.1",
"protein_id": "XP_047291182.1",
"transcript_support_level": null,
"aa_start": 1154,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3460,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 3515,
"cdna_end": null,
"cdna_length": 8424,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435226.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3457G>A",
"hgvs_p": "p.Glu1153Lys",
"transcript": "XM_017024081.3",
"protein_id": "XP_016879570.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3457,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 3512,
"cdna_end": null,
"cdna_length": 8421,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024081.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys",
"transcript": "XM_017024082.2",
"protein_id": "XP_016879571.1",
"transcript_support_level": null,
"aa_start": 1181,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3541,
"cds_end": null,
"cds_length": 4212,
"cdna_start": 3604,
"cdna_end": null,
"cdna_length": 8408,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024082.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3538G>A",
"hgvs_p": "p.Glu1180Lys",
"transcript": "XM_047435227.1",
"protein_id": "XP_047291183.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3538,
"cds_end": null,
"cds_length": 4209,
"cdna_start": 3601,
"cdna_end": null,
"cdna_length": 8405,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435227.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Glu1136Lys",
"transcript": "XM_017024083.2",
"protein_id": "XP_016879572.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3406,
"cds_end": null,
"cds_length": 4182,
"cdna_start": 3469,
"cdna_end": null,
"cdna_length": 8378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024083.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_017024084.2",
"protein_id": "XP_016879573.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1392,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4179,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024084.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_047435230.1",
"protein_id": "XP_047291186.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1392,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4179,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435230.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3400G>A",
"hgvs_p": "p.Glu1134Lys",
"transcript": "XM_047435231.1",
"protein_id": "XP_047291187.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3400,
"cds_end": null,
"cds_length": 4176,
"cdna_start": 3463,
"cdna_end": null,
"cdna_length": 8372,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435231.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Glu1136Lys",
"transcript": "XM_017024086.2",
"protein_id": "XP_016879575.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3406,
"cds_end": null,
"cds_length": 4113,
"cdna_start": 3469,
"cdna_end": null,
"cdna_length": 8309,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024086.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_017024087.2",
"protein_id": "XP_016879576.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4110,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024087.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_047435234.1",
"protein_id": "XP_047291190.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4110,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435234.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3400G>A",
"hgvs_p": "p.Glu1134Lys",
"transcript": "XM_047435235.1",
"protein_id": "XP_047291191.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3400,
"cds_end": null,
"cds_length": 4107,
"cdna_start": 3463,
"cdna_end": null,
"cdna_length": 8303,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435235.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3406G>A",
"hgvs_p": "p.Glu1136Lys",
"transcript": "XM_017024089.2",
"protein_id": "XP_016879578.1",
"transcript_support_level": null,
"aa_start": 1136,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3406,
"cds_end": null,
"cds_length": 4077,
"cdna_start": 3469,
"cdna_end": null,
"cdna_length": 8273,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024089.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_047435236.1",
"protein_id": "XP_047291192.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435236.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3403G>A",
"hgvs_p": "p.Glu1135Lys",
"transcript": "XM_047435237.1",
"protein_id": "XP_047291193.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3403,
"cds_end": null,
"cds_length": 4074,
"cdna_start": 3466,
"cdna_end": null,
"cdna_length": 8270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435237.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3400G>A",
"hgvs_p": "p.Glu1134Lys",
"transcript": "XM_047435238.1",
"protein_id": "XP_047291194.1",
"transcript_support_level": null,
"aa_start": 1134,
"aa_end": null,
"aa_length": 1356,
"cds_start": 3400,
"cds_end": null,
"cds_length": 4071,
"cdna_start": 3463,
"cdna_end": null,
"cdna_length": 8267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435238.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3235G>A",
"hgvs_p": "p.Glu1079Lys",
"transcript": "XM_047435240.1",
"protein_id": "XP_047291196.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 3298,
"cdna_end": null,
"cdna_length": 8138,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435240.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3238G>A",
"hgvs_p": "p.Glu1080Lys",
"transcript": "XM_017024093.3",
"protein_id": "XP_016879582.1",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3909,
"cdna_start": 3301,
"cdna_end": null,
"cdna_length": 8105,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024093.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3235G>A",
"hgvs_p": "p.Glu1079Lys",
"transcript": "XM_017024094.2",
"protein_id": "XP_016879583.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3906,
"cdna_start": 3298,
"cdna_end": null,
"cdna_length": 8102,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024094.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3172G>A",
"hgvs_p": "p.Glu1058Lys",
"transcript": "XM_047435241.1",
"protein_id": "XP_047291197.1",
"transcript_support_level": null,
"aa_start": 1058,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3172,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 3235,
"cdna_end": null,
"cdna_length": 8075,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435241.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3103G>A",
"hgvs_p": "p.Glu1035Lys",
"transcript": "XM_017024097.2",
"protein_id": "XP_016879586.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1269,
"cds_start": 3103,
"cds_end": null,
"cds_length": 3810,
"cdna_start": 3166,
"cdna_end": null,
"cdna_length": 8006,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024097.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "XM_017024098.3",
"protein_id": "XP_016879587.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3807,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 8003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024098.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "XM_047435242.1",
"protein_id": "XP_047291198.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3807,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 8003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435242.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3097G>A",
"hgvs_p": "p.Glu1033Lys",
"transcript": "XM_047435243.1",
"protein_id": "XP_047291199.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3097,
"cds_end": null,
"cds_length": 3804,
"cdna_start": 3160,
"cdna_end": null,
"cdna_length": 8000,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435243.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3103G>A",
"hgvs_p": "p.Glu1035Lys",
"transcript": "XM_047435244.1",
"protein_id": "XP_047291200.1",
"transcript_support_level": null,
"aa_start": 1035,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3103,
"cds_end": null,
"cds_length": 3774,
"cdna_start": 3166,
"cdna_end": null,
"cdna_length": 7970,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435244.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "XM_017024100.2",
"protein_id": "XP_016879589.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3771,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 7967,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024100.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3100G>A",
"hgvs_p": "p.Glu1034Lys",
"transcript": "XM_047435245.1",
"protein_id": "XP_047291201.1",
"transcript_support_level": null,
"aa_start": 1034,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3100,
"cds_end": null,
"cds_length": 3771,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 7967,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435245.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3097G>A",
"hgvs_p": "p.Glu1033Lys",
"transcript": "XM_017024101.2",
"protein_id": "XP_016879590.1",
"transcript_support_level": null,
"aa_start": 1033,
"aa_end": null,
"aa_length": 1255,
"cds_start": 3097,
"cds_end": null,
"cds_length": 3768,
"cdna_start": 3160,
"cdna_end": null,
"cdna_length": 7964,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024101.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3001G>A",
"hgvs_p": "p.Glu1001Lys",
"transcript": "XM_017024102.1",
"protein_id": "XP_016879591.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3001,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 3064,
"cdna_end": null,
"cdna_length": 7868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024102.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2869G>A",
"hgvs_p": "p.Glu957Lys",
"transcript": "XM_017024106.2",
"protein_id": "XP_016879595.1",
"transcript_support_level": null,
"aa_start": 957,
"aa_end": null,
"aa_length": 1191,
"cds_start": 2869,
"cds_end": null,
"cds_length": 3576,
"cdna_start": 2932,
"cdna_end": null,
"cdna_length": 7772,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024106.2"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "XM_017024104.3",
"protein_id": "XP_016879593.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1190,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3573,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024104.3"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "XM_047435246.1",
"protein_id": "XP_047291202.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1190,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3573,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 7769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435246.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2863G>A",
"hgvs_p": "p.Glu955Lys",
"transcript": "XM_047435247.1",
"protein_id": "XP_047291203.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1189,
"cds_start": 2863,
"cds_end": null,
"cds_length": 3570,
"cdna_start": 2926,
"cdna_end": null,
"cdna_length": 7766,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435247.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2866G>A",
"hgvs_p": "p.Glu956Lys",
"transcript": "XM_047435248.1",
"protein_id": "XP_047291204.1",
"transcript_support_level": null,
"aa_start": 956,
"aa_end": null,
"aa_length": 1178,
"cds_start": 2866,
"cds_end": null,
"cds_length": 3537,
"cdna_start": 2929,
"cdna_end": null,
"cdna_length": 7733,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435248.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2863G>A",
"hgvs_p": "p.Glu955Lys",
"transcript": "XM_047435249.1",
"protein_id": "XP_047291205.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1177,
"cds_start": 2863,
"cds_end": null,
"cds_length": 3534,
"cdna_start": 2926,
"cdna_end": null,
"cdna_length": 7730,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435249.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.416-28G>A",
"hgvs_p": null,
"transcript": "ENST00000614196.1",
"protein_id": "ENSP00000482858.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 709,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614196.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": 23,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3506-28G>A",
"hgvs_p": null,
"transcript": "XM_047435228.1",
"protein_id": "XP_047291184.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1394,
"cds_start": null,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435228.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": 23,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3503-28G>A",
"hgvs_p": null,
"transcript": "XM_047435229.1",
"protein_id": "XP_047291185.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1393,
"cds_start": null,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435229.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": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3503-28G>A",
"hgvs_p": null,
"transcript": "XM_047435232.1",
"protein_id": "XP_047291188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1381,
"cds_start": null,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435232.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": 24,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3368-28G>A",
"hgvs_p": null,
"transcript": "XM_047435233.1",
"protein_id": "XP_047291189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1371,
"cds_start": null,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8312,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435233.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": 23,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3368-28G>A",
"hgvs_p": null,
"transcript": "XM_047435239.1",
"protein_id": "XP_047291195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1348,
"cds_start": null,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8243,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435239.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": 22,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3203-28G>A",
"hgvs_p": null,
"transcript": "XM_017024095.2",
"protein_id": "XP_016879584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1293,
"cds_start": null,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024095.2"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "n.*118G>A",
"hgvs_p": null,
"transcript": "ENST00000618829.4",
"protein_id": null,
"transcript_support_level": 2,
"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": 3649,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000618829.4"
}
],
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"dbsnp": null,
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.571272611618042,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.4000000059604645,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.326,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5416,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.876,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.4,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001405103.1",
"gene_symbol": "SYNRG",
"hgnc_id": 557,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3541G>A",
"hgvs_p": "p.Glu1181Lys"
}
],
"clinvar_disease": "SYNRG-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "SYNRG-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}