← 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: 10-113721072-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=113721072&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"PM2",
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "CASP7",
"hgnc_id": 1508,
"hgvs_c": "c.406A>G",
"hgvs_p": "p.Thr136Ala",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": -2,
"transcript": "NM_001267057.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_score": -2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.0608,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.7,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.05028977990150452,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2344,
"cdna_start": 218,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001227.5",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000369318.8",
"protein_coding": true,
"protein_id": "NP_001218.1",
"strand": true,
"transcript": "NM_001227.5",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2344,
"cdna_start": 218,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000369318.8",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001227.5",
"protein_coding": true,
"protein_id": "ENSP00000358324.4",
"strand": true,
"transcript": "ENST00000369318.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 336,
"aa_ref": "T",
"aa_start": 84,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2378,
"cdna_start": 250,
"cds_end": null,
"cds_length": 1011,
"cds_start": 250,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000621607.4",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.250A>G",
"hgvs_p": "p.Thr84Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000478999.1",
"strand": true,
"transcript": "ENST00000621607.4",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2659,
"cdna_start": 535,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000345633.8",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000298701.7",
"strand": true,
"transcript": "ENST00000345633.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2421,
"cdna_start": 297,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000369315.5",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358321.1",
"strand": true,
"transcript": "ENST00000369315.5",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2467,
"cdna_start": 339,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000621345.4",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000480584.1",
"strand": true,
"transcript": "ENST00000621345.4",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 253,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2380,
"cdna_start": 297,
"cds_end": null,
"cds_length": 762,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000369331.8",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358337.3",
"strand": true,
"transcript": "ENST00000369331.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 388,
"aa_ref": "T",
"aa_start": 136,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2622,
"cdna_start": 492,
"cds_end": null,
"cds_length": 1167,
"cds_start": 406,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001267057.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.406A>G",
"hgvs_p": "p.Thr136Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001253986.1",
"strand": true,
"transcript": "NM_001267057.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 388,
"aa_ref": "T",
"aa_start": 136,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2620,
"cdna_start": 492,
"cds_end": null,
"cds_length": 1167,
"cds_start": 406,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000369321.6",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.406A>G",
"hgvs_p": "p.Thr136Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358327.3",
"strand": true,
"transcript": "ENST00000369321.6",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 336,
"aa_ref": "T",
"aa_start": 84,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2451,
"cdna_start": 325,
"cds_end": null,
"cds_length": 1011,
"cds_start": 250,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_033338.6",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.250A>G",
"hgvs_p": "p.Thr84Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_203124.1",
"strand": true,
"transcript": "NM_033338.6",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 311,
"aa_ref": "T",
"aa_start": 59,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2464,
"cdna_start": 338,
"cds_end": null,
"cds_length": 936,
"cds_start": 175,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001320911.2",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.175A>G",
"hgvs_p": "p.Thr59Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307840.1",
"strand": true,
"transcript": "NM_001320911.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2433,
"cdna_start": 307,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001267056.2",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001253985.1",
"strand": true,
"transcript": "NM_001267056.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2418,
"cdna_start": 292,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_033339.5",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_203125.1",
"strand": true,
"transcript": "NM_033339.5",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2714,
"cdna_start": 203,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000891217.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561276.1",
"strand": true,
"transcript": "ENST00000891217.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2507,
"cdna_start": 381,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000891218.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561277.1",
"strand": true,
"transcript": "ENST00000891218.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3103,
"cdna_start": 977,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000891221.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561280.1",
"strand": true,
"transcript": "ENST00000891221.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2749,
"cdna_start": 623,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000891222.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561281.1",
"strand": true,
"transcript": "ENST00000891222.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2904,
"cdna_start": 779,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000891224.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561283.1",
"strand": true,
"transcript": "ENST00000891224.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4575,
"cdna_start": 2456,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000891225.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561284.1",
"strand": true,
"transcript": "ENST00000891225.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 303,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2854,
"cdna_start": 730,
"cds_end": null,
"cds_length": 912,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000959922.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629981.1",
"strand": true,
"transcript": "ENST00000959922.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 302,
"aa_ref": "T",
"aa_start": 50,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2351,
"cdna_start": 227,
"cds_end": null,
"cds_length": 909,
"cds_start": 148,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000672138.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.148A>G",
"hgvs_p": "p.Thr50Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500735.1",
"strand": true,
"transcript": "ENST00000672138.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 278,
"aa_ref": "T",
"aa_start": 26,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2236,
"cdna_start": 110,
"cds_end": null,
"cds_length": 837,
"cds_start": 76,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001267058.2",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.76A>G",
"hgvs_p": "p.Thr26Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001253987.1",
"strand": true,
"transcript": "NM_001267058.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 278,
"aa_ref": "T",
"aa_start": 26,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2271,
"cdna_start": 143,
"cds_end": null,
"cds_length": 837,
"cds_start": 76,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000452490.3",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.76A>G",
"hgvs_p": "p.Thr26Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000398107.2",
"strand": true,
"transcript": "ENST00000452490.3",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 267,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2430,
"cdna_start": 414,
"cds_end": null,
"cds_length": 804,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000891219.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561278.1",
"strand": true,
"transcript": "ENST00000891219.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 267,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2266,
"cdna_start": 251,
"cds_end": null,
"cds_length": 804,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000891220.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561279.1",
"strand": true,
"transcript": "ENST00000891220.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 267,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2295,
"cdna_start": 274,
"cds_end": null,
"cds_length": 804,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000891223.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000561282.1",
"strand": true,
"transcript": "ENST00000891223.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 267,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2357,
"cdna_start": 339,
"cds_end": null,
"cds_length": 804,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000959920.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629979.1",
"strand": true,
"transcript": "ENST00000959920.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 260,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2219,
"cdna_start": 224,
"cds_end": null,
"cds_length": 783,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000959921.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000629980.1",
"strand": true,
"transcript": "ENST00000959921.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 253,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2399,
"cdna_start": 307,
"cds_end": null,
"cds_length": 762,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_033340.4",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_203126.1",
"strand": true,
"transcript": "NM_033340.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 253,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2555,
"cdna_start": 461,
"cds_end": null,
"cds_length": 762,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000614447.4",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000478285.1",
"strand": true,
"transcript": "ENST00000614447.4",
"transcript_support_level": 5
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 221,
"aa_ref": "T",
"aa_start": 51,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 834,
"cdna_start": 318,
"cds_end": null,
"cds_length": 667,
"cds_start": 151,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000429617.5",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.151A>G",
"hgvs_p": "p.Thr51Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000400094.1",
"strand": true,
"transcript": "ENST00000429617.5",
"transcript_support_level": 3
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 322,
"aa_ref": "T",
"aa_start": 70,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2793,
"cdna_start": 663,
"cds_end": null,
"cds_length": 969,
"cds_start": 208,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017016763.2",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.208A>G",
"hgvs_p": "p.Thr70Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016872252.1",
"strand": true,
"transcript": "XM_017016763.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 317,
"aa_ref": "T",
"aa_start": 65,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2386,
"cdna_start": 256,
"cds_end": null,
"cds_length": 954,
"cds_start": 193,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_006718017.4",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.193A>G",
"hgvs_p": "p.Thr65Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006718080.1",
"strand": true,
"transcript": "XM_006718017.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 270,
"aa_ref": "T",
"aa_start": 18,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2591,
"cdna_start": 461,
"cds_end": null,
"cds_length": 813,
"cds_start": 52,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_011540260.2",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "c.52A>G",
"hgvs_p": "p.Thr18Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011538562.1",
"strand": true,
"transcript": "XM_011540260.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 607,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000468790.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "n.475A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000468790.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 799,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000487232.1",
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"hgvs_c": "n.75A>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000487232.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 1508,
"gene_symbol": "CASP7",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": -2.01,
"pos": 113721072,
"ref": "A",
"revel_prediction": "Benign",
"revel_score": 0.029,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001267057.1"
}
]
}