← 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: 2-201266645-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=201266645&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 201266645,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000673742.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001372051.1",
"protein_id": "NP_001358980.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": "ENST00000673742.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000673742.1",
"protein_id": "ENSP00000501268.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": "NM_001372051.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "ENST00000358485.8",
"protein_id": "ENSP00000351273.4",
"transcript_support_level": 1,
"aa_start": 112,
"aa_end": null,
"aa_length": 538,
"cds_start": 336,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 2930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000264275.9",
"protein_id": "ENSP00000264275.5",
"transcript_support_level": 1,
"aa_start": 53,
"aa_end": null,
"aa_length": 496,
"cds_start": 159,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 1906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000323492.11",
"protein_id": "ENSP00000325722.7",
"transcript_support_level": 1,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 299,
"cdna_end": null,
"cdna_length": 2650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000392258.7",
"protein_id": "ENSP00000376087.3",
"transcript_support_level": 1,
"aa_start": 53,
"aa_end": null,
"aa_length": 235,
"cds_start": 159,
"cds_end": null,
"cds_length": 708,
"cdna_start": 399,
"cdna_end": null,
"cdna_length": 1060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.243G>C",
"hgvs_p": null,
"transcript": "ENST00000339403.6",
"protein_id": "ENSP00000512271.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.*133G>C",
"hgvs_p": null,
"transcript": "ENST00000437283.5",
"protein_id": "ENSP00000407378.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.435G>C",
"hgvs_p": null,
"transcript": "ENST00000471383.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.*133G>C",
"hgvs_p": null,
"transcript": "ENST00000437283.5",
"protein_id": "ENSP00000407378.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.37-4871G>C",
"hgvs_p": null,
"transcript": "ENST00000490412.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "NM_001080125.2",
"protein_id": "NP_001073594.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 538,
"cds_start": 336,
"cds_end": null,
"cds_length": 1617,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 2929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "NM_001400642.1",
"protein_id": "NP_001387571.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 523,
"cds_start": 336,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 2884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "ENST00000696085.1",
"protein_id": "ENSP00000512381.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 523,
"cds_start": 336,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 458,
"cdna_end": null,
"cdna_length": 2749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001228.5",
"protein_id": "NP_001219.2",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 496,
"cds_start": 159,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400645.1",
"protein_id": "NP_001387574.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 490,
"cds_start": 159,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 2734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400648.1",
"protein_id": "NP_001387577.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 374,
"cdna_end": null,
"cdna_length": 2770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400651.1",
"protein_id": "NP_001387580.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400653.1",
"protein_id": "NP_001387582.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400654.1",
"protein_id": "NP_001387583.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 2675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400655.1",
"protein_id": "NP_001387584.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 2903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400656.1",
"protein_id": "NP_001387585.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 2701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400657.1",
"protein_id": "NP_001387586.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_033355.4",
"protein_id": "NP_203519.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000413726.6",
"protein_id": "ENSP00000397528.2",
"transcript_support_level": 5,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000432109.6",
"protein_id": "ENSP00000412523.2",
"transcript_support_level": 5,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 1629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000440732.6",
"protein_id": "ENSP00000396869.2",
"transcript_support_level": 4,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 377,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000696067.1",
"protein_id": "ENSP00000512369.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 479,
"cds_start": 159,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 2728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001080124.2",
"protein_id": "NP_001073593.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 374,
"cdna_end": null,
"cdna_length": 2725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400658.1",
"protein_id": "NP_001387587.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400659.1",
"protein_id": "NP_001387588.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400660.1",
"protein_id": "NP_001387589.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 2767,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400661.1",
"protein_id": "NP_001387590.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 2699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400662.1",
"protein_id": "NP_001387591.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400663.1",
"protein_id": "NP_001387592.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 2793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_033356.4",
"protein_id": "NP_203520.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2614,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000392263.6",
"protein_id": "ENSP00000376091.2",
"transcript_support_level": 5,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 394,
"cdna_end": null,
"cdna_length": 1630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000696087.1",
"protein_id": "ENSP00000512382.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 289,
"cdna_end": null,
"cdna_length": 2562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400664.1",
"protein_id": "NP_001387593.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 456,
"cds_start": 159,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "NM_001400665.1",
"protein_id": "NP_001387594.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 454,
"cds_start": 336,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 2677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000696069.1",
"protein_id": "ENSP00000512371.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 435,
"cds_start": 159,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400666.1",
"protein_id": "NP_001387595.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 410,
"cds_start": 159,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400667.1",
"protein_id": "NP_001387596.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 395,
"cds_start": 159,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400668.1",
"protein_id": "NP_001387597.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 395,
"cds_start": 159,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 2449,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000444430.3",
"protein_id": "ENSP00000394434.3",
"transcript_support_level": 5,
"aa_start": 53,
"aa_end": null,
"aa_length": 395,
"cds_start": 159,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 2305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400670.1",
"protein_id": "NP_001387599.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 330,
"cds_start": 159,
"cds_end": null,
"cds_length": 993,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 2212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "NM_001400679.1",
"protein_id": "NP_001387608.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 235,
"cds_start": 159,
"cds_end": null,
"cds_length": 708,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 1594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000447616.6",
"protein_id": "ENSP00000388306.2",
"transcript_support_level": 5,
"aa_start": 53,
"aa_end": null,
"aa_length": 220,
"cds_start": 159,
"cds_end": null,
"cds_length": 663,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "ENST00000429881.2",
"protein_id": "ENSP00000390641.2",
"transcript_support_level": 3,
"aa_start": 53,
"aa_end": null,
"aa_length": 182,
"cds_start": 159,
"cds_end": null,
"cds_length": 550,
"cdna_start": 531,
"cdna_end": null,
"cdna_length": 922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "XM_047445961.1",
"protein_id": "XP_047301917.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 515,
"cds_start": 336,
"cds_end": null,
"cds_length": 1548,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile",
"transcript": "XM_047445959.1",
"protein_id": "XP_047301915.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 464,
"cds_start": 159,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 2632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.336G>C",
"hgvs_p": "p.Met112Ile",
"transcript": "XM_005246893.4",
"protein_id": "XP_005246950.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 294,
"cds_start": 336,
"cds_end": null,
"cds_length": 885,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 1198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.159G>C",
"hgvs_p": null,
"transcript": "ENST00000696068.1",
"protein_id": "ENSP00000512370.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2490,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.533G>C",
"hgvs_p": null,
"transcript": "NR_111983.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "NR_174564.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.348G>C",
"hgvs_p": null,
"transcript": "NR_174565.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.374G>C",
"hgvs_p": null,
"transcript": "NR_174581.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.374G>C",
"hgvs_p": null,
"transcript": "NR_174583.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.533G>C",
"hgvs_p": null,
"transcript": "NR_174584.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.305G>C",
"hgvs_p": null,
"transcript": "NR_174585.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.279G>C",
"hgvs_p": null,
"transcript": "NR_174586.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.442G>C",
"hgvs_p": null,
"transcript": "NR_174588.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.237G>C",
"hgvs_p": null,
"transcript": "NR_174589.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.374G>C",
"hgvs_p": null,
"transcript": "NR_174590.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.305G>C",
"hgvs_p": null,
"transcript": "NR_174591.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.507G>C",
"hgvs_p": null,
"transcript": "NR_174592.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.305G>C",
"hgvs_p": null,
"transcript": "NR_174593.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.348G>C",
"hgvs_p": null,
"transcript": "NR_174594.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "NR_174595.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "NR_174596.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.442G>C",
"hgvs_p": null,
"transcript": "NR_174598.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "NR_174599.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.533G>C",
"hgvs_p": null,
"transcript": "NR_174600.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.279G>C",
"hgvs_p": null,
"transcript": "NR_174601.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.263G>C",
"hgvs_p": null,
"transcript": "NR_174602.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.533G>C",
"hgvs_p": null,
"transcript": "XR_007082538.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "n.237G>C",
"hgvs_p": null,
"transcript": "XR_007082539.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400671.1",
"protein_id": "NP_001387600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400673.1",
"protein_id": "NP_001387602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400750.1",
"protein_id": "NP_001387679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-555G>C",
"hgvs_p": null,
"transcript": "NM_001400674.1",
"protein_id": "NP_001387603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": -4,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-453G>C",
"hgvs_p": null,
"transcript": "NM_001400680.1",
"protein_id": "NP_001387609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": -4,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400676.1",
"protein_id": "NP_001387605.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400677.1",
"protein_id": "NP_001387606.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400678.1",
"protein_id": "NP_001387607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-374G>C",
"hgvs_p": null,
"transcript": "NM_001400751.1",
"protein_id": "NP_001387680.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-4-4871G>C",
"hgvs_p": null,
"transcript": "NM_001400669.1",
"protein_id": "NP_001387598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": -4,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-4-4871G>C",
"hgvs_p": null,
"transcript": "ENST00000450491.6",
"protein_id": "ENSP00000391709.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 361,
"cds_start": -4,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-227-4871G>C",
"hgvs_p": null,
"transcript": "NM_001400672.1",
"protein_id": "NP_001387601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-227-4871G>C",
"hgvs_p": null,
"transcript": "NM_001400675.1",
"protein_id": "NP_001387604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-4-4871G>C",
"hgvs_p": null,
"transcript": "XM_047445960.1",
"protein_id": "XP_047301916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": -4,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"hgvs_c": "c.-171G>C",
"hgvs_p": null,
"transcript": "XM_011511969.3",
"protein_id": "XP_011510271.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CASP8",
"gene_hgnc_id": 1509,
"dbsnp": "rs200261147",
"frequency_reference_population": 0.0000049560767,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000410429,
"gnomad_genomes_af": 0.0000131323,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0838857889175415,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.326,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3241,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.824,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000673742.1",
"gene_symbol": "CASP8",
"hgnc_id": 1509,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.159G>C",
"hgvs_p": "p.Met53Ile"
}
],
"clinvar_disease": "Autoimmune lymphoproliferative syndrome type 2B",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Autoimmune lymphoproliferative syndrome type 2B",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}