← 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-38738951-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=38738951&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 38738951,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001394427.1",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_015374.3",
"protein_id": "NP_056189.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000689035.1",
"protein_id": "ENSP00000508608.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Tyr588Tyr",
"transcript": "ENST00000405018.5",
"protein_id": "ENSP00000385616.1",
"transcript_support_level": 1,
"aa_start": 588,
"aa_end": null,
"aa_length": 738,
"cds_start": 1764,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000405510.5",
"protein_id": "ENSP00000385740.1",
"transcript_support_level": 1,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Tyr599Tyr",
"transcript": "ENST00000956730.1",
"protein_id": "ENSP00000626789.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 749,
"cds_start": 1797,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Tyr599Tyr",
"transcript": "ENST00000956735.1",
"protein_id": "ENSP00000626794.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 749,
"cds_start": 1797,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Tyr599Tyr",
"transcript": "ENST00000956751.1",
"protein_id": "ENSP00000626810.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 749,
"cds_start": 1797,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1794C>T",
"hgvs_p": "p.Tyr598Tyr",
"transcript": "NM_001394427.1",
"protein_id": "NP_001381356.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 748,
"cds_start": 1794,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1794C>T",
"hgvs_p": "p.Tyr598Tyr",
"transcript": "ENST00000956736.1",
"protein_id": "ENSP00000626795.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 748,
"cds_start": 1794,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Tyr589Tyr",
"transcript": "ENST00000956744.1",
"protein_id": "ENSP00000626803.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 739,
"cds_start": 1767,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Tyr588Tyr",
"transcript": "NM_001199579.2",
"protein_id": "NP_001186508.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 738,
"cds_start": 1764,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Tyr588Tyr",
"transcript": "NM_001394428.1",
"protein_id": "NP_001381357.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 738,
"cds_start": 1764,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1764C>T",
"hgvs_p": "p.Tyr588Tyr",
"transcript": "ENST00000956739.1",
"protein_id": "ENSP00000626798.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 738,
"cds_start": 1764,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1761C>T",
"hgvs_p": "p.Tyr587Tyr",
"transcript": "ENST00000870844.1",
"protein_id": "ENSP00000540903.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 737,
"cds_start": 1761,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1761C>T",
"hgvs_p": "p.Tyr587Tyr",
"transcript": "ENST00000870850.1",
"protein_id": "ENSP00000540909.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 737,
"cds_start": 1761,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1761C>T",
"hgvs_p": "p.Tyr587Tyr",
"transcript": "ENST00000956749.1",
"protein_id": "ENSP00000626808.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 737,
"cds_start": 1761,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1746C>T",
"hgvs_p": "p.Tyr582Tyr",
"transcript": "NM_001394429.1",
"protein_id": "NP_001381358.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 732,
"cds_start": 1746,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1746C>T",
"hgvs_p": "p.Tyr582Tyr",
"transcript": "NM_001394430.1",
"protein_id": "NP_001381359.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 732,
"cds_start": 1746,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1746C>T",
"hgvs_p": "p.Tyr582Tyr",
"transcript": "ENST00000956732.1",
"protein_id": "ENSP00000626791.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 732,
"cds_start": 1746,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1746C>T",
"hgvs_p": "p.Tyr582Tyr",
"transcript": "ENST00000956737.1",
"protein_id": "ENSP00000626796.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 732,
"cds_start": 1746,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001394431.1",
"protein_id": "NP_001381360.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 725,
"cds_start": 1701,
"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": "NM_001394431.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000455125.2",
"protein_id": "ENSP00000390154.2",
"transcript_support_level": 2,
"aa_start": 567,
"aa_end": null,
"aa_length": 725,
"cds_start": 1701,
"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": "ENST00000455125.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1725C>T",
"hgvs_p": "p.Tyr575Tyr",
"transcript": "ENST00000870852.1",
"protein_id": "ENSP00000540911.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 725,
"cds_start": 1725,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1704C>T",
"hgvs_p": "p.Tyr568Tyr",
"transcript": "ENST00000870833.1",
"protein_id": "ENSP00000540892.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 718,
"cds_start": 1704,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1704C>T",
"hgvs_p": "p.Tyr568Tyr",
"transcript": "ENST00000870837.1",
"protein_id": "ENSP00000540896.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 718,
"cds_start": 1704,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1704C>T",
"hgvs_p": "p.Tyr568Tyr",
"transcript": "ENST00000956741.1",
"protein_id": "ENSP00000626800.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 718,
"cds_start": 1704,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1704C>T",
"hgvs_p": "p.Tyr568Tyr",
"transcript": "ENST00000956746.1",
"protein_id": "ENSP00000626805.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 718,
"cds_start": 1704,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1704C>T",
"hgvs_p": "p.Tyr568Tyr",
"transcript": "ENST00000956752.1",
"protein_id": "ENSP00000626811.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 718,
"cds_start": 1704,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001199580.2",
"protein_id": "NP_001186509.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001394432.1",
"protein_id": "NP_001381361.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001394433.1",
"protein_id": "NP_001381362.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001394434.1",
"protein_id": "NP_001381363.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "NM_001394435.1",
"protein_id": "NP_001381364.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000406622.5",
"protein_id": "ENSP00000383992.1",
"transcript_support_level": 2,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870831.1",
"protein_id": "ENSP00000540890.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870838.1",
"protein_id": "ENSP00000540897.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870839.1",
"protein_id": "ENSP00000540898.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870842.1",
"protein_id": "ENSP00000540901.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870846.1",
"protein_id": "ENSP00000540905.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870854.1",
"protein_id": "ENSP00000540913.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870855.1",
"protein_id": "ENSP00000540914.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000870856.1",
"protein_id": "ENSP00000540915.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956738.1",
"protein_id": "ENSP00000626797.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956742.1",
"protein_id": "ENSP00000626801.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956745.1",
"protein_id": "ENSP00000626804.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956747.1",
"protein_id": "ENSP00000626806.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956748.1",
"protein_id": "ENSP00000626807.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956750.1",
"protein_id": "ENSP00000626809.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "ENST00000956754.1",
"protein_id": "ENSP00000626813.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 717,
"cds_start": 1701,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "NM_001394436.1",
"protein_id": "NP_001381365.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "NM_001394437.1",
"protein_id": "NP_001381366.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "ENST00000870834.1",
"protein_id": "ENSP00000540893.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "ENST00000870836.1",
"protein_id": "ENSP00000540895.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "ENST00000956731.1",
"protein_id": "ENSP00000626790.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.Tyr566Tyr",
"transcript": "ENST00000956734.1",
"protein_id": "ENSP00000626793.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 716,
"cds_start": 1698,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1689C>T",
"hgvs_p": "p.Tyr563Tyr",
"transcript": "ENST00000870847.1",
"protein_id": "ENSP00000540906.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 713,
"cds_start": 1689,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1680C>T",
"hgvs_p": "p.Tyr560Tyr",
"transcript": "ENST00000870849.1",
"protein_id": "ENSP00000540908.1",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 710,
"cds_start": 1680,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1626C>T",
"hgvs_p": "p.Tyr542Tyr",
"transcript": "ENST00000870841.1",
"protein_id": "ENSP00000540900.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 692,
"cds_start": 1626,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1626C>T",
"hgvs_p": "p.Tyr542Tyr",
"transcript": "ENST00000870851.1",
"protein_id": "ENSP00000540910.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 692,
"cds_start": 1626,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1623C>T",
"hgvs_p": "p.Tyr541Tyr",
"transcript": "ENST00000870848.1",
"protein_id": "ENSP00000540907.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 691,
"cds_start": 1623,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1614C>T",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000956733.1",
"protein_id": "ENSP00000626792.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 688,
"cds_start": 1614,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1611C>T",
"hgvs_p": "p.Tyr537Tyr",
"transcript": "NM_001394438.1",
"protein_id": "NP_001381367.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 687,
"cds_start": 1611,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1611C>T",
"hgvs_p": "p.Tyr537Tyr",
"transcript": "ENST00000870835.1",
"protein_id": "ENSP00000540894.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 687,
"cds_start": 1611,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1611C>T",
"hgvs_p": "p.Tyr537Tyr",
"transcript": "ENST00000870845.1",
"protein_id": "ENSP00000540904.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 687,
"cds_start": 1611,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1611C>T",
"hgvs_p": "p.Tyr537Tyr",
"transcript": "ENST00000870857.1",
"protein_id": "ENSP00000540916.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 687,
"cds_start": 1611,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1611C>T",
"hgvs_p": "p.Tyr537Tyr",
"transcript": "ENST00000956753.1",
"protein_id": "ENSP00000626812.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 687,
"cds_start": 1611,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1608C>T",
"hgvs_p": "p.Tyr536Tyr",
"transcript": "ENST00000870840.1",
"protein_id": "ENSP00000540899.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 686,
"cds_start": 1608,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1608C>T",
"hgvs_p": "p.Tyr536Tyr",
"transcript": "ENST00000919862.1",
"protein_id": "ENSP00000589921.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 686,
"cds_start": 1608,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1566C>T",
"hgvs_p": "p.Tyr522Tyr",
"transcript": "ENST00000956729.1",
"protein_id": "ENSP00000626788.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 672,
"cds_start": 1566,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "NM_001394439.1",
"protein_id": "NP_001381368.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "NM_001394440.1",
"protein_id": "NP_001381369.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "NM_001394441.1",
"protein_id": "NP_001381370.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "ENST00000456894.6",
"protein_id": "ENSP00000415588.3",
"transcript_support_level": 5,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "ENST00000870832.1",
"protein_id": "ENSP00000540891.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1563C>T",
"hgvs_p": "p.Tyr521Tyr",
"transcript": "ENST00000870853.1",
"protein_id": "ENSP00000540912.1",
"transcript_support_level": null,
"aa_start": 521,
"aa_end": null,
"aa_length": 671,
"cds_start": 1563,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1560C>T",
"hgvs_p": "p.Tyr520Tyr",
"transcript": "ENST00000956740.1",
"protein_id": "ENSP00000626799.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 670,
"cds_start": 1560,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1479C>T",
"hgvs_p": "p.Tyr493Tyr",
"transcript": "ENST00000956743.1",
"protein_id": "ENSP00000626802.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 643,
"cds_start": 1479,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1467C>T",
"hgvs_p": "p.Tyr489Tyr",
"transcript": "ENST00000690927.1",
"protein_id": "ENSP00000508791.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 639,
"cds_start": 1467,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1302C>T",
"hgvs_p": "p.Tyr434Tyr",
"transcript": "NM_001394442.1",
"protein_id": "NP_001381371.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 584,
"cds_start": 1302,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1209C>T",
"hgvs_p": "p.Tyr403Tyr",
"transcript": "NM_001394443.1",
"protein_id": "NP_001381372.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 553,
"cds_start": 1209,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1125C>T",
"hgvs_p": "p.Tyr375Tyr",
"transcript": "NM_001394444.1",
"protein_id": "NP_001381373.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 525,
"cds_start": 1125,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1125C>T",
"hgvs_p": "p.Tyr375Tyr",
"transcript": "NM_001394445.1",
"protein_id": "NP_001381374.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 525,
"cds_start": 1125,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.924C>T",
"hgvs_p": "p.Tyr308Tyr",
"transcript": "ENST00000870843.1",
"protein_id": "ENSP00000540902.1",
"transcript_support_level": null,
"aa_start": 308,
"aa_end": null,
"aa_length": 458,
"cds_start": 924,
"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": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1806C>T",
"hgvs_p": "p.Tyr602Tyr",
"transcript": "XM_047441311.1",
"protein_id": "XP_047297267.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 760,
"cds_start": 1806,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441311.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "XM_047441310.1",
"protein_id": "XP_047297266.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 725,
"cds_start": 1701,
"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": "XM_047441310.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "XM_047441312.1",
"protein_id": "XP_047297268.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 725,
"cds_start": 1701,
"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": "XM_047441312.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "XM_047441313.1",
"protein_id": "XP_047297269.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 725,
"cds_start": 1701,
"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": "XM_047441313.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "c.1701C>T",
"hgvs_p": "p.Tyr567Tyr",
"transcript": "XM_017028748.2",
"protein_id": "XP_016884237.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 683,
"cds_start": 1701,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028748.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.*952G>A",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GTPBP1",
"gene_hgnc_id": 4669,
"hgvs_c": "c.*952G>A",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000230149",
"gene_hgnc_id": null,
"hgvs_c": "n.488G>A",
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "n.297C>T",
"hgvs_p": null,
"transcript": "ENST00000470642.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": "retained_intron",
"feature": "ENST00000470642.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"hgvs_c": "n.889C>T",
"hgvs_p": null,
"transcript": "ENST00000477262.5",
"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": "retained_intron",
"feature": "ENST00000477262.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000225450",
"gene_hgnc_id": null,
"hgvs_c": "n.-52G>A",
"hgvs_p": null,
"transcript": "ENST00000416406.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": "ENST00000416406.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000244491",
"gene_hgnc_id": null,
"hgvs_c": "n.*186G>A",
"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"
}
],
"gene_symbol": "SUN2",
"gene_hgnc_id": 14210,
"dbsnp": "rs8138622",
"frequency_reference_population": 0.0016410003,
"hom_count_reference_population": 49,
"allele_count_reference_population": 2648,
"gnomad_exomes_af": 0.000956606,
"gnomad_genomes_af": 0.00821104,
"gnomad_exomes_ac": 1398,
"gnomad_genomes_ac": 1250,
"gnomad_exomes_homalt": 28,
"gnomad_genomes_homalt": 21,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6000000238418579,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.225,
"phylop100way_prediction": "Benign",
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001394427.1",
"gene_symbol": "SUN2",
"hgnc_id": 14210,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1794C>T",
"hgvs_p": "p.Tyr598Tyr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000418803.1",
"gene_symbol": "ENSG00000230149",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.488G>A",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "XM_011530537.3",
"gene_symbol": "GTPBP1",
"hgnc_id": 4669,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*952G>A",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000416406.1",
"gene_symbol": "ENSG00000225450",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-52G>A",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000420118.1",
"gene_symbol": "ENSG00000244491",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*186G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Emery-Dreifuss muscular dystrophy,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "Emery-Dreifuss muscular dystrophy|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}