← 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: 22-38736347-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=38736347&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 38736347,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001394427.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_015374.3",
"protein_id": "NP_056189.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000689035.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015374.3"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000689035.1",
"protein_id": "ENSP00000508608.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015374.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689035.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2137C>G",
"hgvs_p": "p.Leu713Val",
"transcript": "ENST00000405018.5",
"protein_id": "ENSP00000385616.1",
"transcript_support_level": 1,
"aa_start": 713,
"aa_end": null,
"aa_length": 738,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405018.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000405510.5",
"protein_id": "ENSP00000385740.1",
"transcript_support_level": 1,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405510.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2170C>G",
"hgvs_p": "p.Leu724Val",
"transcript": "ENST00000956730.1",
"protein_id": "ENSP00000626789.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 749,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956730.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2170C>G",
"hgvs_p": "p.Leu724Val",
"transcript": "ENST00000956735.1",
"protein_id": "ENSP00000626794.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 749,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956735.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2170C>G",
"hgvs_p": "p.Leu724Val",
"transcript": "ENST00000956751.1",
"protein_id": "ENSP00000626810.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 749,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956751.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2167C>G",
"hgvs_p": "p.Leu723Val",
"transcript": "NM_001394427.1",
"protein_id": "NP_001381356.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 748,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394427.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2167C>G",
"hgvs_p": "p.Leu723Val",
"transcript": "ENST00000956736.1",
"protein_id": "ENSP00000626795.1",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 748,
"cds_start": 2167,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956736.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2140C>G",
"hgvs_p": "p.Leu714Val",
"transcript": "ENST00000956744.1",
"protein_id": "ENSP00000626803.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 739,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956744.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2137C>G",
"hgvs_p": "p.Leu713Val",
"transcript": "NM_001199579.2",
"protein_id": "NP_001186508.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 738,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199579.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2137C>G",
"hgvs_p": "p.Leu713Val",
"transcript": "NM_001394428.1",
"protein_id": "NP_001381357.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 738,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394428.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2137C>G",
"hgvs_p": "p.Leu713Val",
"transcript": "ENST00000956739.1",
"protein_id": "ENSP00000626798.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 738,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956739.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2134C>G",
"hgvs_p": "p.Leu712Val",
"transcript": "ENST00000870844.1",
"protein_id": "ENSP00000540903.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 737,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870844.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2134C>G",
"hgvs_p": "p.Leu712Val",
"transcript": "ENST00000870850.1",
"protein_id": "ENSP00000540909.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 737,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870850.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2134C>G",
"hgvs_p": "p.Leu712Val",
"transcript": "ENST00000956749.1",
"protein_id": "ENSP00000626808.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 737,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956749.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>G",
"hgvs_p": "p.Leu707Val",
"transcript": "NM_001394429.1",
"protein_id": "NP_001381358.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 732,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394429.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>G",
"hgvs_p": "p.Leu707Val",
"transcript": "NM_001394430.1",
"protein_id": "NP_001381359.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 732,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394430.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>G",
"hgvs_p": "p.Leu707Val",
"transcript": "ENST00000956732.1",
"protein_id": "ENSP00000626791.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 732,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956732.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2119C>G",
"hgvs_p": "p.Leu707Val",
"transcript": "ENST00000956737.1",
"protein_id": "ENSP00000626796.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 732,
"cds_start": 2119,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956737.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2098C>G",
"hgvs_p": "p.Leu700Val",
"transcript": "ENST00000870852.1",
"protein_id": "ENSP00000540911.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 725,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870852.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Leu693Val",
"transcript": "ENST00000870833.1",
"protein_id": "ENSP00000540892.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 718,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870833.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Leu693Val",
"transcript": "ENST00000870837.1",
"protein_id": "ENSP00000540896.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 718,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870837.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Leu693Val",
"transcript": "ENST00000956741.1",
"protein_id": "ENSP00000626800.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 718,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956741.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Leu693Val",
"transcript": "ENST00000956746.1",
"protein_id": "ENSP00000626805.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 718,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956746.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2077C>G",
"hgvs_p": "p.Leu693Val",
"transcript": "ENST00000956752.1",
"protein_id": "ENSP00000626811.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 718,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956752.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_001199580.2",
"protein_id": "NP_001186509.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199580.2"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_001394432.1",
"protein_id": "NP_001381361.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394432.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_001394433.1",
"protein_id": "NP_001381362.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394433.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_001394434.1",
"protein_id": "NP_001381363.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394434.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "NM_001394435.1",
"protein_id": "NP_001381364.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394435.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000406622.5",
"protein_id": "ENSP00000383992.1",
"transcript_support_level": 2,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406622.5"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870831.1",
"protein_id": "ENSP00000540890.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870831.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870838.1",
"protein_id": "ENSP00000540897.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870838.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870839.1",
"protein_id": "ENSP00000540898.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870839.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870842.1",
"protein_id": "ENSP00000540901.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870842.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870846.1",
"protein_id": "ENSP00000540905.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870846.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870854.1",
"protein_id": "ENSP00000540913.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870854.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870855.1",
"protein_id": "ENSP00000540914.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870855.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000870856.1",
"protein_id": "ENSP00000540915.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870856.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956738.1",
"protein_id": "ENSP00000626797.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956738.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956742.1",
"protein_id": "ENSP00000626801.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956742.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956745.1",
"protein_id": "ENSP00000626804.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956745.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956747.1",
"protein_id": "ENSP00000626806.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956747.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956748.1",
"protein_id": "ENSP00000626807.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956748.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956750.1",
"protein_id": "ENSP00000626809.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956750.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2074C>G",
"hgvs_p": "p.Leu692Val",
"transcript": "ENST00000956754.1",
"protein_id": "ENSP00000626813.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 717,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956754.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "NM_001394436.1",
"protein_id": "NP_001381365.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394436.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "NM_001394437.1",
"protein_id": "NP_001381366.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394437.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "ENST00000870834.1",
"protein_id": "ENSP00000540893.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870834.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "ENST00000870836.1",
"protein_id": "ENSP00000540895.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870836.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "ENST00000956731.1",
"protein_id": "ENSP00000626790.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956731.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2071C>G",
"hgvs_p": "p.Leu691Val",
"transcript": "ENST00000956734.1",
"protein_id": "ENSP00000626793.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 716,
"cds_start": 2071,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956734.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2062C>G",
"hgvs_p": "p.Leu688Val",
"transcript": "ENST00000870847.1",
"protein_id": "ENSP00000540906.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 713,
"cds_start": 2062,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870847.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.2053C>G",
"hgvs_p": "p.Leu685Val",
"transcript": "ENST00000870849.1",
"protein_id": "ENSP00000540908.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 710,
"cds_start": 2053,
"cds_end": null,
"cds_length": 2133,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870849.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1999C>G",
"hgvs_p": "p.Leu667Val",
"transcript": "ENST00000870841.1",
"protein_id": "ENSP00000540900.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 692,
"cds_start": 1999,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870841.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1999C>G",
"hgvs_p": "p.Leu667Val",
"transcript": "ENST00000870851.1",
"protein_id": "ENSP00000540910.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 692,
"cds_start": 1999,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870851.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1996C>G",
"hgvs_p": "p.Leu666Val",
"transcript": "ENST00000870848.1",
"protein_id": "ENSP00000540907.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 691,
"cds_start": 1996,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870848.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1987C>G",
"hgvs_p": "p.Leu663Val",
"transcript": "ENST00000956733.1",
"protein_id": "ENSP00000626792.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 688,
"cds_start": 1987,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956733.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>G",
"hgvs_p": "p.Leu662Val",
"transcript": "NM_001394438.1",
"protein_id": "NP_001381367.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 687,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394438.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>G",
"hgvs_p": "p.Leu662Val",
"transcript": "ENST00000870835.1",
"protein_id": "ENSP00000540894.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 687,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870835.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>G",
"hgvs_p": "p.Leu662Val",
"transcript": "ENST00000870845.1",
"protein_id": "ENSP00000540904.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 687,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870845.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>G",
"hgvs_p": "p.Leu662Val",
"transcript": "ENST00000870857.1",
"protein_id": "ENSP00000540916.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 687,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870857.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1984C>G",
"hgvs_p": "p.Leu662Val",
"transcript": "ENST00000956753.1",
"protein_id": "ENSP00000626812.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 687,
"cds_start": 1984,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956753.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1981C>G",
"hgvs_p": "p.Leu661Val",
"transcript": "ENST00000870840.1",
"protein_id": "ENSP00000540899.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 686,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870840.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1981C>G",
"hgvs_p": "p.Leu661Val",
"transcript": "ENST00000919862.1",
"protein_id": "ENSP00000589921.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 686,
"cds_start": 1981,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919862.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1939C>G",
"hgvs_p": "p.Leu647Val",
"transcript": "ENST00000956729.1",
"protein_id": "ENSP00000626788.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 672,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956729.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "NM_001394439.1",
"protein_id": "NP_001381368.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394439.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "NM_001394440.1",
"protein_id": "NP_001381369.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394440.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "NM_001394441.1",
"protein_id": "NP_001381370.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394441.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "ENST00000456894.6",
"protein_id": "ENSP00000415588.3",
"transcript_support_level": 5,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456894.6"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "ENST00000870832.1",
"protein_id": "ENSP00000540891.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870832.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1936C>G",
"hgvs_p": "p.Leu646Val",
"transcript": "ENST00000870853.1",
"protein_id": "ENSP00000540912.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 671,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870853.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1933C>G",
"hgvs_p": "p.Leu645Val",
"transcript": "ENST00000956740.1",
"protein_id": "ENSP00000626799.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 670,
"cds_start": 1933,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956740.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1852C>G",
"hgvs_p": "p.Leu618Val",
"transcript": "ENST00000956743.1",
"protein_id": "ENSP00000626802.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 643,
"cds_start": 1852,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956743.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1840C>G",
"hgvs_p": "p.Leu614Val",
"transcript": "ENST00000690927.1",
"protein_id": "ENSP00000508791.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 639,
"cds_start": 1840,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690927.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1675C>G",
"hgvs_p": "p.Leu559Val",
"transcript": "NM_001394442.1",
"protein_id": "NP_001381371.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 584,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394442.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1582C>G",
"hgvs_p": "p.Leu528Val",
"transcript": "NM_001394443.1",
"protein_id": "NP_001381372.1",
"transcript_support_level": null,
"aa_start": 528,
"aa_end": null,
"aa_length": 553,
"cds_start": 1582,
"cds_end": null,
"cds_length": 1662,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394443.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Leu500Val",
"transcript": "NM_001394444.1",
"protein_id": "NP_001381373.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 525,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394444.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1498C>G",
"hgvs_p": "p.Leu500Val",
"transcript": "NM_001394445.1",
"protein_id": "NP_001381374.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 525,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1578,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394445.1"
},
{
"aa_ref": "L",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1297C>G",
"hgvs_p": "p.Leu433Val",
"transcript": "ENST00000870843.1",
"protein_id": "ENSP00000540902.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 458,
"cds_start": 1297,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870843.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.1001+91G>C",
"hgvs_p": null,
"transcript": "ENST00000458073.5",
"protein_id": "ENSP00000388147.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 349,
"cds_start": null,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458073.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.72-1604G>C",
"hgvs_p": null,
"transcript": "ENST00000489527.1",
"protein_id": "ENSP00000437430.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 39,
"cds_start": null,
"cds_end": null,
"cds_length": 120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000489527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.2064-1604G>C",
"hgvs_p": null,
"transcript": "XM_011530537.3",
"protein_id": "XP_011528839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 703,
"cds_start": null,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530537.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.2040-1604G>C",
"hgvs_p": null,
"transcript": "XM_047441614.1",
"protein_id": "XP_047297570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 695,
"cds_start": null,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441614.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": "ENSG00000230149",
"gene_hgnc_id": null,
"hgvs_c": "n.85+1533G>C",
"hgvs_p": null,
"transcript": "ENST00000418803.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000418803.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": "ENSG00000244491",
"gene_hgnc_id": null,
"hgvs_c": "n.317+1306G>C",
"hgvs_p": null,
"transcript": "ENST00000420118.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000420118.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "n.*653G>C",
"hgvs_p": null,
"transcript": "ENST00000484971.1",
"protein_id": "ENSP00000442394.1",
"transcript_support_level": 3,
"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": "ENST00000484971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "n.*172G>C",
"hgvs_p": null,
"transcript": "ENST00000487538.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000487538.1"
}
],
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"dbsnp": "rs1603210228",
"frequency_reference_population": 6.8415926e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84159e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4676770269870758,
"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.254,
"revel_prediction": "Benign",
"alphamissense_score": 0.3469,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.139,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394427.1",
"gene_symbol": "SUN2",
"hgnc_id": 14210,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2167C>G",
"hgvs_p": "p.Leu723Val"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000489527.1",
"gene_symbol": "GTPBP1",
"hgnc_id": 4669,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.72-1604G>C",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000418803.1",
"gene_symbol": "ENSG00000230149",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.85+1533G>C",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000420118.1",
"gene_symbol": "ENSG00000244491",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.317+1306G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}