← 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-105029174-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=105029174&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 105029174,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_033292.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.956A>G",
"hgvs_p": "p.Lys319Arg",
"transcript": "NM_001257118.3",
"protein_id": "NP_001244047.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 404,
"cds_start": 956,
"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": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.956A>G",
"hgvs_p": "p.Lys319Arg",
"transcript": "ENST00000533400.6",
"protein_id": "ENSP00000433138.1",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 404,
"cds_start": 956,
"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": "K",
"aa_alt": "R",
"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.956A>G",
"hgvs_p": "p.Lys319Arg",
"transcript": "ENST00000436863.7",
"protein_id": "ENSP00000410076.3",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 404,
"cds_start": 956,
"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": "K",
"aa_alt": "R",
"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.677A>G",
"hgvs_p": "p.Lys226Arg",
"transcript": "ENST00000526568.5",
"protein_id": "ENSP00000434250.1",
"transcript_support_level": 1,
"aa_start": 226,
"aa_end": null,
"aa_length": 311,
"cds_start": 677,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*444A>G",
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*444A>G",
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.962A>G",
"hgvs_p": "p.Lys321Arg",
"transcript": "ENST00000904259.1",
"protein_id": "ENSP00000574318.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 406,
"cds_start": 962,
"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": "K",
"aa_alt": "R",
"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.956A>G",
"hgvs_p": "p.Lys319Arg",
"transcript": "NM_033292.4",
"protein_id": "NP_150634.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 404,
"cds_start": 956,
"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": "K",
"aa_alt": "R",
"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.893A>G",
"hgvs_p": "p.Lys298Arg",
"transcript": "NM_001223.5",
"protein_id": "NP_001214.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 383,
"cds_start": 893,
"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": "K",
"aa_alt": "R",
"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.893A>G",
"hgvs_p": "p.Lys298Arg",
"transcript": "NM_001257119.3",
"protein_id": "NP_001244048.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 383,
"cds_start": 893,
"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": "K",
"aa_alt": "R",
"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.893A>G",
"hgvs_p": "p.Lys298Arg",
"transcript": "ENST00000525825.6",
"protein_id": "ENSP00000434779.1",
"transcript_support_level": 2,
"aa_start": 298,
"aa_end": null,
"aa_length": 383,
"cds_start": 893,
"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": "K",
"aa_alt": "R",
"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.893A>G",
"hgvs_p": "p.Lys298Arg",
"transcript": "ENST00000695719.1",
"protein_id": "ENSP00000512117.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 383,
"cds_start": 893,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.956A>G",
"hgvs_p": "p.Lys319Arg",
"transcript": "ENST00000695720.1",
"protein_id": "ENSP00000512118.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 375,
"cds_start": 956,
"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": "K",
"aa_alt": "R",
"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.845A>G",
"hgvs_p": "p.Lys282Arg",
"transcript": "ENST00000527979.5",
"protein_id": "ENSP00000512112.1",
"transcript_support_level": 5,
"aa_start": 282,
"aa_end": null,
"aa_length": 367,
"cds_start": 845,
"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": "K",
"aa_alt": "R",
"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.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000695715.1",
"protein_id": "ENSP00000512114.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 365,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000695718.1",
"protein_id": "ENSP00000512116.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 365,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"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.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000695721.1",
"protein_id": "ENSP00000512119.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 365,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"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.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000695722.1",
"protein_id": "ENSP00000512120.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 365,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000695717.1",
"protein_id": "ENSP00000512115.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 336,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"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.677A>G",
"hgvs_p": "p.Lys226Arg",
"transcript": "NM_033293.4",
"protein_id": "NP_150635.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 311,
"cds_start": 677,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.839A>G",
"hgvs_p": "p.Lys280Arg",
"transcript": "ENST00000528974.1",
"protein_id": "ENSP00000512254.1",
"transcript_support_level": 2,
"aa_start": 280,
"aa_end": null,
"aa_length": 301,
"cds_start": 839,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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": "c.512A>G",
"hgvs_p": "p.Lys171Arg",
"transcript": "ENST00000532439.6",
"protein_id": "ENSP00000435536.2",
"transcript_support_level": 5,
"aa_start": 171,
"aa_end": null,
"aa_length": 239,
"cds_start": 512,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.1088A>G",
"hgvs_p": "p.Lys363Arg",
"transcript": "XM_017018393.2",
"protein_id": "XP_016873882.2",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 448,
"cds_start": 1088,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.1088A>G",
"hgvs_p": "p.Lys363Arg",
"transcript": "XM_017018394.2",
"protein_id": "XP_016873883.2",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 448,
"cds_start": 1088,
"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": "K",
"aa_alt": "R",
"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.1025A>G",
"hgvs_p": "p.Lys342Arg",
"transcript": "XM_017018395.2",
"protein_id": "XP_016873884.2",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 427,
"cds_start": 1025,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.908A>G",
"hgvs_p": "p.Lys303Arg",
"transcript": "XM_047427675.1",
"protein_id": "XP_047283631.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 388,
"cds_start": 908,
"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": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.866A>G",
"hgvs_p": "p.Lys289Arg",
"transcript": "XM_017018396.2",
"protein_id": "XP_016873885.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 374,
"cds_start": 866,
"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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.862+491A>G",
"hgvs_p": null,
"transcript": "ENST00000904258.1",
"protein_id": "ENSP00000574317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.799+491A>G",
"hgvs_p": null,
"transcript": "ENST00000904260.1",
"protein_id": "ENSP00000574319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.583+491A>G",
"hgvs_p": null,
"transcript": "NM_033294.4",
"protein_id": "NP_150636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 263,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "c.583+491A>G",
"hgvs_p": null,
"transcript": "ENST00000534497.5",
"protein_id": "ENSP00000436875.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 263,
"cds_start": null,
"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": 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-2223A>G",
"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-2223A>G",
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*444A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*666A>G",
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*444A>G",
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP1",
"gene_hgnc_id": 1499,
"hgvs_c": "n.*666A>G",
"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-2173T>C",
"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-2173T>C",
"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-2173T>C",
"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-2173T>C",
"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": "rs61751523",
"frequency_reference_population": 0.016171502,
"hom_count_reference_population": 515,
"allele_count_reference_population": 26089,
"gnomad_exomes_af": 0.0141079,
"gnomad_genomes_af": 0.0359747,
"gnomad_exomes_ac": 20612,
"gnomad_genomes_ac": 5477,
"gnomad_exomes_homalt": 341,
"gnomad_genomes_homalt": 174,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0021173059940338135,
"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.018,
"revel_prediction": "Benign",
"alphamissense_score": 0.0715,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.651,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_033292.4",
"gene_symbol": "CASP1",
"hgnc_id": 1499,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.956A>G",
"hgvs_p": "p.Lys319Arg"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000797905.1",
"gene_symbol": "ENSG00000303891",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.620-2173T>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_007062869.1",
"gene_symbol": "LOC124902742",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.41-2173T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}