← 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: 11-105029809-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=105029809&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 105029809,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_033292.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "NM_001257118.3",
"protein_id": "NP_001244047.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000533400.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257118.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "ENST00000533400.6",
"protein_id": "ENSP00000433138.1",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001257118.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533400.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "ENST00000436863.7",
"protein_id": "ENSP00000410076.3",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000436863.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Trp",
"transcript": "ENST00000526568.5",
"protein_id": "ENSP00000434250.1",
"transcript_support_level": 1,
"aa_start": 147,
"aa_end": null,
"aa_length": 311,
"cds_start": 439,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526568.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*206C>T",
"hgvs_p": null,
"transcript": "ENST00000529871.1",
"protein_id": "ENSP00000431947.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000529871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*206C>T",
"hgvs_p": null,
"transcript": "ENST00000529871.1",
"protein_id": "ENSP00000431947.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000529871.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Arg242Trp",
"transcript": "ENST00000904259.1",
"protein_id": "ENSP00000574318.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 406,
"cds_start": 724,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904259.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "NM_033292.4",
"protein_id": "NP_150634.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 404,
"cds_start": 718,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033292.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "NM_001223.5",
"protein_id": "NP_001214.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 383,
"cds_start": 655,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001223.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "NM_001257119.3",
"protein_id": "NP_001244048.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 383,
"cds_start": 655,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001257119.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "ENST00000525825.6",
"protein_id": "ENSP00000434779.1",
"transcript_support_level": 2,
"aa_start": 219,
"aa_end": null,
"aa_length": 383,
"cds_start": 655,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525825.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "ENST00000695719.1",
"protein_id": "ENSP00000512117.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 383,
"cds_start": 655,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695719.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "ENST00000695720.1",
"protein_id": "ENSP00000512118.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 375,
"cds_start": 718,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695720.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.607C>T",
"hgvs_p": "p.Arg203Trp",
"transcript": "ENST00000527979.5",
"protein_id": "ENSP00000512112.1",
"transcript_support_level": 5,
"aa_start": 203,
"aa_end": null,
"aa_length": 367,
"cds_start": 607,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527979.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000695715.1",
"protein_id": "ENSP00000512114.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 365,
"cds_start": 601,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695715.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000695718.1",
"protein_id": "ENSP00000512116.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 365,
"cds_start": 601,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695718.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000695721.1",
"protein_id": "ENSP00000512119.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 365,
"cds_start": 601,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695721.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000695722.1",
"protein_id": "ENSP00000512120.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 365,
"cds_start": 601,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695722.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp",
"transcript": "ENST00000904258.1",
"protein_id": "ENSP00000574317.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 356,
"cds_start": 718,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904258.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000695717.1",
"protein_id": "ENSP00000512115.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 336,
"cds_start": 601,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695717.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "ENST00000904260.1",
"protein_id": "ENSP00000574319.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 335,
"cds_start": 655,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904260.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Trp",
"transcript": "NM_033293.4",
"protein_id": "NP_150635.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 311,
"cds_start": 439,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033293.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.601C>T",
"hgvs_p": "p.Arg201Trp",
"transcript": "ENST00000528974.1",
"protein_id": "ENSP00000512254.1",
"transcript_support_level": 2,
"aa_start": 201,
"aa_end": null,
"aa_length": 301,
"cds_start": 601,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528974.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Trp",
"transcript": "NM_033294.4",
"protein_id": "NP_150636.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 263,
"cds_start": 439,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033294.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Arg147Trp",
"transcript": "ENST00000534497.5",
"protein_id": "ENSP00000436875.1",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 263,
"cds_start": 439,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534497.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.274C>T",
"hgvs_p": "p.Arg92Trp",
"transcript": "ENST00000532439.6",
"protein_id": "ENSP00000435536.2",
"transcript_support_level": 5,
"aa_start": 92,
"aa_end": null,
"aa_length": 239,
"cds_start": 274,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532439.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.850C>T",
"hgvs_p": "p.Arg284Trp",
"transcript": "XM_017018393.2",
"protein_id": "XP_016873882.2",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 448,
"cds_start": 850,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018393.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.850C>T",
"hgvs_p": "p.Arg284Trp",
"transcript": "XM_017018394.2",
"protein_id": "XP_016873883.2",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 448,
"cds_start": 850,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018394.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.787C>T",
"hgvs_p": "p.Arg263Trp",
"transcript": "XM_017018395.2",
"protein_id": "XP_016873884.2",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 427,
"cds_start": 787,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018395.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.670C>T",
"hgvs_p": "p.Arg224Trp",
"transcript": "XM_047427675.1",
"protein_id": "XP_047283631.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 388,
"cds_start": 670,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427675.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.628C>T",
"hgvs_p": "p.Arg210Trp",
"transcript": "XM_017018396.2",
"protein_id": "XP_016873885.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 374,
"cds_start": 628,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018396.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.59-2858C>T",
"hgvs_p": null,
"transcript": "NM_033295.4",
"protein_id": "NP_150637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": null,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033295.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.59-2858C>T",
"hgvs_p": null,
"transcript": "ENST00000531166.5",
"protein_id": "ENSP00000434303.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 88,
"cds_start": null,
"cds_end": null,
"cds_length": 267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531166.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*206C>T",
"hgvs_p": null,
"transcript": "ENST00000695714.1",
"protein_id": "ENSP00000512113.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": "ENST00000695714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*428C>T",
"hgvs_p": null,
"transcript": "ENST00000695716.1",
"protein_id": "ENSP00000512253.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": "ENST00000695716.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*206C>T",
"hgvs_p": null,
"transcript": "ENST00000695714.1",
"protein_id": "ENSP00000512113.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": "ENST00000695714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*428C>T",
"hgvs_p": null,
"transcript": "ENST00000695716.1",
"protein_id": "ENSP00000512253.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": "ENST00000695716.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303891",
"gene_hgnc_id": null,
"hgvs_c": "n.620-1538G>A",
"hgvs_p": null,
"transcript": "ENST00000797905.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": "ENST00000797905.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303891",
"gene_hgnc_id": null,
"hgvs_c": "n.144-1538G>A",
"hgvs_p": null,
"transcript": "ENST00000797910.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": "ENST00000797910.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303891",
"gene_hgnc_id": null,
"hgvs_c": "n.99-1538G>A",
"hgvs_p": null,
"transcript": "ENST00000797911.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": "ENST00000797911.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124902742",
"gene_hgnc_id": null,
"hgvs_c": "n.41-1538G>A",
"hgvs_p": null,
"transcript": "XR_007062869.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007062869.1"
}
],
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"dbsnp": "rs1407049827",
"frequency_reference_population": 0.0000012395029,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84214e-7,
"gnomad_genomes_af": 0.00000657808,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21411162614822388,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.067,
"revel_prediction": "Benign",
"alphamissense_score": 0.1741,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.299,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "NM_033292.4",
"gene_symbol": "CASP1",
"hgnc_id": 1499,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.718C>T",
"hgvs_p": "p.Arg240Trp"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000797905.1",
"gene_symbol": "ENSG00000303891",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.620-1538G>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007062869.1",
"gene_symbol": "LOC124902742",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.41-1538G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}