← 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-37520644-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=37520644&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 37520644,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001405103.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3671A>G",
"hgvs_p": "p.Asp1224Gly",
"transcript": "NM_007247.6",
"protein_id": "NP_009178.3",
"transcript_support_level": null,
"aa_start": 1224,
"aa_end": null,
"aa_length": 1314,
"cds_start": 3671,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000612223.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007247.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3671A>G",
"hgvs_p": "p.Asp1224Gly",
"transcript": "ENST00000612223.5",
"protein_id": "ENSP00000483453.1",
"transcript_support_level": 1,
"aa_start": 1224,
"aa_end": null,
"aa_length": 1314,
"cds_start": 3671,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007247.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000612223.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3506A>G",
"hgvs_p": "p.Asp1169Gly",
"transcript": "ENST00000622045.4",
"protein_id": "ENSP00000483063.1",
"transcript_support_level": 1,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1259,
"cds_start": 3506,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622045.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3434A>G",
"hgvs_p": "p.Asp1145Gly",
"transcript": "ENST00000619541.4",
"protein_id": "ENSP00000477885.1",
"transcript_support_level": 1,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3434,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000619541.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3437A>G",
"hgvs_p": "p.Asp1146Gly",
"transcript": "ENST00000621136.4",
"protein_id": "ENSP00000484529.1",
"transcript_support_level": 1,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1224,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621136.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3053A>G",
"hgvs_p": "p.Asp1018Gly",
"transcript": "ENST00000614941.4",
"protein_id": "ENSP00000481151.1",
"transcript_support_level": 1,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1108,
"cds_start": 3053,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614941.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.4043A>G",
"hgvs_p": "p.Asp1348Gly",
"transcript": "NM_001405103.1",
"protein_id": "NP_001392032.1",
"transcript_support_level": null,
"aa_start": 1348,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4043,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001405103.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3974A>G",
"hgvs_p": "p.Asp1325Gly",
"transcript": "ENST00000864300.1",
"protein_id": "ENSP00000534359.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1415,
"cds_start": 3974,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864300.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3971A>G",
"hgvs_p": "p.Asp1324Gly",
"transcript": "ENST00000864302.1",
"protein_id": "ENSP00000534361.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864302.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3974A>G",
"hgvs_p": "p.Asp1325Gly",
"transcript": "ENST00000936287.1",
"protein_id": "ENSP00000606346.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3974,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936287.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3971A>G",
"hgvs_p": "p.Asp1324Gly",
"transcript": "ENST00000936288.1",
"protein_id": "ENSP00000606347.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936288.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3929A>G",
"hgvs_p": "p.Asp1310Gly",
"transcript": "ENST00000864297.1",
"protein_id": "ENSP00000534356.1",
"transcript_support_level": null,
"aa_start": 1310,
"aa_end": null,
"aa_length": 1388,
"cds_start": 3929,
"cds_end": null,
"cds_length": 4167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864297.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3839A>G",
"hgvs_p": "p.Asp1280Gly",
"transcript": "ENST00000864291.1",
"protein_id": "ENSP00000534350.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3839,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864291.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "ENST00000864304.1",
"protein_id": "ENSP00000534363.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864304.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "ENST00000972435.1",
"protein_id": "ENSP00000642494.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972435.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Asp1278Gly",
"transcript": "ENST00000936284.1",
"protein_id": "ENSP00000606343.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3833,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936284.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3839A>G",
"hgvs_p": "p.Asp1280Gly",
"transcript": "ENST00000864303.1",
"protein_id": "ENSP00000534362.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3839,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864303.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "ENST00000936286.1",
"protein_id": "ENSP00000606345.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936286.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Asp1278Gly",
"transcript": "ENST00000864296.1",
"protein_id": "ENSP00000534355.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1356,
"cds_start": 3833,
"cds_end": null,
"cds_length": 4071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864296.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3725A>G",
"hgvs_p": "p.Asp1242Gly",
"transcript": "ENST00000936290.1",
"protein_id": "ENSP00000606349.1",
"transcript_support_level": null,
"aa_start": 1242,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3725,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936290.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3719A>G",
"hgvs_p": "p.Asp1240Gly",
"transcript": "ENST00000972438.1",
"protein_id": "ENSP00000642497.1",
"transcript_support_level": null,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1330,
"cds_start": 3719,
"cds_end": null,
"cds_length": 3993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972438.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3740A>G",
"hgvs_p": "p.Asp1247Gly",
"transcript": "ENST00000864308.1",
"protein_id": "ENSP00000534367.1",
"transcript_support_level": null,
"aa_start": 1247,
"aa_end": null,
"aa_length": 1325,
"cds_start": 3740,
"cds_end": null,
"cds_length": 3978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864308.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3668A>G",
"hgvs_p": "p.Asp1223Gly",
"transcript": "ENST00000936285.1",
"protein_id": "ENSP00000606344.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936285.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3674A>G",
"hgvs_p": "p.Asp1225Gly",
"transcript": "ENST00000864301.1",
"protein_id": "ENSP00000534360.1",
"transcript_support_level": null,
"aa_start": 1225,
"aa_end": null,
"aa_length": 1303,
"cds_start": 3674,
"cds_end": null,
"cds_length": 3912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864301.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3671A>G",
"hgvs_p": "p.Asp1224Gly",
"transcript": "ENST00000864289.1",
"protein_id": "ENSP00000534348.1",
"transcript_support_level": null,
"aa_start": 1224,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3671,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864289.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3668A>G",
"hgvs_p": "p.Asp1223Gly",
"transcript": "ENST00000864293.1",
"protein_id": "ENSP00000534352.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864293.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3626A>G",
"hgvs_p": "p.Asp1209Gly",
"transcript": "ENST00000864306.1",
"protein_id": "ENSP00000534365.1",
"transcript_support_level": null,
"aa_start": 1209,
"aa_end": null,
"aa_length": 1299,
"cds_start": 3626,
"cds_end": null,
"cds_length": 3900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864306.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3626A>G",
"hgvs_p": "p.Asp1209Gly",
"transcript": "ENST00000864299.1",
"protein_id": "ENSP00000534358.1",
"transcript_support_level": null,
"aa_start": 1209,
"aa_end": null,
"aa_length": 1287,
"cds_start": 3626,
"cds_end": null,
"cds_length": 3864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864299.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3602A>G",
"hgvs_p": "p.Asp1201Gly",
"transcript": "ENST00000972437.1",
"protein_id": "ENSP00000642496.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1279,
"cds_start": 3602,
"cds_end": null,
"cds_length": 3840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972437.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3536A>G",
"hgvs_p": "p.Asp1179Gly",
"transcript": "ENST00000864309.1",
"protein_id": "ENSP00000534368.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1269,
"cds_start": 3536,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864309.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "ENST00000864292.1",
"protein_id": "ENSP00000534351.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864292.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3506A>G",
"hgvs_p": "p.Asp1169Gly",
"transcript": "NM_198882.3",
"protein_id": "NP_942583.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1259,
"cds_start": 3506,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198882.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3536A>G",
"hgvs_p": "p.Asp1179Gly",
"transcript": "ENST00000864290.1",
"protein_id": "ENSP00000534349.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3536,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864290.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "ENST00000864294.1",
"protein_id": "ENSP00000534353.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864294.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "ENST00000864295.1",
"protein_id": "ENSP00000534354.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864295.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3530A>G",
"hgvs_p": "p.Asp1177Gly",
"transcript": "ENST00000864298.1",
"protein_id": "ENSP00000534357.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1255,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864298.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3488A>G",
"hgvs_p": "p.Asp1163Gly",
"transcript": "ENST00000864307.1",
"protein_id": "ENSP00000534366.1",
"transcript_support_level": null,
"aa_start": 1163,
"aa_end": null,
"aa_length": 1253,
"cds_start": 3488,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864307.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3437A>G",
"hgvs_p": "p.Asp1146Gly",
"transcript": "NM_001163544.3",
"protein_id": "NP_001157016.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163544.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3437A>G",
"hgvs_p": "p.Asp1146Gly",
"transcript": "ENST00000936291.1",
"protein_id": "ENSP00000606350.1",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936291.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3434A>G",
"hgvs_p": "p.Asp1145Gly",
"transcript": "NM_001163545.3",
"protein_id": "NP_001157017.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3434,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163545.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3437A>G",
"hgvs_p": "p.Asp1146Gly",
"transcript": "NM_080550.5",
"protein_id": "NP_542117.3",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1224,
"cds_start": 3437,
"cds_end": null,
"cds_length": 3675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080550.5"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3434A>G",
"hgvs_p": "p.Asp1145Gly",
"transcript": "ENST00000972434.1",
"protein_id": "ENSP00000642493.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3434,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972434.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3302A>G",
"hgvs_p": "p.Asp1101Gly",
"transcript": "ENST00000864310.1",
"protein_id": "ENSP00000534369.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1191,
"cds_start": 3302,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864310.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "ENST00000936289.1",
"protein_id": "ENSP00000606348.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1190,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936289.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "ENST00000936292.1",
"protein_id": "ENSP00000606351.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1190,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936292.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3302A>G",
"hgvs_p": "p.Asp1101Gly",
"transcript": "NM_001163546.3",
"protein_id": "NP_001157018.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3302,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163546.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3302A>G",
"hgvs_p": "p.Asp1101Gly",
"transcript": "ENST00000616179.4",
"protein_id": "ENSP00000482962.1",
"transcript_support_level": 5,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3302,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616179.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "ENST00000936294.1",
"protein_id": "ENSP00000606352.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936294.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3296A>G",
"hgvs_p": "p.Asp1099Gly",
"transcript": "ENST00000864305.1",
"protein_id": "ENSP00000534364.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3296,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864305.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3281A>G",
"hgvs_p": "p.Asp1094Gly",
"transcript": "ENST00000936295.1",
"protein_id": "ENSP00000606354.1",
"transcript_support_level": null,
"aa_start": 1094,
"aa_end": null,
"aa_length": 1172,
"cds_start": 3281,
"cds_end": null,
"cds_length": 3519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936295.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3053A>G",
"hgvs_p": "p.Asp1018Gly",
"transcript": "NM_001163547.3",
"protein_id": "NP_001157019.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1108,
"cds_start": 3053,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163547.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3053A>G",
"hgvs_p": "p.Asp1018Gly",
"transcript": "ENST00000936296.1",
"protein_id": "ENSP00000606355.1",
"transcript_support_level": null,
"aa_start": 1018,
"aa_end": null,
"aa_length": 1096,
"cds_start": 3053,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936296.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2594A>G",
"hgvs_p": "p.Asp865Gly",
"transcript": "ENST00000972439.1",
"protein_id": "ENSP00000642498.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 955,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972439.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.2492A>G",
"hgvs_p": "p.Asp831Gly",
"transcript": "ENST00000972436.1",
"protein_id": "ENSP00000642495.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 921,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972436.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.4040A>G",
"hgvs_p": "p.Asp1347Gly",
"transcript": "XM_017024077.1",
"protein_id": "XP_016879566.1",
"transcript_support_level": null,
"aa_start": 1347,
"aa_end": null,
"aa_length": 1437,
"cds_start": 4040,
"cds_end": null,
"cds_length": 4314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024077.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3974A>G",
"hgvs_p": "p.Asp1325Gly",
"transcript": "XM_005256980.6",
"protein_id": "XP_005257037.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1415,
"cds_start": 3974,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256980.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3971A>G",
"hgvs_p": "p.Asp1324Gly",
"transcript": "XM_047435225.1",
"protein_id": "XP_047291181.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435225.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3962A>G",
"hgvs_p": "p.Asp1321Gly",
"transcript": "XM_047435226.1",
"protein_id": "XP_047291182.1",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3962,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435226.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3959A>G",
"hgvs_p": "p.Asp1320Gly",
"transcript": "XM_017024081.3",
"protein_id": "XP_016879570.1",
"transcript_support_level": null,
"aa_start": 1320,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3959,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024081.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3974A>G",
"hgvs_p": "p.Asp1325Gly",
"transcript": "XM_017024082.2",
"protein_id": "XP_016879571.1",
"transcript_support_level": null,
"aa_start": 1325,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3974,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024082.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3971A>G",
"hgvs_p": "p.Asp1324Gly",
"transcript": "XM_047435227.1",
"protein_id": "XP_047291183.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1402,
"cds_start": 3971,
"cds_end": null,
"cds_length": 4209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435227.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3911A>G",
"hgvs_p": "p.Asp1304Gly",
"transcript": "XM_047435228.1",
"protein_id": "XP_047291184.1",
"transcript_support_level": null,
"aa_start": 1304,
"aa_end": null,
"aa_length": 1394,
"cds_start": 3911,
"cds_end": null,
"cds_length": 4185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435228.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3908A>G",
"hgvs_p": "p.Asp1303Gly",
"transcript": "XM_017024083.2",
"protein_id": "XP_016879572.1",
"transcript_support_level": null,
"aa_start": 1303,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3908,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024083.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3908A>G",
"hgvs_p": "p.Asp1303Gly",
"transcript": "XM_047435229.1",
"protein_id": "XP_047291185.1",
"transcript_support_level": null,
"aa_start": 1303,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3908,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435229.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Asp1302Gly",
"transcript": "XM_017024084.2",
"protein_id": "XP_016879573.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1392,
"cds_start": 3905,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024084.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3905A>G",
"hgvs_p": "p.Asp1302Gly",
"transcript": "XM_047435230.1",
"protein_id": "XP_047291186.1",
"transcript_support_level": null,
"aa_start": 1302,
"aa_end": null,
"aa_length": 1392,
"cds_start": 3905,
"cds_end": null,
"cds_length": 4179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435230.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3902A>G",
"hgvs_p": "p.Asp1301Gly",
"transcript": "XM_047435231.1",
"protein_id": "XP_047291187.1",
"transcript_support_level": null,
"aa_start": 1301,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3902,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435231.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3908A>G",
"hgvs_p": "p.Asp1303Gly",
"transcript": "XM_047435232.1",
"protein_id": "XP_047291188.1",
"transcript_support_level": null,
"aa_start": 1303,
"aa_end": null,
"aa_length": 1381,
"cds_start": 3908,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435232.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3842A>G",
"hgvs_p": "p.Asp1281Gly",
"transcript": "XM_047435233.1",
"protein_id": "XP_047291189.1",
"transcript_support_level": null,
"aa_start": 1281,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3842,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435233.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3839A>G",
"hgvs_p": "p.Asp1280Gly",
"transcript": "XM_017024086.2",
"protein_id": "XP_016879575.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3839,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024086.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "XM_017024087.2",
"protein_id": "XP_016879576.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024087.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "XM_047435234.1",
"protein_id": "XP_047291190.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435234.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Asp1278Gly",
"transcript": "XM_047435235.1",
"protein_id": "XP_047291191.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1368,
"cds_start": 3833,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435235.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3839A>G",
"hgvs_p": "p.Asp1280Gly",
"transcript": "XM_017024089.2",
"protein_id": "XP_016879578.1",
"transcript_support_level": null,
"aa_start": 1280,
"aa_end": null,
"aa_length": 1358,
"cds_start": 3839,
"cds_end": null,
"cds_length": 4077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024089.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "XM_047435236.1",
"protein_id": "XP_047291192.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435236.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3836A>G",
"hgvs_p": "p.Asp1279Gly",
"transcript": "XM_047435237.1",
"protein_id": "XP_047291193.1",
"transcript_support_level": null,
"aa_start": 1279,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3836,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435237.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3833A>G",
"hgvs_p": "p.Asp1278Gly",
"transcript": "XM_047435238.1",
"protein_id": "XP_047291194.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1356,
"cds_start": 3833,
"cds_end": null,
"cds_length": 4071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435238.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3773A>G",
"hgvs_p": "p.Asp1258Gly",
"transcript": "XM_047435239.1",
"protein_id": "XP_047291195.1",
"transcript_support_level": null,
"aa_start": 1258,
"aa_end": null,
"aa_length": 1348,
"cds_start": 3773,
"cds_end": null,
"cds_length": 4047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435239.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3668A>G",
"hgvs_p": "p.Asp1223Gly",
"transcript": "XM_047435240.1",
"protein_id": "XP_047291196.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1313,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435240.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3671A>G",
"hgvs_p": "p.Asp1224Gly",
"transcript": "XM_017024093.3",
"protein_id": "XP_016879582.1",
"transcript_support_level": null,
"aa_start": 1224,
"aa_end": null,
"aa_length": 1302,
"cds_start": 3671,
"cds_end": null,
"cds_length": 3909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024093.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3668A>G",
"hgvs_p": "p.Asp1223Gly",
"transcript": "XM_017024094.2",
"protein_id": "XP_016879583.1",
"transcript_support_level": null,
"aa_start": 1223,
"aa_end": null,
"aa_length": 1301,
"cds_start": 3668,
"cds_end": null,
"cds_length": 3906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024094.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3608A>G",
"hgvs_p": "p.Asp1203Gly",
"transcript": "XM_017024095.2",
"protein_id": "XP_016879584.1",
"transcript_support_level": null,
"aa_start": 1203,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3608,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024095.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3605A>G",
"hgvs_p": "p.Asp1202Gly",
"transcript": "XM_047435241.1",
"protein_id": "XP_047291197.1",
"transcript_support_level": null,
"aa_start": 1202,
"aa_end": null,
"aa_length": 1292,
"cds_start": 3605,
"cds_end": null,
"cds_length": 3879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435241.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3536A>G",
"hgvs_p": "p.Asp1179Gly",
"transcript": "XM_017024097.2",
"protein_id": "XP_016879586.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1269,
"cds_start": 3536,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024097.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "XM_017024098.3",
"protein_id": "XP_016879587.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024098.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "XM_047435242.1",
"protein_id": "XP_047291198.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1268,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435242.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3530A>G",
"hgvs_p": "p.Asp1177Gly",
"transcript": "XM_047435243.1",
"protein_id": "XP_047291199.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435243.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3536A>G",
"hgvs_p": "p.Asp1179Gly",
"transcript": "XM_047435244.1",
"protein_id": "XP_047291200.1",
"transcript_support_level": null,
"aa_start": 1179,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3536,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435244.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "XM_017024100.2",
"protein_id": "XP_016879589.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024100.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3533A>G",
"hgvs_p": "p.Asp1178Gly",
"transcript": "XM_047435245.1",
"protein_id": "XP_047291201.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1256,
"cds_start": 3533,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435245.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3530A>G",
"hgvs_p": "p.Asp1177Gly",
"transcript": "XM_017024101.2",
"protein_id": "XP_016879590.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1255,
"cds_start": 3530,
"cds_end": null,
"cds_length": 3768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024101.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3434A>G",
"hgvs_p": "p.Asp1145Gly",
"transcript": "XM_017024102.1",
"protein_id": "XP_016879591.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3434,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024102.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3302A>G",
"hgvs_p": "p.Asp1101Gly",
"transcript": "XM_017024106.2",
"protein_id": "XP_016879595.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1191,
"cds_start": 3302,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024106.2"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "XM_017024104.3",
"protein_id": "XP_016879593.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1190,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017024104.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "XM_047435246.1",
"protein_id": "XP_047291202.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1190,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435246.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3296A>G",
"hgvs_p": "p.Asp1099Gly",
"transcript": "XM_047435247.1",
"protein_id": "XP_047291203.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3296,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435247.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3299A>G",
"hgvs_p": "p.Asp1100Gly",
"transcript": "XM_047435248.1",
"protein_id": "XP_047291204.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1178,
"cds_start": 3299,
"cds_end": null,
"cds_length": 3537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435248.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "c.3296A>G",
"hgvs_p": "p.Asp1099Gly",
"transcript": "XM_047435249.1",
"protein_id": "XP_047291205.1",
"transcript_support_level": null,
"aa_start": 1099,
"aa_end": null,
"aa_length": 1177,
"cds_start": 3296,
"cds_end": null,
"cds_length": 3534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"hgvs_c": "n.1505A>G",
"hgvs_p": null,
"transcript": "ENST00000619914.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000619914.1"
}
],
"gene_symbol": "SYNRG",
"gene_hgnc_id": 557,
"dbsnp": "rs370165113",
"frequency_reference_population": 0.00010532029,
"hom_count_reference_population": 1,
"allele_count_reference_population": 170,
"gnomad_exomes_af": 0.000102612,
"gnomad_genomes_af": 0.000131316,
"gnomad_exomes_ac": 150,
"gnomad_genomes_ac": 20,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6181641817092896,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.4,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5196,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.822,
"phylop100way_prediction": "Pathogenic",
"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": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001405103.1",
"gene_symbol": "SYNRG",
"hgnc_id": 557,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4043A>G",
"hgvs_p": "p.Asp1348Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}