← 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-152220922-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=152220922&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 152220922,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_182961.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21781C>T",
"hgvs_p": "p.Arg7261*",
"transcript": "NM_182961.4",
"protein_id": "NP_892006.3",
"transcript_support_level": null,
"aa_start": 7261,
"aa_end": null,
"aa_length": 8797,
"cds_start": 21781,
"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": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21781C>T",
"hgvs_p": "p.Arg7261*",
"transcript": "ENST00000367255.10",
"protein_id": "ENSP00000356224.5",
"transcript_support_level": 1,
"aa_start": 7261,
"aa_end": null,
"aa_length": 8797,
"cds_start": 21781,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21568C>T",
"hgvs_p": "p.Arg7190*",
"transcript": "ENST00000423061.6",
"protein_id": "ENSP00000396024.1",
"transcript_support_level": 1,
"aa_start": 7190,
"aa_end": null,
"aa_length": 8749,
"cds_start": 21568,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.547C>T",
"hgvs_p": "p.Arg183*",
"transcript": "ENST00000367251.7",
"protein_id": "ENSP00000356220.3",
"transcript_support_level": 1,
"aa_start": 183,
"aa_end": null,
"aa_length": 1654,
"cds_start": 547,
"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": 34,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.5473C>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": 32,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "n.5365C>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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21568C>T",
"hgvs_p": "p.Arg7190*",
"transcript": "NM_033071.5",
"protein_id": "NP_149062.2",
"transcript_support_level": null,
"aa_start": 7190,
"aa_end": null,
"aa_length": 8749,
"cds_start": 21568,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715407.2",
"protein_id": "XP_006715470.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8846,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 120,
"exon_rank_end": null,
"exon_count": 149,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_017010608.2",
"protein_id": "XP_016866097.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8846,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_017010609.2",
"protein_id": "XP_016866098.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8846,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21814C>T",
"hgvs_p": "p.Arg7272*",
"transcript": "XM_011535641.3",
"protein_id": "XP_011533943.1",
"transcript_support_level": null,
"aa_start": 7272,
"aa_end": null,
"aa_length": 8845,
"cds_start": 21814,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21805C>T",
"hgvs_p": "p.Arg7269*",
"transcript": "XM_006715408.3",
"protein_id": "XP_006715471.1",
"transcript_support_level": null,
"aa_start": 7269,
"aa_end": null,
"aa_length": 8842,
"cds_start": 21805,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21802C>T",
"hgvs_p": "p.Arg7268*",
"transcript": "XM_011535642.3",
"protein_id": "XP_011533944.1",
"transcript_support_level": null,
"aa_start": 7268,
"aa_end": null,
"aa_length": 8841,
"cds_start": 21802,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21796C>T",
"hgvs_p": "p.Arg7266*",
"transcript": "XM_006715409.2",
"protein_id": "XP_006715472.1",
"transcript_support_level": null,
"aa_start": 7266,
"aa_end": null,
"aa_length": 8839,
"cds_start": 21796,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21796C>T",
"hgvs_p": "p.Arg7266*",
"transcript": "XM_017010610.2",
"protein_id": "XP_016866099.1",
"transcript_support_level": null,
"aa_start": 7266,
"aa_end": null,
"aa_length": 8839,
"cds_start": 21796,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21796C>T",
"hgvs_p": "p.Arg7266*",
"transcript": "XM_047418501.1",
"protein_id": "XP_047274457.1",
"transcript_support_level": null,
"aa_start": 7266,
"aa_end": null,
"aa_length": 8839,
"cds_start": 21796,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21790C>T",
"hgvs_p": "p.Arg7264*",
"transcript": "XM_017010611.3",
"protein_id": "XP_016866100.1",
"transcript_support_level": null,
"aa_start": 7264,
"aa_end": null,
"aa_length": 8837,
"cds_start": 21790,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715410.3",
"protein_id": "XP_006715473.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8832,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21814C>T",
"hgvs_p": "p.Arg7272*",
"transcript": "XM_047418502.1",
"protein_id": "XP_047274458.1",
"transcript_support_level": null,
"aa_start": 7272,
"aa_end": null,
"aa_length": 8831,
"cds_start": 21814,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21766C>T",
"hgvs_p": "p.Arg7256*",
"transcript": "XM_006715411.2",
"protein_id": "XP_006715474.1",
"transcript_support_level": null,
"aa_start": 7256,
"aa_end": null,
"aa_length": 8829,
"cds_start": 21766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 148,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21766C>T",
"hgvs_p": "p.Arg7256*",
"transcript": "XM_047418503.1",
"protein_id": "XP_047274459.1",
"transcript_support_level": null,
"aa_start": 7256,
"aa_end": null,
"aa_length": 8829,
"cds_start": 21766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21802C>T",
"hgvs_p": "p.Arg7268*",
"transcript": "XM_006715412.3",
"protein_id": "XP_006715475.1",
"transcript_support_level": null,
"aa_start": 7268,
"aa_end": null,
"aa_length": 8827,
"cds_start": 21802,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715413.3",
"protein_id": "XP_006715476.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8823,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 117,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21745C>T",
"hgvs_p": "p.Arg7249*",
"transcript": "XM_006715414.2",
"protein_id": "XP_006715477.1",
"transcript_support_level": null,
"aa_start": 7249,
"aa_end": null,
"aa_length": 8822,
"cds_start": 21745,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21745C>T",
"hgvs_p": "p.Arg7249*",
"transcript": "XM_047418504.1",
"protein_id": "XP_047274460.1",
"transcript_support_level": null,
"aa_start": 7249,
"aa_end": null,
"aa_length": 8822,
"cds_start": 21745,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 117,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21739C>T",
"hgvs_p": "p.Arg7247*",
"transcript": "XM_017010612.2",
"protein_id": "XP_016866101.1",
"transcript_support_level": null,
"aa_start": 7247,
"aa_end": null,
"aa_length": 8820,
"cds_start": 21739,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21802C>T",
"hgvs_p": "p.Arg7268*",
"transcript": "XM_047418505.1",
"protein_id": "XP_047274461.1",
"transcript_support_level": null,
"aa_start": 7268,
"aa_end": null,
"aa_length": 8818,
"cds_start": 21802,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715415.3",
"protein_id": "XP_006715478.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8809,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21814C>T",
"hgvs_p": "p.Arg7272*",
"transcript": "XM_017010613.2",
"protein_id": "XP_016866102.1",
"transcript_support_level": null,
"aa_start": 7272,
"aa_end": null,
"aa_length": 8808,
"cds_start": 21814,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21802C>T",
"hgvs_p": "p.Arg7268*",
"transcript": "XM_006715416.3",
"protein_id": "XP_006715479.1",
"transcript_support_level": null,
"aa_start": 7268,
"aa_end": null,
"aa_length": 8804,
"cds_start": 21802,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21676C>T",
"hgvs_p": "p.Arg7226*",
"transcript": "XM_006715417.3",
"protein_id": "XP_006715480.1",
"transcript_support_level": null,
"aa_start": 7226,
"aa_end": null,
"aa_length": 8799,
"cds_start": 21676,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21673C>T",
"hgvs_p": "p.Arg7225*",
"transcript": "XM_047418506.1",
"protein_id": "XP_047274462.1",
"transcript_support_level": null,
"aa_start": 7225,
"aa_end": null,
"aa_length": 8798,
"cds_start": 21673,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21664C>T",
"hgvs_p": "p.Arg7222*",
"transcript": "XM_006715420.3",
"protein_id": "XP_006715483.1",
"transcript_support_level": null,
"aa_start": 7222,
"aa_end": null,
"aa_length": 8795,
"cds_start": 21664,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21661C>T",
"hgvs_p": "p.Arg7221*",
"transcript": "XM_006715421.3",
"protein_id": "XP_006715484.1",
"transcript_support_level": null,
"aa_start": 7221,
"aa_end": null,
"aa_length": 8794,
"cds_start": 21661,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21661C>T",
"hgvs_p": "p.Arg7221*",
"transcript": "XM_017010614.2",
"protein_id": "XP_016866103.1",
"transcript_support_level": null,
"aa_start": 7221,
"aa_end": null,
"aa_length": 8794,
"cds_start": 21661,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21658C>T",
"hgvs_p": "p.Arg7220*",
"transcript": "XM_006715422.2",
"protein_id": "XP_006715485.1",
"transcript_support_level": null,
"aa_start": 7220,
"aa_end": null,
"aa_length": 8793,
"cds_start": 21658,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21652C>T",
"hgvs_p": "p.Arg7218*",
"transcript": "XM_011535643.2",
"protein_id": "XP_011533945.1",
"transcript_support_level": null,
"aa_start": 7218,
"aa_end": null,
"aa_length": 8791,
"cds_start": 21652,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 117,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21637C>T",
"hgvs_p": "p.Arg7213*",
"transcript": "XM_047418507.1",
"protein_id": "XP_047274463.1",
"transcript_support_level": null,
"aa_start": 7213,
"aa_end": null,
"aa_length": 8786,
"cds_start": 21637,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 117,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21637C>T",
"hgvs_p": "p.Arg7213*",
"transcript": "XM_047418508.1",
"protein_id": "XP_047274464.1",
"transcript_support_level": null,
"aa_start": 7213,
"aa_end": null,
"aa_length": 8786,
"cds_start": 21637,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21664C>T",
"hgvs_p": "p.Arg7222*",
"transcript": "XM_047418509.1",
"protein_id": "XP_047274465.1",
"transcript_support_level": null,
"aa_start": 7222,
"aa_end": null,
"aa_length": 8781,
"cds_start": 21664,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 116,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21586C>T",
"hgvs_p": "p.Arg7196*",
"transcript": "XM_047418510.1",
"protein_id": "XP_047274466.1",
"transcript_support_level": null,
"aa_start": 7196,
"aa_end": null,
"aa_length": 8769,
"cds_start": 21586,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 147,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715423.3",
"protein_id": "XP_006715486.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8758,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21664C>T",
"hgvs_p": "p.Arg7222*",
"transcript": "XM_047418511.1",
"protein_id": "XP_047274467.1",
"transcript_support_level": null,
"aa_start": 7222,
"aa_end": null,
"aa_length": 8758,
"cds_start": 21664,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21661C>T",
"hgvs_p": "p.Arg7221*",
"transcript": "XM_017010615.2",
"protein_id": "XP_016866104.1",
"transcript_support_level": null,
"aa_start": 7221,
"aa_end": null,
"aa_length": 8757,
"cds_start": 21661,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715424.3",
"protein_id": "XP_006715487.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8744,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 146,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_017010616.2",
"protein_id": "XP_016866105.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8735,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21817C>T",
"hgvs_p": "p.Arg7273*",
"transcript": "XM_006715425.3",
"protein_id": "XP_006715488.1",
"transcript_support_level": null,
"aa_start": 7273,
"aa_end": null,
"aa_length": 8721,
"cds_start": 21817,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21814C>T",
"hgvs_p": "p.Arg7272*",
"transcript": "XM_017010617.2",
"protein_id": "XP_016866106.1",
"transcript_support_level": null,
"aa_start": 7272,
"aa_end": null,
"aa_length": 8720,
"cds_start": 21814,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 119,
"exon_rank_end": null,
"exon_count": 145,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21802C>T",
"hgvs_p": "p.Arg7268*",
"transcript": "XM_017010618.2",
"protein_id": "XP_016866107.1",
"transcript_support_level": null,
"aa_start": 7268,
"aa_end": null,
"aa_length": 8716,
"cds_start": 21802,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 118,
"exon_rank_end": null,
"exon_count": 144,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.21673C>T",
"hgvs_p": "p.Arg7225*",
"transcript": "XM_047418512.1",
"protein_id": "XP_047274468.1",
"transcript_support_level": null,
"aa_start": 7225,
"aa_end": null,
"aa_length": 8673,
"cds_start": 21673,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 105,
"exon_rank_end": null,
"exon_count": 134,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.20092C>T",
"hgvs_p": "p.Arg6698*",
"transcript": "XM_011535644.2",
"protein_id": "XP_011533946.1",
"transcript_support_level": null,
"aa_start": 6698,
"aa_end": null,
"aa_length": 8271,
"cds_start": 20092,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 105,
"exon_rank_end": null,
"exon_count": 134,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.20092C>T",
"hgvs_p": "p.Arg6698*",
"transcript": "XM_017010619.2",
"protein_id": "XP_016866108.1",
"transcript_support_level": null,
"aa_start": 6698,
"aa_end": null,
"aa_length": 8271,
"cds_start": 20092,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 101,
"exon_rank_end": null,
"exon_count": 130,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"hgvs_c": "c.19585C>T",
"hgvs_p": "p.Arg6529*",
"transcript": "XM_011535645.3",
"protein_id": "XP_011533947.1",
"transcript_support_level": null,
"aa_start": 6529,
"aa_end": null,
"aa_length": 8102,
"cds_start": 19585,
"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"
}
],
"gene_symbol": "SYNE1",
"gene_hgnc_id": 17089,
"dbsnp": "rs138032057",
"frequency_reference_population": 0.0000061958253,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000547257,
"gnomad_genomes_af": 0.0000131446,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.28999999165534973,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.198,
"phylop100way_prediction": "Benign",
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_182961.4",
"gene_symbol": "SYNE1",
"hgnc_id": 17089,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.21781C>T",
"hgvs_p": "p.Arg7261*"
}
],
"clinvar_disease": " Beauce type, autosomal dominant,Autosomal recessive ataxia,Emery-Dreifuss muscular dystrophy 4,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Emery-Dreifuss muscular dystrophy 4, autosomal dominant;Autosomal recessive ataxia, Beauce type|not provided|Autosomal recessive ataxia, Beauce type",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}