← 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: 1-114718188-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=114718188&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 114718188,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001242891.2",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "NM_001007553.3",
"protein_id": "NP_001007554.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358528.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001007553.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000358528.9",
"protein_id": "ENSP00000351329.4",
"transcript_support_level": 1,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001007553.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358528.9"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2423A>C",
"hgvs_p": "p.Gln808Pro",
"transcript": "ENST00000369530.5",
"protein_id": "ENSP00000358543.1",
"transcript_support_level": 1,
"aa_start": 808,
"aa_end": null,
"aa_length": 813,
"cds_start": 2423,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369530.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000438362.7",
"protein_id": "ENSP00000407724.3",
"transcript_support_level": 1,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438362.7"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000261443.9",
"protein_id": "ENSP00000261443.5",
"transcript_support_level": 1,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261443.9"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000339438.10",
"protein_id": "ENSP00000342408.6",
"transcript_support_level": 1,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000339438.10"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2516A>C",
"hgvs_p": "p.Gln839Pro",
"transcript": "NM_001242891.2",
"protein_id": "NP_001229820.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 844,
"cds_start": 2516,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242891.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2516A>C",
"hgvs_p": "p.Gln839Pro",
"transcript": "ENST00000610726.5",
"protein_id": "ENSP00000481762.1",
"transcript_support_level": 5,
"aa_start": 839,
"aa_end": null,
"aa_length": 844,
"cds_start": 2516,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000610726.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2516A>C",
"hgvs_p": "p.Gln839Pro",
"transcript": "ENST00000688211.1",
"protein_id": "ENSP00000508995.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 844,
"cds_start": 2516,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000688211.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2426A>C",
"hgvs_p": "p.Gln809Pro",
"transcript": "ENST00000967184.1",
"protein_id": "ENSP00000637243.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 814,
"cds_start": 2426,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967184.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2423A>C",
"hgvs_p": "p.Gln808Pro",
"transcript": "NM_001130523.3",
"protein_id": "NP_001123995.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 813,
"cds_start": 2423,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130523.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "NM_001242892.2",
"protein_id": "NP_001229821.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242892.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000534699.5",
"protein_id": "ENSP00000432958.1",
"transcript_support_level": 2,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534699.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000689217.1",
"protein_id": "ENSP00000508874.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689217.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000689989.1",
"protein_id": "ENSP00000509808.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689989.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000692719.1",
"protein_id": "ENSP00000510208.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692719.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901466.1",
"protein_id": "ENSP00000571525.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901466.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901467.1",
"protein_id": "ENSP00000571526.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901467.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901476.1",
"protein_id": "ENSP00000571535.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901476.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901484.1",
"protein_id": "ENSP00000571543.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901484.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901492.1",
"protein_id": "ENSP00000571551.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901492.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901493.1",
"protein_id": "ENSP00000571552.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901493.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901495.1",
"protein_id": "ENSP00000571554.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901495.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000901498.1",
"protein_id": "ENSP00000571557.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901498.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000925899.1",
"protein_id": "ENSP00000595958.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925899.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000925913.1",
"protein_id": "ENSP00000595972.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925913.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000967172.1",
"protein_id": "ENSP00000637231.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967172.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000967177.1",
"protein_id": "ENSP00000637236.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967177.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000967181.1",
"protein_id": "ENSP00000637240.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967181.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000967200.1",
"protein_id": "ENSP00000637259.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967200.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2378A>C",
"hgvs_p": "p.Gln793Pro",
"transcript": "ENST00000967205.1",
"protein_id": "ENSP00000637264.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 798,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967205.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2375A>C",
"hgvs_p": "p.Gln792Pro",
"transcript": "ENST00000967157.1",
"protein_id": "ENSP00000637216.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 797,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967157.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2375A>C",
"hgvs_p": "p.Gln792Pro",
"transcript": "ENST00000967164.1",
"protein_id": "ENSP00000637223.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 797,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967164.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2375A>C",
"hgvs_p": "p.Gln792Pro",
"transcript": "ENST00000967170.1",
"protein_id": "ENSP00000637229.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 797,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967170.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2369A>C",
"hgvs_p": "p.Gln790Pro",
"transcript": "ENST00000967187.1",
"protein_id": "ENSP00000637246.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 795,
"cds_start": 2369,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967187.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2360A>C",
"hgvs_p": "p.Gln787Pro",
"transcript": "ENST00000901463.1",
"protein_id": "ENSP00000571522.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 792,
"cds_start": 2360,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901463.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2357A>C",
"hgvs_p": "p.Gln786Pro",
"transcript": "ENST00000901487.1",
"protein_id": "ENSP00000571546.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 791,
"cds_start": 2357,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901487.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2357A>C",
"hgvs_p": "p.Gln786Pro",
"transcript": "ENST00000967207.1",
"protein_id": "ENSP00000637266.1",
"transcript_support_level": null,
"aa_start": 786,
"aa_end": null,
"aa_length": 791,
"cds_start": 2357,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967207.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2333A>C",
"hgvs_p": "p.Gln778Pro",
"transcript": "ENST00000690207.1",
"protein_id": "ENSP00000510521.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 783,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000690207.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2333A>C",
"hgvs_p": "p.Gln778Pro",
"transcript": "ENST00000925907.1",
"protein_id": "ENSP00000595966.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 783,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925907.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "NM_001242893.2",
"protein_id": "NP_001229822.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242893.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "NM_007158.6",
"protein_id": "NP_009089.4",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007158.6"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000684913.1",
"protein_id": "ENSP00000510656.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000684913.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000686025.1",
"protein_id": "ENSP00000508776.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686025.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000686235.1",
"protein_id": "ENSP00000509507.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686235.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000689732.1",
"protein_id": "ENSP00000510376.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689732.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000693467.1",
"protein_id": "ENSP00000510042.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000693467.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901454.1",
"protein_id": "ENSP00000571513.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901454.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901455.1",
"protein_id": "ENSP00000571514.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901455.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901456.1",
"protein_id": "ENSP00000571515.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901456.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901458.1",
"protein_id": "ENSP00000571517.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901458.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901459.1",
"protein_id": "ENSP00000571518.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901459.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901460.1",
"protein_id": "ENSP00000571519.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901460.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901465.1",
"protein_id": "ENSP00000571524.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901465.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901468.1",
"protein_id": "ENSP00000571527.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901468.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901469.1",
"protein_id": "ENSP00000571528.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901469.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901473.1",
"protein_id": "ENSP00000571532.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901473.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901485.1",
"protein_id": "ENSP00000571544.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901485.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901486.1",
"protein_id": "ENSP00000571545.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901486.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901490.1",
"protein_id": "ENSP00000571549.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901490.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901494.1",
"protein_id": "ENSP00000571553.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901494.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901496.1",
"protein_id": "ENSP00000571555.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901496.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901497.1",
"protein_id": "ENSP00000571556.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901497.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901499.1",
"protein_id": "ENSP00000571558.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901499.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901500.1",
"protein_id": "ENSP00000571559.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901500.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000901502.1",
"protein_id": "ENSP00000571561.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901502.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000925903.1",
"protein_id": "ENSP00000595962.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925903.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000925906.1",
"protein_id": "ENSP00000595965.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925906.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000925908.1",
"protein_id": "ENSP00000595967.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925908.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000925909.1",
"protein_id": "ENSP00000595968.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925909.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000925911.1",
"protein_id": "ENSP00000595970.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925911.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967152.1",
"protein_id": "ENSP00000637211.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967152.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967155.1",
"protein_id": "ENSP00000637214.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967155.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967156.1",
"protein_id": "ENSP00000637215.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967156.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967159.1",
"protein_id": "ENSP00000637218.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967159.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967161.1",
"protein_id": "ENSP00000637220.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967161.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967162.1",
"protein_id": "ENSP00000637221.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967162.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967163.1",
"protein_id": "ENSP00000637222.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967163.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967166.1",
"protein_id": "ENSP00000637225.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967166.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967167.1",
"protein_id": "ENSP00000637226.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967167.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967171.1",
"protein_id": "ENSP00000637230.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967171.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967173.1",
"protein_id": "ENSP00000637232.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967173.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967174.1",
"protein_id": "ENSP00000637233.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967174.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967175.1",
"protein_id": "ENSP00000637234.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967175.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967182.1",
"protein_id": "ENSP00000637241.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967182.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967186.1",
"protein_id": "ENSP00000637245.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967186.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967189.1",
"protein_id": "ENSP00000637248.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967189.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967190.1",
"protein_id": "ENSP00000637249.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967190.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967192.1",
"protein_id": "ENSP00000637251.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967192.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967196.1",
"protein_id": "ENSP00000637255.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967196.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967201.1",
"protein_id": "ENSP00000637260.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967201.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967202.1",
"protein_id": "ENSP00000637261.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967202.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967203.1",
"protein_id": "ENSP00000637262.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967203.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967204.1",
"protein_id": "ENSP00000637263.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967204.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2285A>C",
"hgvs_p": "p.Gln762Pro",
"transcript": "ENST00000967206.1",
"protein_id": "ENSP00000637265.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 767,
"cds_start": 2285,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967206.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000692672.1",
"protein_id": "ENSP00000509882.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692672.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000901453.1",
"protein_id": "ENSP00000571512.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901453.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000901470.1",
"protein_id": "ENSP00000571529.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901470.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000925910.1",
"protein_id": "ENSP00000595969.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925910.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000967151.1",
"protein_id": "ENSP00000637210.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967151.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000967154.1",
"protein_id": "ENSP00000637213.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967154.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000967176.1",
"protein_id": "ENSP00000637235.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967176.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2282A>C",
"hgvs_p": "p.Gln761Pro",
"transcript": "ENST00000967195.1",
"protein_id": "ENSP00000637254.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 766,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967195.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2279A>C",
"hgvs_p": "p.Gln760Pro",
"transcript": "ENST00000925900.1",
"protein_id": "ENSP00000595959.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 765,
"cds_start": 2279,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925900.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2279A>C",
"hgvs_p": "p.Gln760Pro",
"transcript": "ENST00000967178.1",
"protein_id": "ENSP00000637237.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 765,
"cds_start": 2279,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967178.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2270A>C",
"hgvs_p": "p.Gln757Pro",
"transcript": "ENST00000901474.1",
"protein_id": "ENSP00000571533.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 762,
"cds_start": 2270,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901474.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2264A>C",
"hgvs_p": "p.Gln755Pro",
"transcript": "ENST00000689885.1",
"protein_id": "ENSP00000509282.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 760,
"cds_start": 2264,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000689885.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2264A>C",
"hgvs_p": "p.Gln755Pro",
"transcript": "ENST00000901462.1",
"protein_id": "ENSP00000571521.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 760,
"cds_start": 2264,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901462.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2264A>C",
"hgvs_p": "p.Gln755Pro",
"transcript": "ENST00000901488.1",
"protein_id": "ENSP00000571547.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 760,
"cds_start": 2264,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901488.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2237A>C",
"hgvs_p": "p.Gln746Pro",
"transcript": "ENST00000692044.1",
"protein_id": "ENSP00000508851.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 751,
"cds_start": 2237,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692044.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2237A>C",
"hgvs_p": "p.Gln746Pro",
"transcript": "ENST00000901482.1",
"protein_id": "ENSP00000571541.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 751,
"cds_start": 2237,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901482.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2237A>C",
"hgvs_p": "p.Gln746Pro",
"transcript": "ENST00000967168.1",
"protein_id": "ENSP00000637227.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 751,
"cds_start": 2237,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967168.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2177A>C",
"hgvs_p": "p.Gln726Pro",
"transcript": "ENST00000925902.1",
"protein_id": "ENSP00000595961.1",
"transcript_support_level": null,
"aa_start": 726,
"aa_end": null,
"aa_length": 731,
"cds_start": 2177,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925902.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2165A>C",
"hgvs_p": "p.Gln722Pro",
"transcript": "ENST00000901475.1",
"protein_id": "ENSP00000571534.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 727,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901475.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2165A>C",
"hgvs_p": "p.Gln722Pro",
"transcript": "ENST00000901501.1",
"protein_id": "ENSP00000571560.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 727,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901501.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2165A>C",
"hgvs_p": "p.Gln722Pro",
"transcript": "ENST00000925901.1",
"protein_id": "ENSP00000595960.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 727,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925901.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2165A>C",
"hgvs_p": "p.Gln722Pro",
"transcript": "ENST00000967153.1",
"protein_id": "ENSP00000637212.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 727,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967153.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2156A>C",
"hgvs_p": "p.Gln719Pro",
"transcript": "ENST00000967188.1",
"protein_id": "ENSP00000637247.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 724,
"cds_start": 2156,
"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": "ENST00000967188.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2156A>C",
"hgvs_p": "p.Gln719Pro",
"transcript": "ENST00000967194.1",
"protein_id": "ENSP00000637253.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 724,
"cds_start": 2156,
"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": "ENST00000967194.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2144A>C",
"hgvs_p": "p.Gln715Pro",
"transcript": "ENST00000686781.1",
"protein_id": "ENSP00000508872.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 720,
"cds_start": 2144,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686781.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2144A>C",
"hgvs_p": "p.Gln715Pro",
"transcript": "ENST00000901479.1",
"protein_id": "ENSP00000571538.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 720,
"cds_start": 2144,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901479.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2144A>C",
"hgvs_p": "p.Gln715Pro",
"transcript": "ENST00000967179.1",
"protein_id": "ENSP00000637238.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 720,
"cds_start": 2144,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967179.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2144A>C",
"hgvs_p": "p.Gln715Pro",
"transcript": "ENST00000967180.1",
"protein_id": "ENSP00000637239.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 720,
"cds_start": 2144,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967180.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2120A>C",
"hgvs_p": "p.Gln707Pro",
"transcript": "ENST00000901477.1",
"protein_id": "ENSP00000571536.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 712,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901477.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2120A>C",
"hgvs_p": "p.Gln707Pro",
"transcript": "ENST00000967193.1",
"protein_id": "ENSP00000637252.1",
"transcript_support_level": null,
"aa_start": 707,
"aa_end": null,
"aa_length": 712,
"cds_start": 2120,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967193.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000691032.1",
"protein_id": "ENSP00000509119.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000691032.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000901457.1",
"protein_id": "ENSP00000571516.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901457.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000901483.1",
"protein_id": "ENSP00000571542.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901483.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000901491.1",
"protein_id": "ENSP00000571550.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901491.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000925912.1",
"protein_id": "ENSP00000595971.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925912.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000967158.1",
"protein_id": "ENSP00000637217.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967158.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000967160.1",
"protein_id": "ENSP00000637219.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967160.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000967191.1",
"protein_id": "ENSP00000637250.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967191.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2072A>C",
"hgvs_p": "p.Gln691Pro",
"transcript": "ENST00000967198.1",
"protein_id": "ENSP00000637257.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 696,
"cds_start": 2072,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967198.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000901481.1",
"protein_id": "ENSP00000571540.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 695,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901481.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1988A>C",
"hgvs_p": "p.Gln663Pro",
"transcript": "ENST00000530886.5",
"protein_id": "ENSP00000431297.1",
"transcript_support_level": 5,
"aa_start": 663,
"aa_end": null,
"aa_length": 668,
"cds_start": 1988,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530886.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1988A>C",
"hgvs_p": "p.Gln663Pro",
"transcript": "ENST00000687759.1",
"protein_id": "ENSP00000508489.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 668,
"cds_start": 1988,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687759.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000686667.1",
"protein_id": "ENSP00000508885.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686667.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901461.1",
"protein_id": "ENSP00000571520.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901461.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901464.1",
"protein_id": "ENSP00000571523.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901464.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901471.1",
"protein_id": "ENSP00000571530.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901471.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901472.1",
"protein_id": "ENSP00000571531.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901472.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901478.1",
"protein_id": "ENSP00000571537.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901478.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000901480.1",
"protein_id": "ENSP00000571539.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901480.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000967169.1",
"protein_id": "ENSP00000637228.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967169.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000967183.1",
"protein_id": "ENSP00000637242.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967183.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000967185.1",
"protein_id": "ENSP00000637244.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967185.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000967197.1",
"protein_id": "ENSP00000637256.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 665,
"cds_start": 1979,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967197.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1976A>C",
"hgvs_p": "p.Gln659Pro",
"transcript": "ENST00000925904.1",
"protein_id": "ENSP00000595963.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 664,
"cds_start": 1976,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925904.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1931A>C",
"hgvs_p": "p.Gln644Pro",
"transcript": "ENST00000901489.1",
"protein_id": "ENSP00000571548.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 649,
"cds_start": 1931,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000901489.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1847A>C",
"hgvs_p": "p.Gln616Pro",
"transcript": "ENST00000529046.6",
"protein_id": "ENSP00000437159.2",
"transcript_support_level": 4,
"aa_start": 616,
"aa_end": null,
"aa_length": 621,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529046.6"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.1700A>C",
"hgvs_p": "p.Gln567Pro",
"transcript": "ENST00000967165.1",
"protein_id": "ENSP00000637224.1",
"transcript_support_level": null,
"aa_start": 567,
"aa_end": null,
"aa_length": 572,
"cds_start": 1700,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967165.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.986A>C",
"hgvs_p": "p.Gln329Pro",
"transcript": "ENST00000967199.1",
"protein_id": "ENSP00000637258.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 334,
"cds_start": 986,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967199.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "c.824A>C",
"hgvs_p": "p.Gln275Pro",
"transcript": "ENST00000925905.1",
"protein_id": "ENSP00000595964.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 280,
"cds_start": 824,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925905.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.4400A>C",
"hgvs_p": null,
"transcript": "ENST00000483030.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": "ENST00000483030.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.355A>C",
"hgvs_p": null,
"transcript": "ENST00000483407.1",
"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": "pseudogene",
"feature": "ENST00000483407.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1587A>C",
"hgvs_p": null,
"transcript": "ENST00000685676.1",
"protein_id": "ENSP00000508578.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": "ENST00000685676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.2859A>C",
"hgvs_p": null,
"transcript": "ENST00000686123.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": "ENST00000686123.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.3547A>C",
"hgvs_p": null,
"transcript": "ENST00000686581.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": "ENST00000686581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.3338A>C",
"hgvs_p": null,
"transcript": "ENST00000687548.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": "ENST00000687548.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*735A>C",
"hgvs_p": null,
"transcript": "ENST00000688611.1",
"protein_id": "ENSP00000509826.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": "ENST00000688611.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*334A>C",
"hgvs_p": null,
"transcript": "ENST00000689510.1",
"protein_id": "ENSP00000510442.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": "ENST00000689510.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.2026A>C",
"hgvs_p": null,
"transcript": "ENST00000689573.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": "ENST00000689573.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.1604A>C",
"hgvs_p": null,
"transcript": "ENST00000689631.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": "ENST00000689631.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*159A>C",
"hgvs_p": null,
"transcript": "ENST00000689727.1",
"protein_id": "ENSP00000508430.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": "ENST00000689727.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1152A>C",
"hgvs_p": null,
"transcript": "ENST00000690013.1",
"protein_id": "ENSP00000508965.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": "ENST00000690013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1245A>C",
"hgvs_p": null,
"transcript": "ENST00000690420.1",
"protein_id": "ENSP00000509966.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": "ENST00000690420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.3640A>C",
"hgvs_p": null,
"transcript": "ENST00000690784.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": "ENST00000690784.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1536A>C",
"hgvs_p": null,
"transcript": "ENST00000691377.1",
"protein_id": "ENSP00000510298.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": "ENST00000691377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1584A>C",
"hgvs_p": null,
"transcript": "ENST00000691403.1",
"protein_id": "ENSP00000509918.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": "ENST00000691403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1152A>C",
"hgvs_p": null,
"transcript": "ENST00000692629.1",
"protein_id": "ENSP00000509565.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": "ENST00000692629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.3075A>C",
"hgvs_p": null,
"transcript": "ENST00000692950.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": "ENST00000692950.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*496A>C",
"hgvs_p": null,
"transcript": "ENST00000693311.1",
"protein_id": "ENSP00000510064.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": "ENST00000693311.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.3459A>C",
"hgvs_p": null,
"transcript": "ENST00000693644.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": "ENST00000693644.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1587A>C",
"hgvs_p": null,
"transcript": "ENST00000685676.1",
"protein_id": "ENSP00000508578.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": "ENST00000685676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*735A>C",
"hgvs_p": null,
"transcript": "ENST00000688611.1",
"protein_id": "ENSP00000509826.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": "ENST00000688611.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*334A>C",
"hgvs_p": null,
"transcript": "ENST00000689510.1",
"protein_id": "ENSP00000510442.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": "ENST00000689510.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*159A>C",
"hgvs_p": null,
"transcript": "ENST00000689727.1",
"protein_id": "ENSP00000508430.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": "ENST00000689727.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1152A>C",
"hgvs_p": null,
"transcript": "ENST00000690013.1",
"protein_id": "ENSP00000508965.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": "ENST00000690013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1245A>C",
"hgvs_p": null,
"transcript": "ENST00000690420.1",
"protein_id": "ENSP00000509966.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": "ENST00000690420.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1536A>C",
"hgvs_p": null,
"transcript": "ENST00000691377.1",
"protein_id": "ENSP00000510298.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": "ENST00000691377.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1584A>C",
"hgvs_p": null,
"transcript": "ENST00000691403.1",
"protein_id": "ENSP00000509918.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": "ENST00000691403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*1152A>C",
"hgvs_p": null,
"transcript": "ENST00000692629.1",
"protein_id": "ENSP00000509565.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": "ENST00000692629.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"hgvs_c": "n.*496A>C",
"hgvs_p": null,
"transcript": "ENST00000693311.1",
"protein_id": "ENSP00000510064.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": "ENST00000693311.1"
}
],
"gene_symbol": "CSDE1",
"gene_hgnc_id": 29905,
"dbsnp": "rs150575144",
"frequency_reference_population": 0.000048328933,
"hom_count_reference_population": 0,
"allele_count_reference_population": 78,
"gnomad_exomes_af": 0.0000478842,
"gnomad_genomes_af": 0.0000526039,
"gnomad_exomes_ac": 70,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6262139081954956,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.305,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0964,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.32,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.777,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS1_Supporting,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BS1_Supporting",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001242891.2",
"gene_symbol": "CSDE1",
"hgnc_id": 29905,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2516A>C",
"hgvs_p": "p.Gln839Pro"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}