← 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: 7-94618800-CT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=94618800&ref=CT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 94618800,
"ref": "CT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_001346713.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "NM_003919.3",
"protein_id": "NP_003910.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 437,
"cds_start": 619,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648936.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003919.3"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000648936.2",
"protein_id": "ENSP00000497130.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 437,
"cds_start": 619,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003919.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648936.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.598delA",
"hgvs_p": "p.Arg200fs",
"transcript": "ENST00000428696.7",
"protein_id": "ENSP00000397536.3",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 444,
"cds_start": 598,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428696.7"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000447873.6",
"protein_id": "ENSP00000388734.1",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 428,
"cds_start": 619,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447873.6"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.838delA",
"hgvs_p": "p.Arg280fs",
"transcript": "ENST00000898607.1",
"protein_id": "ENSP00000568666.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 510,
"cds_start": 838,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898607.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000647096.1",
"protein_id": "ENSP00000494192.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 500,
"cds_start": 727,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647096.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000898602.1",
"protein_id": "ENSP00000568661.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 498,
"cds_start": 727,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898602.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.808delA",
"hgvs_p": "p.Arg270fs",
"transcript": "ENST00000645101.1",
"protein_id": "ENSP00000494975.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 491,
"cds_start": 808,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645101.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000642707.1",
"protein_id": "ENSP00000495270.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 489,
"cds_start": 727,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642707.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000898606.1",
"protein_id": "ENSP00000568665.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 489,
"cds_start": 700,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898606.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000647351.1",
"protein_id": "ENSP00000494556.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 487,
"cds_start": 700,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647351.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000646943.1",
"protein_id": "ENSP00000494666.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 485,
"cds_start": 619,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646943.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000644122.1",
"protein_id": "ENSP00000495236.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 482,
"cds_start": 700,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644122.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.724delA",
"hgvs_p": "p.Arg242fs",
"transcript": "ENST00000647334.1",
"protein_id": "ENSP00000495114.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 481,
"cds_start": 724,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647334.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.706delA",
"hgvs_p": "p.Arg236fs",
"transcript": "ENST00000646265.1",
"protein_id": "ENSP00000494587.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 480,
"cds_start": 706,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646265.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000642441.1",
"protein_id": "ENSP00000495994.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 478,
"cds_start": 700,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642441.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000644116.1",
"protein_id": "ENSP00000495276.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 476,
"cds_start": 619,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644116.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.730delA",
"hgvs_p": "p.Arg244fs",
"transcript": "ENST00000898603.1",
"protein_id": "ENSP00000568662.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 474,
"cds_start": 730,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898603.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "NM_001346713.2",
"protein_id": "NP_001333642.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 473,
"cds_start": 727,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346713.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.685delA",
"hgvs_p": "p.Arg229fs",
"transcript": "ENST00000644375.1",
"protein_id": "ENSP00000494315.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 473,
"cds_start": 685,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644375.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000646489.1",
"protein_id": "ENSP00000496268.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 473,
"cds_start": 727,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646489.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000415788.3",
"protein_id": "ENSP00000405313.2",
"transcript_support_level": 2,
"aa_start": 243,
"aa_end": null,
"aa_length": 471,
"cds_start": 727,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415788.3"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "NM_001346715.2",
"protein_id": "NP_001333644.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 464,
"cds_start": 727,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346715.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000643272.1",
"protein_id": "ENSP00000494488.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 464,
"cds_start": 727,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643272.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000644551.1",
"protein_id": "ENSP00000493981.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 464,
"cds_start": 700,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644551.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000948720.1",
"protein_id": "ENSP00000618779.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 464,
"cds_start": 619,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948720.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "NM_001099401.2",
"protein_id": "NP_001092871.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 462,
"cds_start": 619,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001099401.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000445866.7",
"protein_id": "ENSP00000398930.2",
"transcript_support_level": 5,
"aa_start": 207,
"aa_end": null,
"aa_length": 462,
"cds_start": 619,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445866.7"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000644816.1",
"protein_id": "ENSP00000494898.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 460,
"cds_start": 619,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644816.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000643193.1",
"protein_id": "ENSP00000496559.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 458,
"cds_start": 619,
"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": "ENST00000643193.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.676delA",
"hgvs_p": "p.Arg226fs",
"transcript": "ENST00000948721.1",
"protein_id": "ENSP00000618780.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 456,
"cds_start": 676,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948721.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.700delA",
"hgvs_p": "p.Arg234fs",
"transcript": "ENST00000645725.1",
"protein_id": "ENSP00000495480.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 455,
"cds_start": 700,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645725.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000898608.1",
"protein_id": "ENSP00000568667.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 455,
"cds_start": 619,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898608.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000645109.1",
"protein_id": "ENSP00000495931.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 454,
"cds_start": 727,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645109.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs",
"transcript": "ENST00000647018.1",
"protein_id": "ENSP00000493722.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 454,
"cds_start": 727,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647018.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.625delA",
"hgvs_p": "p.Arg209fs",
"transcript": "ENST00000647110.1",
"protein_id": "ENSP00000494738.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 453,
"cds_start": 625,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647110.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000898600.1",
"protein_id": "ENSP00000568659.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 453,
"cds_start": 619,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898600.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "NM_001099400.2",
"protein_id": "NP_001092870.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 451,
"cds_start": 619,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001099400.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000642933.1",
"protein_id": "ENSP00000496237.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 451,
"cds_start": 619,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642933.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000644609.1",
"protein_id": "ENSP00000496045.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 450,
"cds_start": 619,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644609.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.682delA",
"hgvs_p": "p.Arg228fs",
"transcript": "ENST00000644682.1",
"protein_id": "ENSP00000493509.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 449,
"cds_start": 682,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644682.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.592delA",
"hgvs_p": "p.Arg198fs",
"transcript": "ENST00000646119.1",
"protein_id": "ENSP00000494615.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 446,
"cds_start": 592,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646119.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000646137.1",
"protein_id": "ENSP00000495199.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 446,
"cds_start": 619,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646137.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.607delA",
"hgvs_p": "p.Arg203fs",
"transcript": "ENST00000898609.1",
"protein_id": "ENSP00000568668.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 433,
"cds_start": 607,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898609.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.604delA",
"hgvs_p": "p.Arg202fs",
"transcript": "ENST00000948718.1",
"protein_id": "ENSP00000618777.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 432,
"cds_start": 604,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948718.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000898605.1",
"protein_id": "ENSP00000568664.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 430,
"cds_start": 619,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898605.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.595delA",
"hgvs_p": "p.Arg199fs",
"transcript": "ENST00000646098.1",
"protein_id": "ENSP00000495591.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 429,
"cds_start": 595,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646098.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "NM_001346717.2",
"protein_id": "NP_001333646.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 428,
"cds_start": 619,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346717.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000646879.1",
"protein_id": "ENSP00000495209.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 426,
"cds_start": 619,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646879.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.604delA",
"hgvs_p": "p.Arg202fs",
"transcript": "ENST00000898604.1",
"protein_id": "ENSP00000568663.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 423,
"cds_start": 604,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898604.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "ENST00000948719.1",
"protein_id": "ENSP00000618778.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 421,
"cds_start": 496,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948719.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.592delA",
"hgvs_p": "p.Arg198fs",
"transcript": "ENST00000645445.1",
"protein_id": "ENSP00000493603.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 419,
"cds_start": 592,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645445.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000643128.1",
"protein_id": "ENSP00000496678.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 418,
"cds_start": 619,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643128.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "ENST00000645262.1",
"protein_id": "ENSP00000494164.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 410,
"cds_start": 496,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645262.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000643903.1",
"protein_id": "ENSP00000495165.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 409,
"cds_start": 619,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643903.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.532delA",
"hgvs_p": "p.Arg178fs",
"transcript": "NM_001346719.2",
"protein_id": "NP_001333648.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 408,
"cds_start": 532,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346719.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.544delA",
"hgvs_p": "p.Arg182fs",
"transcript": "ENST00000643020.1",
"protein_id": "ENSP00000494457.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 400,
"cds_start": 544,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643020.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.532delA",
"hgvs_p": "p.Arg178fs",
"transcript": "NM_001362807.2",
"protein_id": "NP_001349736.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 399,
"cds_start": 532,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362807.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "NM_001301139.2",
"protein_id": "NP_001288068.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 396,
"cds_start": 496,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301139.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "ENST00000437425.7",
"protein_id": "ENSP00000394061.2",
"transcript_support_level": 2,
"aa_start": 166,
"aa_end": null,
"aa_length": 396,
"cds_start": 496,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437425.7"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "NM_001362809.2",
"protein_id": "NP_001349738.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 387,
"cds_start": 496,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362809.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.496delA",
"hgvs_p": "p.Arg166fs",
"transcript": "ENST00000642394.1",
"protein_id": "ENSP00000493751.1",
"transcript_support_level": null,
"aa_start": 166,
"aa_end": null,
"aa_length": 387,
"cds_start": 496,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642394.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.442delA",
"hgvs_p": "p.Arg148fs",
"transcript": "ENST00000647048.1",
"protein_id": "ENSP00000495468.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 387,
"cds_start": 442,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647048.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.346delA",
"hgvs_p": "p.Arg116fs",
"transcript": "ENST00000644681.1",
"protein_id": "ENSP00000496455.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 360,
"cds_start": 346,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644681.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.346delA",
"hgvs_p": "p.Arg116fs",
"transcript": "ENST00000645535.1",
"protein_id": "ENSP00000493984.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 360,
"cds_start": 346,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645535.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.346delA",
"hgvs_p": "p.Arg116fs",
"transcript": "NM_001346720.2",
"protein_id": "NP_001333649.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 346,
"cds_start": 346,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346720.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.346delA",
"hgvs_p": "p.Arg116fs",
"transcript": "NM_001362808.2",
"protein_id": "NP_001349737.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 337,
"cds_start": 346,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362808.2"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.265delA",
"hgvs_p": "p.Arg89fs",
"transcript": "ENST00000925606.1",
"protein_id": "ENSP00000595665.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 319,
"cds_start": 265,
"cds_end": null,
"cds_length": 960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925606.1"
},
{
"aa_ref": "R",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "c.619delA",
"hgvs_p": "p.Arg207fs",
"transcript": "ENST00000898601.1",
"protein_id": "ENSP00000568660.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 312,
"cds_start": 619,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898601.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": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CASD1",
"gene_hgnc_id": 16014,
"hgvs_c": "c.2128-12515delT",
"hgvs_p": null,
"transcript": "XM_011516495.3",
"protein_id": "XP_011514797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 724,
"cds_start": null,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516495.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*416delA",
"hgvs_p": null,
"transcript": "ENST00000450385.6",
"protein_id": "ENSP00000398344.2",
"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": "ENST00000450385.6"
},
{
"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": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.164delA",
"hgvs_p": null,
"transcript": "ENST00000462731.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462731.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.478delA",
"hgvs_p": null,
"transcript": "ENST00000642291.1",
"protein_id": "ENSP00000495656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642291.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.590delA",
"hgvs_p": null,
"transcript": "ENST00000642353.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642353.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1392delA",
"hgvs_p": null,
"transcript": "ENST00000642497.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.719delA",
"hgvs_p": null,
"transcript": "ENST00000642564.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642564.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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*657delA",
"hgvs_p": null,
"transcript": "ENST00000642638.1",
"protein_id": "ENSP00000495555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642638.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.5491delA",
"hgvs_p": null,
"transcript": "ENST00000642754.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642754.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.708delA",
"hgvs_p": null,
"transcript": "ENST00000642759.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642759.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.441delA",
"hgvs_p": null,
"transcript": "ENST00000642802.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642802.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.707delA",
"hgvs_p": null,
"transcript": "ENST00000642904.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000642904.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.619delA",
"hgvs_p": null,
"transcript": "ENST00000643041.1",
"protein_id": "ENSP00000495311.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*200delA",
"hgvs_p": null,
"transcript": "ENST00000643206.1",
"protein_id": "ENSP00000496172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643206.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1510delA",
"hgvs_p": null,
"transcript": "ENST00000643324.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.547delA",
"hgvs_p": null,
"transcript": "ENST00000643491.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643491.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.298delA",
"hgvs_p": null,
"transcript": "ENST00000643568.1",
"protein_id": "ENSP00000495735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643568.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*606delA",
"hgvs_p": null,
"transcript": "ENST00000643605.1",
"protein_id": "ENSP00000496480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643605.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.619delA",
"hgvs_p": null,
"transcript": "ENST00000643610.1",
"protein_id": "ENSP00000494350.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643610.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.687delA",
"hgvs_p": null,
"transcript": "ENST00000643714.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000643714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000643991.1",
"protein_id": "ENSP00000494489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643991.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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*696delA",
"hgvs_p": null,
"transcript": "ENST00000644087.1",
"protein_id": "ENSP00000495249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644087.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1239delA",
"hgvs_p": null,
"transcript": "ENST00000644268.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644268.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1655delA",
"hgvs_p": null,
"transcript": "ENST00000644373.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644373.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1374delA",
"hgvs_p": null,
"transcript": "ENST00000644533.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000644533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000644639.1",
"protein_id": "ENSP00000496391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.181delA",
"hgvs_p": null,
"transcript": "ENST00000644658.1",
"protein_id": "ENSP00000494540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644658.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.520delA",
"hgvs_p": null,
"transcript": "ENST00000644674.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000644674.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000644966.1",
"protein_id": "ENSP00000495105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.673delA",
"hgvs_p": null,
"transcript": "ENST00000645390.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645390.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1539delA",
"hgvs_p": null,
"transcript": "ENST00000645579.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000645579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.182delA",
"hgvs_p": null,
"transcript": "ENST00000645624.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000645624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*426delA",
"hgvs_p": null,
"transcript": "ENST00000645920.1",
"protein_id": "ENSP00000494490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646301.1",
"protein_id": "ENSP00000495603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646301.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*738delA",
"hgvs_p": null,
"transcript": "ENST00000646434.1",
"protein_id": "ENSP00000496613.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646466.1",
"protein_id": "ENSP00000493511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646466.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646559.1",
"protein_id": "ENSP00000495838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646600.1",
"protein_id": "ENSP00000494041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646600.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.652delA",
"hgvs_p": null,
"transcript": "ENST00000646910.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000646910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.3233delA",
"hgvs_p": null,
"transcript": "ENST00000647031.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.1318delA",
"hgvs_p": null,
"transcript": "ENST00000647533.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647533.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*416delA",
"hgvs_p": null,
"transcript": "ENST00000450385.6",
"protein_id": "ENSP00000398344.2",
"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": "ENST00000450385.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*657delA",
"hgvs_p": null,
"transcript": "ENST00000642638.1",
"protein_id": "ENSP00000495555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642638.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*200delA",
"hgvs_p": null,
"transcript": "ENST00000643206.1",
"protein_id": "ENSP00000496172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643206.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*606delA",
"hgvs_p": null,
"transcript": "ENST00000643605.1",
"protein_id": "ENSP00000496480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643605.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000643991.1",
"protein_id": "ENSP00000494489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000643991.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*696delA",
"hgvs_p": null,
"transcript": "ENST00000644087.1",
"protein_id": "ENSP00000495249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644087.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000644639.1",
"protein_id": "ENSP00000496391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*280delA",
"hgvs_p": null,
"transcript": "ENST00000644966.1",
"protein_id": "ENSP00000495105.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644966.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*426delA",
"hgvs_p": null,
"transcript": "ENST00000645920.1",
"protein_id": "ENSP00000494490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645920.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646301.1",
"protein_id": "ENSP00000495603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646301.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*738delA",
"hgvs_p": null,
"transcript": "ENST00000646434.1",
"protein_id": "ENSP00000496613.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646434.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646466.1",
"protein_id": "ENSP00000493511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646466.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646559.1",
"protein_id": "ENSP00000495838.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646559.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*549delA",
"hgvs_p": null,
"transcript": "ENST00000646600.1",
"protein_id": "ENSP00000494041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646600.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*44+4524delA",
"hgvs_p": null,
"transcript": "ENST00000642169.1",
"protein_id": "ENSP00000496346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.445+4524delA",
"hgvs_p": null,
"transcript": "ENST00000644201.1",
"protein_id": "ENSP00000495044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000644201.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*270+4524delA",
"hgvs_p": null,
"transcript": "ENST00000646682.1",
"protein_id": "ENSP00000496461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646682.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": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CASD1",
"gene_hgnc_id": 16014,
"hgvs_c": "n.2404-12515delT",
"hgvs_p": null,
"transcript": "XR_007060138.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007060138.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": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CASD1",
"gene_hgnc_id": 16014,
"hgvs_c": "n.2404-12515delT",
"hgvs_p": null,
"transcript": "XR_007060139.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007060139.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": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CASD1",
"gene_hgnc_id": 16014,
"hgvs_c": "n.2404-12515delT",
"hgvs_p": null,
"transcript": "XR_007060140.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007060140.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": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*6delA",
"hgvs_p": null,
"transcript": "ENST00000643368.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000643368.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": "SGCE",
"gene_hgnc_id": 10808,
"hgvs_c": "n.*7delA",
"hgvs_p": null,
"transcript": "ENST00000644924.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000644924.1"
}
],
"gene_symbol": "SGCE",
"gene_hgnc_id": 10808,
"dbsnp": "rs1554352819",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.466,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001346713.2",
"gene_symbol": "SGCE",
"hgnc_id": 10808,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.727delA",
"hgvs_p": "p.Arg243fs"
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_007060138.1",
"gene_symbol": "CASD1",
"hgnc_id": 16014,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.2404-12515delT",
"hgvs_p": null
}
],
"clinvar_disease": "Myoclonic dystonia 11,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6",
"phenotype_combined": "not provided|Myoclonic dystonia 11",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}