← 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: 17-40162856-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=40162856&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 40162856,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_007359.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "NM_007359.5",
"protein_id": "NP_031385.2",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264645.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007359.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000264645.12",
"protein_id": "ENSP00000264645.6",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007359.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264645.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "n.971C>T",
"hgvs_p": null,
"transcript": "ENST00000418132.7",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000418132.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.755C>T",
"hgvs_p": "p.Ala252Val",
"transcript": "ENST00000971362.1",
"protein_id": "ENSP00000641421.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 708,
"cds_start": 755,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971362.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.755C>T",
"hgvs_p": "p.Ala252Val",
"transcript": "ENST00000971363.1",
"protein_id": "ENSP00000641422.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 708,
"cds_start": 755,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971363.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853392.1",
"protein_id": "ENSP00000523451.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853392.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853393.1",
"protein_id": "ENSP00000523452.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853393.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853396.1",
"protein_id": "ENSP00000523455.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853396.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853405.1",
"protein_id": "ENSP00000523464.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853405.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853406.1",
"protein_id": "ENSP00000523465.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853406.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000971365.1",
"protein_id": "ENSP00000641424.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971365.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.737C>T",
"hgvs_p": "p.Ala246Val",
"transcript": "ENST00000853398.1",
"protein_id": "ENSP00000523457.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 702,
"cds_start": 737,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853398.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.737C>T",
"hgvs_p": "p.Ala246Val",
"transcript": "ENST00000853400.1",
"protein_id": "ENSP00000523459.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 702,
"cds_start": 737,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853400.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.737C>T",
"hgvs_p": "p.Ala246Val",
"transcript": "ENST00000853404.1",
"protein_id": "ENSP00000523463.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 702,
"cds_start": 737,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853404.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.734C>T",
"hgvs_p": "p.Ala245Val",
"transcript": "ENST00000971364.1",
"protein_id": "ENSP00000641423.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 701,
"cds_start": 734,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971364.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853397.1",
"protein_id": "ENSP00000523456.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 689,
"cds_start": 740,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853397.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853403.1",
"protein_id": "ENSP00000523462.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 689,
"cds_start": 740,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853403.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000971367.1",
"protein_id": "ENSP00000641426.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 689,
"cds_start": 740,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971367.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853402.1",
"protein_id": "ENSP00000523461.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 683,
"cds_start": 740,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853402.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000932300.1",
"protein_id": "ENSP00000602359.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 683,
"cds_start": 740,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932300.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853401.1",
"protein_id": "ENSP00000523460.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 670,
"cds_start": 740,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853401.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000850591.1",
"protein_id": "ENSP00000520878.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 661,
"cds_start": 740,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000850591.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853394.1",
"protein_id": "ENSP00000523453.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 661,
"cds_start": 740,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853394.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000853395.1",
"protein_id": "ENSP00000523454.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 661,
"cds_start": 740,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853395.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000971366.1",
"protein_id": "ENSP00000641425.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 661,
"cds_start": 740,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971366.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000932299.1",
"protein_id": "ENSP00000602358.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 647,
"cds_start": 740,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932299.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "ENST00000932298.1",
"protein_id": "ENSP00000602357.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 628,
"cds_start": 740,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932298.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "XM_005257163.3",
"protein_id": "XP_005257220.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 703,
"cds_start": 740,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005257163.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val",
"transcript": "XM_047435623.1",
"protein_id": "XP_047291579.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 534,
"cds_start": 740,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435623.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.-179C>T",
"hgvs_p": null,
"transcript": "XM_047435624.1",
"protein_id": "XP_047291580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 397,
"cds_start": null,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435624.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "c.456+945C>T",
"hgvs_p": null,
"transcript": "ENST00000853399.1",
"protein_id": "ENSP00000523458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 285,
"cds_start": null,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853399.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"hgvs_c": "n.398C>T",
"hgvs_p": null,
"transcript": "ENST00000474190.1",
"protein_id": "ENSP00000462713.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000474190.1"
}
],
"gene_symbol": "CASC3",
"gene_hgnc_id": 17040,
"dbsnp": "rs1187548373",
"frequency_reference_population": 0.0000041044445,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000410444,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.31473857164382935,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.108,
"revel_prediction": "Benign",
"alphamissense_score": 0.1313,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.35,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_007359.5",
"gene_symbol": "CASC3",
"hgnc_id": 17040,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.740C>T",
"hgvs_p": "p.Ala247Val"
}
],
"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
}