← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 6-152148069-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=152148069&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 152148069,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_182961.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24952C>T",
"hgvs_p": "p.Leu8318Phe",
"transcript": "NM_182961.4",
"protein_id": "NP_892006.3",
"transcript_support_level": null,
"aa_start": 8318,
"aa_end": null,
"aa_length": 8797,
"cds_start": 24952,
"cds_end": null,
"cds_length": 26394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367255.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182961.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24952C>T",
"hgvs_p": "p.Leu8318Phe",
"transcript": "ENST00000367255.10",
"protein_id": "ENSP00000356224.5",
"transcript_support_level": 1,
"aa_start": 8318,
"aa_end": null,
"aa_length": 8797,
"cds_start": 24952,
"cds_end": null,
"cds_length": 26394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_182961.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367255.10"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.1417C>T",
"hgvs_p": "p.Leu473Phe",
"transcript": "NM_001347702.2",
"protein_id": "NP_001334631.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 975,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000354674.5",
"biotype": "protein_coding",
"feature": "NM_001347702.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.1417C>T",
"hgvs_p": "p.Leu473Phe",
"transcript": "ENST00000354674.5",
"protein_id": "ENSP00000346701.4",
"transcript_support_level": 5,
"aa_start": 473,
"aa_end": null,
"aa_length": 975,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_001347702.2",
"biotype": "protein_coding",
"feature": "ENST00000354674.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24739C>T",
"hgvs_p": "p.Leu8247Phe",
"transcript": "ENST00000423061.6",
"protein_id": "ENSP00000396024.1",
"transcript_support_level": 1,
"aa_start": 8247,
"aa_end": null,
"aa_length": 8749,
"cds_start": 24739,
"cds_end": null,
"cds_length": 26250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423061.6"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.3718C>T",
"hgvs_p": "p.Leu1240Phe",
"transcript": "ENST00000367251.7",
"protein_id": "ENSP00000356220.3",
"transcript_support_level": 1,
"aa_start": 1240,
"aa_end": null,
"aa_length": 1654,
"cds_start": 3718,
"cds_end": null,
"cds_length": 4965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367251.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.1631C>T",
"hgvs_p": null,
"transcript": "ENST00000347037.9",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000347037.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.8644C>T",
"hgvs_p": null,
"transcript": "ENST00000367256.9",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000367256.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.8536C>T",
"hgvs_p": null,
"transcript": "ENST00000409694.6",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000409694.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.1497C>T",
"hgvs_p": null,
"transcript": "ENST00000460912.6",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000460912.6"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24739C>T",
"hgvs_p": "p.Leu8247Phe",
"transcript": "NM_033071.5",
"protein_id": "NP_149062.2",
"transcript_support_level": null,
"aa_start": 8247,
"aa_end": null,
"aa_length": 8749,
"cds_start": 24739,
"cds_end": null,
"cds_length": 26250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033071.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.2890C>T",
"hgvs_p": "p.Leu964Phe",
"transcript": "ENST00000367257.8",
"protein_id": "ENSP00000356226.4",
"transcript_support_level": 5,
"aa_start": 964,
"aa_end": null,
"aa_length": 1355,
"cds_start": 2890,
"cds_end": null,
"cds_length": 4068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367257.8"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.1417C>T",
"hgvs_p": "p.Leu473Phe",
"transcript": "ENST00000539504.5",
"protein_id": "ENSP00000441052.1",
"transcript_support_level": 5,
"aa_start": 473,
"aa_end": null,
"aa_length": 952,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539504.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.1558C>T",
"hgvs_p": "p.Leu520Phe",
"transcript": "NM_001347701.2",
"protein_id": "NP_001334630.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347701.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.1558C>T",
"hgvs_p": "p.Leu520Phe",
"transcript": "ENST00000536990.5",
"protein_id": "ENSP00000516090.1",
"transcript_support_level": 2,
"aa_start": 520,
"aa_end": null,
"aa_length": 911,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536990.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.685C>T",
"hgvs_p": "p.Leu229Phe",
"transcript": "ENST00000672169.1",
"protein_id": "ENSP00000500287.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 634,
"cds_start": 685,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672169.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.865C>T",
"hgvs_p": "p.Leu289Phe",
"transcript": "ENST00000673173.1",
"protein_id": "ENSP00000500180.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 590,
"cds_start": 865,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673173.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.352C>T",
"hgvs_p": "p.Leu118Phe",
"transcript": "ENST00000672154.1",
"protein_id": "ENSP00000500128.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 509,
"cds_start": 352,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672154.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715407.2",
"protein_id": "XP_006715470.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8846,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715407.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 138,
"exon_rank_end": null,
"exon_count": 149,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_017010608.2",
"protein_id": "XP_016866097.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8846,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010608.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_017010609.2",
"protein_id": "XP_016866098.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8846,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010609.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24985C>T",
"hgvs_p": "p.Leu8329Phe",
"transcript": "XM_011535641.3",
"protein_id": "XP_011533943.1",
"transcript_support_level": null,
"aa_start": 8329,
"aa_end": null,
"aa_length": 8845,
"cds_start": 24985,
"cds_end": null,
"cds_length": 26538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535641.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24976C>T",
"hgvs_p": "p.Leu8326Phe",
"transcript": "XM_006715408.3",
"protein_id": "XP_006715471.1",
"transcript_support_level": null,
"aa_start": 8326,
"aa_end": null,
"aa_length": 8842,
"cds_start": 24976,
"cds_end": null,
"cds_length": 26529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715408.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24973C>T",
"hgvs_p": "p.Leu8325Phe",
"transcript": "XM_011535642.3",
"protein_id": "XP_011533944.1",
"transcript_support_level": null,
"aa_start": 8325,
"aa_end": null,
"aa_length": 8841,
"cds_start": 24973,
"cds_end": null,
"cds_length": 26526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535642.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24967C>T",
"hgvs_p": "p.Leu8323Phe",
"transcript": "XM_006715409.2",
"protein_id": "XP_006715472.1",
"transcript_support_level": null,
"aa_start": 8323,
"aa_end": null,
"aa_length": 8839,
"cds_start": 24967,
"cds_end": null,
"cds_length": 26520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715409.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24967C>T",
"hgvs_p": "p.Leu8323Phe",
"transcript": "XM_017010610.2",
"protein_id": "XP_016866099.1",
"transcript_support_level": null,
"aa_start": 8323,
"aa_end": null,
"aa_length": 8839,
"cds_start": 24967,
"cds_end": null,
"cds_length": 26520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010610.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24967C>T",
"hgvs_p": "p.Leu8323Phe",
"transcript": "XM_047418501.1",
"protein_id": "XP_047274457.1",
"transcript_support_level": null,
"aa_start": 8323,
"aa_end": null,
"aa_length": 8839,
"cds_start": 24967,
"cds_end": null,
"cds_length": 26520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418501.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24961C>T",
"hgvs_p": "p.Leu8321Phe",
"transcript": "XM_017010611.3",
"protein_id": "XP_016866100.1",
"transcript_support_level": null,
"aa_start": 8321,
"aa_end": null,
"aa_length": 8837,
"cds_start": 24961,
"cds_end": null,
"cds_length": 26514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010611.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715410.3",
"protein_id": "XP_006715473.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8832,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715410.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24985C>T",
"hgvs_p": "p.Leu8329Phe",
"transcript": "XM_047418502.1",
"protein_id": "XP_047274458.1",
"transcript_support_level": null,
"aa_start": 8329,
"aa_end": null,
"aa_length": 8831,
"cds_start": 24985,
"cds_end": null,
"cds_length": 26496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418502.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24937C>T",
"hgvs_p": "p.Leu8313Phe",
"transcript": "XM_006715411.2",
"protein_id": "XP_006715474.1",
"transcript_support_level": null,
"aa_start": 8313,
"aa_end": null,
"aa_length": 8829,
"cds_start": 24937,
"cds_end": null,
"cds_length": 26490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715411.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24937C>T",
"hgvs_p": "p.Leu8313Phe",
"transcript": "XM_047418503.1",
"protein_id": "XP_047274459.1",
"transcript_support_level": null,
"aa_start": 8313,
"aa_end": null,
"aa_length": 8829,
"cds_start": 24937,
"cds_end": null,
"cds_length": 26490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418503.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24973C>T",
"hgvs_p": "p.Leu8325Phe",
"transcript": "XM_006715412.3",
"protein_id": "XP_006715475.1",
"transcript_support_level": null,
"aa_start": 8325,
"aa_end": null,
"aa_length": 8827,
"cds_start": 24973,
"cds_end": null,
"cds_length": 26484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715412.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715413.3",
"protein_id": "XP_006715476.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8823,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715413.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 135,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24916C>T",
"hgvs_p": "p.Leu8306Phe",
"transcript": "XM_006715414.2",
"protein_id": "XP_006715477.1",
"transcript_support_level": null,
"aa_start": 8306,
"aa_end": null,
"aa_length": 8822,
"cds_start": 24916,
"cds_end": null,
"cds_length": 26469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715414.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24916C>T",
"hgvs_p": "p.Leu8306Phe",
"transcript": "XM_047418504.1",
"protein_id": "XP_047274460.1",
"transcript_support_level": null,
"aa_start": 8306,
"aa_end": null,
"aa_length": 8822,
"cds_start": 24916,
"cds_end": null,
"cds_length": 26469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418504.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 135,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24910C>T",
"hgvs_p": "p.Leu8304Phe",
"transcript": "XM_017010612.2",
"protein_id": "XP_016866101.1",
"transcript_support_level": null,
"aa_start": 8304,
"aa_end": null,
"aa_length": 8820,
"cds_start": 24910,
"cds_end": null,
"cds_length": 26463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010612.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24973C>T",
"hgvs_p": "p.Leu8325Phe",
"transcript": "XM_047418505.1",
"protein_id": "XP_047274461.1",
"transcript_support_level": null,
"aa_start": 8325,
"aa_end": null,
"aa_length": 8818,
"cds_start": 24973,
"cds_end": null,
"cds_length": 26457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418505.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715415.3",
"protein_id": "XP_006715478.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8809,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715415.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24985C>T",
"hgvs_p": "p.Leu8329Phe",
"transcript": "XM_017010613.2",
"protein_id": "XP_016866102.1",
"transcript_support_level": null,
"aa_start": 8329,
"aa_end": null,
"aa_length": 8808,
"cds_start": 24985,
"cds_end": null,
"cds_length": 26427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010613.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24973C>T",
"hgvs_p": "p.Leu8325Phe",
"transcript": "XM_006715416.3",
"protein_id": "XP_006715479.1",
"transcript_support_level": null,
"aa_start": 8325,
"aa_end": null,
"aa_length": 8804,
"cds_start": 24973,
"cds_end": null,
"cds_length": 26415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715416.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24847C>T",
"hgvs_p": "p.Leu8283Phe",
"transcript": "XM_006715417.3",
"protein_id": "XP_006715480.1",
"transcript_support_level": null,
"aa_start": 8283,
"aa_end": null,
"aa_length": 8799,
"cds_start": 24847,
"cds_end": null,
"cds_length": 26400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715417.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24844C>T",
"hgvs_p": "p.Leu8282Phe",
"transcript": "XM_047418506.1",
"protein_id": "XP_047274462.1",
"transcript_support_level": null,
"aa_start": 8282,
"aa_end": null,
"aa_length": 8798,
"cds_start": 24844,
"cds_end": null,
"cds_length": 26397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418506.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24835C>T",
"hgvs_p": "p.Leu8279Phe",
"transcript": "XM_006715420.3",
"protein_id": "XP_006715483.1",
"transcript_support_level": null,
"aa_start": 8279,
"aa_end": null,
"aa_length": 8795,
"cds_start": 24835,
"cds_end": null,
"cds_length": 26388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715420.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24832C>T",
"hgvs_p": "p.Leu8278Phe",
"transcript": "XM_006715421.3",
"protein_id": "XP_006715484.1",
"transcript_support_level": null,
"aa_start": 8278,
"aa_end": null,
"aa_length": 8794,
"cds_start": 24832,
"cds_end": null,
"cds_length": 26385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715421.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24832C>T",
"hgvs_p": "p.Leu8278Phe",
"transcript": "XM_017010614.2",
"protein_id": "XP_016866103.1",
"transcript_support_level": null,
"aa_start": 8278,
"aa_end": null,
"aa_length": 8794,
"cds_start": 24832,
"cds_end": null,
"cds_length": 26385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010614.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24829C>T",
"hgvs_p": "p.Leu8277Phe",
"transcript": "XM_006715422.2",
"protein_id": "XP_006715485.1",
"transcript_support_level": null,
"aa_start": 8277,
"aa_end": null,
"aa_length": 8793,
"cds_start": 24829,
"cds_end": null,
"cds_length": 26382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715422.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24823C>T",
"hgvs_p": "p.Leu8275Phe",
"transcript": "XM_011535643.2",
"protein_id": "XP_011533945.1",
"transcript_support_level": null,
"aa_start": 8275,
"aa_end": null,
"aa_length": 8791,
"cds_start": 24823,
"cds_end": null,
"cds_length": 26376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535643.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 135,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24808C>T",
"hgvs_p": "p.Leu8270Phe",
"transcript": "XM_047418507.1",
"protein_id": "XP_047274463.1",
"transcript_support_level": null,
"aa_start": 8270,
"aa_end": null,
"aa_length": 8786,
"cds_start": 24808,
"cds_end": null,
"cds_length": 26361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418507.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 135,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24808C>T",
"hgvs_p": "p.Leu8270Phe",
"transcript": "XM_047418508.1",
"protein_id": "XP_047274464.1",
"transcript_support_level": null,
"aa_start": 8270,
"aa_end": null,
"aa_length": 8786,
"cds_start": 24808,
"cds_end": null,
"cds_length": 26361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418508.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24835C>T",
"hgvs_p": "p.Leu8279Phe",
"transcript": "XM_047418509.1",
"protein_id": "XP_047274465.1",
"transcript_support_level": null,
"aa_start": 8279,
"aa_end": null,
"aa_length": 8781,
"cds_start": 24835,
"cds_end": null,
"cds_length": 26346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418509.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 134,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24757C>T",
"hgvs_p": "p.Leu8253Phe",
"transcript": "XM_047418510.1",
"protein_id": "XP_047274466.1",
"transcript_support_level": null,
"aa_start": 8253,
"aa_end": null,
"aa_length": 8769,
"cds_start": 24757,
"cds_end": null,
"cds_length": 26310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418510.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715423.3",
"protein_id": "XP_006715486.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8758,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715423.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24835C>T",
"hgvs_p": "p.Leu8279Phe",
"transcript": "XM_047418511.1",
"protein_id": "XP_047274467.1",
"transcript_support_level": null,
"aa_start": 8279,
"aa_end": null,
"aa_length": 8758,
"cds_start": 24835,
"cds_end": null,
"cds_length": 26277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418511.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24832C>T",
"hgvs_p": "p.Leu8278Phe",
"transcript": "XM_017010615.2",
"protein_id": "XP_016866104.1",
"transcript_support_level": null,
"aa_start": 8278,
"aa_end": null,
"aa_length": 8757,
"cds_start": 24832,
"cds_end": null,
"cds_length": 26274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010615.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715424.3",
"protein_id": "XP_006715487.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8744,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715424.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_017010616.2",
"protein_id": "XP_016866105.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8735,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010616.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24988C>T",
"hgvs_p": "p.Leu8330Phe",
"transcript": "XM_006715425.3",
"protein_id": "XP_006715488.1",
"transcript_support_level": null,
"aa_start": 8330,
"aa_end": null,
"aa_length": 8721,
"cds_start": 24988,
"cds_end": null,
"cds_length": 26166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715425.3"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24985C>T",
"hgvs_p": "p.Leu8329Phe",
"transcript": "XM_017010617.2",
"protein_id": "XP_016866106.1",
"transcript_support_level": null,
"aa_start": 8329,
"aa_end": null,
"aa_length": 8720,
"cds_start": 24985,
"cds_end": null,
"cds_length": 26163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010617.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 137,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24973C>T",
"hgvs_p": "p.Leu8325Phe",
"transcript": "XM_017010618.2",
"protein_id": "XP_016866107.1",
"transcript_support_level": null,
"aa_start": 8325,
"aa_end": null,
"aa_length": 8716,
"cds_start": 24973,
"cds_end": null,
"cds_length": 26151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010618.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 136,
"exon_rank_end": null,
"exon_count": 144,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.24844C>T",
"hgvs_p": "p.Leu8282Phe",
"transcript": "XM_047418512.1",
"protein_id": "XP_047274468.1",
"transcript_support_level": null,
"aa_start": 8282,
"aa_end": null,
"aa_length": 8673,
"cds_start": 24844,
"cds_end": null,
"cds_length": 26022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418512.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 123,
"exon_rank_end": null,
"exon_count": 134,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.23263C>T",
"hgvs_p": "p.Leu7755Phe",
"transcript": "XM_011535644.2",
"protein_id": "XP_011533946.1",
"transcript_support_level": null,
"aa_start": 7755,
"aa_end": null,
"aa_length": 8271,
"cds_start": 23263,
"cds_end": null,
"cds_length": 24816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535644.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 123,
"exon_rank_end": null,
"exon_count": 134,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.23263C>T",
"hgvs_p": "p.Leu7755Phe",
"transcript": "XM_017010619.2",
"protein_id": "XP_016866108.1",
"transcript_support_level": null,
"aa_start": 7755,
"aa_end": null,
"aa_length": 8271,
"cds_start": 23263,
"cds_end": null,
"cds_length": 24816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010619.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 130,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.22756C>T",
"hgvs_p": "p.Leu7586Phe",
"transcript": "XM_011535645.3",
"protein_id": "XP_011533947.1",
"transcript_support_level": null,
"aa_start": 7586,
"aa_end": null,
"aa_length": 8102,
"cds_start": 22756,
"cds_end": null,
"cds_length": 24309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535645.3"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.340C>T",
"hgvs_p": null,
"transcript": "ENST00000472563.2",
"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": "ENST00000472563.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.724C>T",
"hgvs_p": null,
"transcript": "ENST00000673451.1",
"protein_id": "ENSP00000500189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000673451.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300811",
"gene_hgnc_id": null,
"hgvs_c": "n.207-11960G>A",
"hgvs_p": null,
"transcript": "ENST00000774204.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000774204.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300811",
"gene_hgnc_id": null,
"hgvs_c": "n.212-7828G>A",
"hgvs_p": null,
"transcript": "ENST00000774205.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000774205.1"
}
],
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"dbsnp": "rs141716975",
"frequency_reference_population": 0.0057462933,
"hom_count_reference_population": 34,
"allele_count_reference_population": 9275,
"gnomad_exomes_af": 0.00589891,
"gnomad_genomes_af": 0.00428136,
"gnomad_exomes_ac": 8623,
"gnomad_genomes_ac": 652,
"gnomad_exomes_homalt": 33,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.007077425718307495,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.174,
"revel_prediction": "Benign",
"alphamissense_score": 0.0999,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.924,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_182961.4",
"gene_symbol": "SYNE1",
"hgnc_id": 17089,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.24952C>T",
"hgvs_p": "p.Leu8318Phe"
},
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000774204.1",
"gene_symbol": "ENSG00000300811",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.207-11960G>A",
"hgvs_p": null
}
],
"clinvar_disease": " Beauce type, autosomal dominant,Autosomal recessive ataxia,Emery-Dreifuss muscular dystrophy 4,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:7 B:4",
"phenotype_combined": "not specified|Emery-Dreifuss muscular dystrophy 4, autosomal dominant|not provided|Autosomal recessive ataxia, Beauce type|Inborn genetic diseases|Autosomal recessive ataxia, Beauce type;Emery-Dreifuss muscular dystrophy 4, autosomal dominant",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}