← 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: 8-67175279-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=67175279&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 67175279,
"ref": "C",
"alt": "T",
"effect": "3_prime_UTR_variant",
"transcript": "NM_001413187.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2969-17C>T",
"hgvs_p": null,
"transcript": "NM_001382391.1",
"protein_id": "NP_001369320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": null,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000678616.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2969-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678616.1",
"protein_id": "ENSP00000504733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": null,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001382391.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678616.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3035-17C>T",
"hgvs_p": null,
"transcript": "ENST00000262210.11",
"protein_id": "ENSP00000262210.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": null,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262210.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.1919-17C>T",
"hgvs_p": null,
"transcript": "ENST00000519668.1",
"protein_id": "ENSP00000430092.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": null,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.959-17C>T",
"hgvs_p": null,
"transcript": "ENST00000521168.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000521168.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGEF1",
"gene_hgnc_id": 15772,
"hgvs_c": "c.*276G>A",
"hgvs_p": null,
"transcript": "NM_001413187.1",
"protein_id": "NP_001400116.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1800,
"cds_start": null,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413187.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGEF1",
"gene_hgnc_id": 15772,
"hgvs_c": "c.*276G>A",
"hgvs_p": null,
"transcript": "NM_001413186.1",
"protein_id": "NP_001400115.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1794,
"cds_start": null,
"cds_end": null,
"cds_length": 5385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001413186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGEF1",
"gene_hgnc_id": 15772,
"hgvs_c": "c.*276G>A",
"hgvs_p": null,
"transcript": "ENST00000520381.5",
"protein_id": "ENSP00000428429.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1278,
"cds_start": null,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520381.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3077-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676605.1",
"protein_id": "ENSP00000503605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676605.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3077-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678542.1",
"protein_id": "ENSP00000503878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678542.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3059-17C>T",
"hgvs_p": null,
"transcript": "ENST00000674993.1",
"protein_id": "ENSP00000502454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": null,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674993.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3035-17C>T",
"hgvs_p": null,
"transcript": "NM_001364869.1",
"protein_id": "NP_001351798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1248,
"cds_start": null,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2954-17C>T",
"hgvs_p": null,
"transcript": "NM_024790.7",
"protein_id": "NP_079066.5",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1221,
"cds_start": null,
"cds_end": null,
"cds_length": 3666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024790.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2954-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676317.1",
"protein_id": "ENSP00000502047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1221,
"cds_start": null,
"cds_end": null,
"cds_length": 3666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2948-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676847.1",
"protein_id": "ENSP00000503336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1219,
"cds_start": null,
"cds_end": null,
"cds_length": 3660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676847.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2936-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677592.1",
"protein_id": "ENSP00000504516.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677592.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2927-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676113.1",
"protein_id": "ENSP00000501645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1212,
"cds_start": null,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676113.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2927-17C>T",
"hgvs_p": null,
"transcript": "ENST00000853676.1",
"protein_id": "ENSP00000523735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1212,
"cds_start": null,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853676.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2888-17C>T",
"hgvs_p": null,
"transcript": "NM_001363131.2",
"protein_id": "NP_001350060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": null,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363131.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2888-17C>T",
"hgvs_p": null,
"transcript": "ENST00000675955.1",
"protein_id": "ENSP00000501676.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1199,
"cds_start": null,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675955.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2855-17C>T",
"hgvs_p": null,
"transcript": "NM_001364870.1",
"protein_id": "NP_001351799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1188,
"cds_start": null,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2855-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676882.1",
"protein_id": "ENSP00000504342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1188,
"cds_start": null,
"cds_end": null,
"cds_length": 3567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676882.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2846-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678645.1",
"protein_id": "ENSP00000504031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1185,
"cds_start": null,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678645.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2846-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914794.1",
"protein_id": "ENSP00000584853.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1185,
"cds_start": null,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914794.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2846-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914795.1",
"protein_id": "ENSP00000584854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1185,
"cds_start": null,
"cds_end": null,
"cds_length": 3558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2828-17C>T",
"hgvs_p": null,
"transcript": "ENST00000953972.1",
"protein_id": "ENSP00000624031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1179,
"cds_start": null,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953972.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2801-17C>T",
"hgvs_p": null,
"transcript": "NM_001438330.1",
"protein_id": "NP_001425259.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1170,
"cds_start": null,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438330.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2774-17C>T",
"hgvs_p": null,
"transcript": "NM_001363132.2",
"protein_id": "NP_001350061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1161,
"cds_start": null,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363132.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2774-17C>T",
"hgvs_p": null,
"transcript": "ENST00000675869.1",
"protein_id": "ENSP00000502747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1161,
"cds_start": null,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2747-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914799.1",
"protein_id": "ENSP00000584858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2702-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676471.1",
"protein_id": "ENSP00000503711.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1137,
"cds_start": null,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2693-17C>T",
"hgvs_p": null,
"transcript": "NM_001363133.2",
"protein_id": "NP_001350062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363133.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2693-17C>T",
"hgvs_p": null,
"transcript": "ENST00000675306.2",
"protein_id": "ENSP00000502421.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675306.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2693-17C>T",
"hgvs_p": null,
"transcript": "ENST00000953971.1",
"protein_id": "ENSP00000624030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953971.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2954-17C>T",
"hgvs_p": null,
"transcript": "NM_001438331.1",
"protein_id": "NP_001425260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1117,
"cds_start": null,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438331.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2693-17C>T",
"hgvs_p": null,
"transcript": "ENST00000679226.1",
"protein_id": "ENSP00000503601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": null,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679226.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2504-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678318.1",
"protein_id": "ENSP00000503690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678318.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2954-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677009.1",
"protein_id": "ENSP00000503297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1059,
"cds_start": null,
"cds_end": null,
"cds_length": 3180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2396-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678747.1",
"protein_id": "ENSP00000503390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1035,
"cds_start": null,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678747.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2315-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677619.1",
"protein_id": "ENSP00000504522.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1008,
"cds_start": null,
"cds_end": null,
"cds_length": 3027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677619.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2315-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914796.1",
"protein_id": "ENSP00000584855.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1008,
"cds_start": null,
"cds_end": null,
"cds_length": 3027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914796.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2270-17C>T",
"hgvs_p": null,
"transcript": "NM_001438332.1",
"protein_id": "NP_001425261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 993,
"cds_start": null,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438332.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2270-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676573.1",
"protein_id": "ENSP00000504532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 993,
"cds_start": null,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676573.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2162-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914797.1",
"protein_id": "ENSP00000584856.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 957,
"cds_start": null,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2114-17C>T",
"hgvs_p": null,
"transcript": "ENST00000914798.1",
"protein_id": "ENSP00000584857.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 941,
"cds_start": null,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.1919-17C>T",
"hgvs_p": null,
"transcript": "NM_001291339.2",
"protein_id": "NP_001278268.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 876,
"cds_start": null,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291339.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.1820-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678017.1",
"protein_id": "ENSP00000504394.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 843,
"cds_start": null,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678017.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3101-17C>T",
"hgvs_p": null,
"transcript": "XM_011517598.3",
"protein_id": "XP_011515900.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1270,
"cds_start": null,
"cds_end": null,
"cds_length": 3813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517598.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3077-17C>T",
"hgvs_p": null,
"transcript": "XM_011517599.3",
"protein_id": "XP_011515901.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1262,
"cds_start": null,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517599.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3059-17C>T",
"hgvs_p": null,
"transcript": "XM_005251305.5",
"protein_id": "XP_005251362.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1256,
"cds_start": null,
"cds_end": null,
"cds_length": 3771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251305.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3002-17C>T",
"hgvs_p": null,
"transcript": "XM_047422244.1",
"protein_id": "XP_047278200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1237,
"cds_start": null,
"cds_end": null,
"cds_length": 3714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2996-17C>T",
"hgvs_p": null,
"transcript": "XM_011517601.3",
"protein_id": "XP_011515903.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517601.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2990-17C>T",
"hgvs_p": null,
"transcript": "XM_047422251.1",
"protein_id": "XP_047278207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1233,
"cds_start": null,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2960-17C>T",
"hgvs_p": null,
"transcript": "XM_017013847.3",
"protein_id": "XP_016869336.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1223,
"cds_start": null,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013847.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2948-17C>T",
"hgvs_p": null,
"transcript": "XM_047422245.1",
"protein_id": "XP_047278201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1219,
"cds_start": null,
"cds_end": null,
"cds_length": 3660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422245.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2936-17C>T",
"hgvs_p": null,
"transcript": "XM_047422246.1",
"protein_id": "XP_047278202.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1215,
"cds_start": null,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2906-17C>T",
"hgvs_p": null,
"transcript": "XM_006716474.4",
"protein_id": "XP_006716537.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1205,
"cds_start": null,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716474.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2897-17C>T",
"hgvs_p": null,
"transcript": "XM_017013849.3",
"protein_id": "XP_016869338.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1202,
"cds_start": null,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013849.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3101-17C>T",
"hgvs_p": null,
"transcript": "XM_047422247.1",
"protein_id": "XP_047278203.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1201,
"cds_start": null,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2882-17C>T",
"hgvs_p": null,
"transcript": "XM_047422249.1",
"protein_id": "XP_047278205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1197,
"cds_start": null,
"cds_end": null,
"cds_length": 3594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3101-17C>T",
"hgvs_p": null,
"transcript": "XM_047422250.1",
"protein_id": "XP_047278206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1193,
"cds_start": null,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3101-17C>T",
"hgvs_p": null,
"transcript": "XM_047422253.1",
"protein_id": "XP_047278209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": null,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422253.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.3059-17C>T",
"hgvs_p": null,
"transcript": "XM_047422254.1",
"protein_id": "XP_047278210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2702-17C>T",
"hgvs_p": null,
"transcript": "XM_047422255.1",
"protein_id": "XP_047278211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1137,
"cds_start": null,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2948-17C>T",
"hgvs_p": null,
"transcript": "XM_047422257.1",
"protein_id": "XP_047278213.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1115,
"cds_start": null,
"cds_end": null,
"cds_length": 3348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2528-17C>T",
"hgvs_p": null,
"transcript": "XM_006716477.4",
"protein_id": "XP_006716540.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1079,
"cds_start": null,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716477.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2504-17C>T",
"hgvs_p": null,
"transcript": "XM_017013854.3",
"protein_id": "XP_016869343.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013854.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2423-17C>T",
"hgvs_p": null,
"transcript": "XM_047422259.1",
"protein_id": "XP_047278215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1044,
"cds_start": null,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422259.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2351-17C>T",
"hgvs_p": null,
"transcript": "XM_047422260.1",
"protein_id": "XP_047278216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1020,
"cds_start": null,
"cds_end": null,
"cds_length": 3063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.2072-17C>T",
"hgvs_p": null,
"transcript": "XM_047422262.1",
"protein_id": "XP_047278218.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 927,
"cds_start": null,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422262.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "c.1274-17C>T",
"hgvs_p": null,
"transcript": "XM_011517611.4",
"protein_id": "XP_011515913.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517611.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.457C>T",
"hgvs_p": null,
"transcript": "ENST00000678834.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": "ENST00000678834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*165-17C>T",
"hgvs_p": null,
"transcript": "ENST00000521324.3",
"protein_id": "ENSP00000502264.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000521324.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.4298-17C>T",
"hgvs_p": null,
"transcript": "ENST00000675990.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": "ENST00000675990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*165-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676804.1",
"protein_id": "ENSP00000504464.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": "ENST00000676804.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*930-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676858.1",
"protein_id": "ENSP00000502925.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": "ENST00000676858.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.839-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676968.1",
"protein_id": "ENSP00000504024.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": "ENST00000676968.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.110-17C>T",
"hgvs_p": null,
"transcript": "ENST00000676980.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": "ENST00000676980.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.2467-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677052.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": "ENST00000677052.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.839-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677131.1",
"protein_id": "ENSP00000503937.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": "ENST00000677131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*2688-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677256.1",
"protein_id": "ENSP00000504102.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": "ENST00000677256.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*561-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677430.1",
"protein_id": "ENSP00000504177.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": "ENST00000677430.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*985-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677473.1",
"protein_id": "ENSP00000503534.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": "ENST00000677473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.351-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677538.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": "ENST00000677538.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.932-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677697.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": "ENST00000677697.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*1340-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677845.1",
"protein_id": "ENSP00000503524.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": "ENST00000677845.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*723-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677855.1",
"protein_id": "ENSP00000504757.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": "ENST00000677855.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*433-17C>T",
"hgvs_p": null,
"transcript": "ENST00000677964.1",
"protein_id": "ENSP00000504322.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": "ENST00000677964.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.1464-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678635.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": "ENST00000678635.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.839-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678723.1",
"protein_id": "ENSP00000503153.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": "ENST00000678723.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.839-17C>T",
"hgvs_p": null,
"transcript": "ENST00000678895.1",
"protein_id": "ENSP00000504461.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": "ENST00000678895.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.94-17C>T",
"hgvs_p": null,
"transcript": "ENST00000679060.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": "ENST00000679060.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.*2868-17C>T",
"hgvs_p": null,
"transcript": "ENST00000679112.1",
"protein_id": "ENSP00000503739.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": "ENST00000679112.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.1893-17C>T",
"hgvs_p": null,
"transcript": "ENST00000679274.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": "ENST00000679274.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CSPP1",
"gene_hgnc_id": 26193,
"hgvs_c": "n.1940-17C>T",
"hgvs_p": null,
"transcript": "ENST00000679295.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": "ENST00000679295.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARFGEF1",
"gene_hgnc_id": 15772,
"hgvs_c": "c.*276G>A",
"hgvs_p": null,
"transcript": "ENST00000518789.5",
"protein_id": "ENSP00000429560.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": null,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000518789.5"
}
],
"gene_symbol": "ARFGEF1",
"gene_hgnc_id": 15772,
"dbsnp": "rs1831336794",
"frequency_reference_population": 0.0000020905195,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000209052,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.316,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001413187.1",
"gene_symbol": "ARFGEF1",
"hgnc_id": 15772,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.*276G>A",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001364869.1",
"gene_symbol": "CSPP1",
"hgnc_id": 26193,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3035-17C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Joubert syndrome 21",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Joubert syndrome 21",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}