← 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: 7-14234718-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=14234718&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 14234718,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001350705.1",
"consequences": [
{
"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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2123-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350709.2",
"protein_id": "NP_001337638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000402815.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350709.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2123-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000402815.6",
"protein_id": "ENSP00000384909.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001350709.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000402815.6"
},
{
"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": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000406247.7",
"protein_id": "ENSP00000386066.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 773,
"cds_start": null,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406247.7"
},
{
"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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350705.1",
"protein_id": "NP_001337634.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350705.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350706.2",
"protein_id": "NP_001337635.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350706.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000399322.7",
"protein_id": "ENSP00000382260.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399322.7"
},
{
"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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000403951.6",
"protein_id": "ENSP00000385780.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403951.6"
},
{
"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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2123-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350707.2",
"protein_id": "NP_001337636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350707.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2123-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350708.1",
"protein_id": "NP_001337637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350708.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2123-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000967727.1",
"protein_id": "ENSP00000637786.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 803,
"cds_start": null,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967727.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2105-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350715.1",
"protein_id": "NP_001337644.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350715.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2105-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350716.2",
"protein_id": "NP_001337645.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350716.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2105-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910833.1",
"protein_id": "ENSP00000580892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910833.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2102-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350711.2",
"protein_id": "NP_001337640.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350711.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2102-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350712.1",
"protein_id": "NP_001337641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350712.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2102-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350714.2",
"protein_id": "NP_001337643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350714.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2102-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000407950.5",
"protein_id": "ENSP00000385031.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407950.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2102-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910829.1",
"protein_id": "ENSP00000580888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910829.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350717.2",
"protein_id": "NP_001337646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350717.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350718.1",
"protein_id": "NP_001337647.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350718.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350719.2",
"protein_id": "NP_001337648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350719.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910828.1",
"protein_id": "ENSP00000580887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910828.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910830.1",
"protein_id": "ENSP00000580889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910830.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2090-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000967729.1",
"protein_id": "ENSP00000637788.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967729.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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2069-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350720.1",
"protein_id": "NP_001337649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350720.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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2069-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350721.2",
"protein_id": "NP_001337650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350721.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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2069-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910831.1",
"protein_id": "ENSP00000580890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910831.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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2069-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910834.1",
"protein_id": "ENSP00000580893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910834.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2069-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000932238.1",
"protein_id": "ENSP00000602297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932238.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": 24,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "NM_145695.2",
"protein_id": "NP_663733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 773,
"cds_start": null,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145695.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": 24,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2030-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000910832.1",
"protein_id": "ENSP00000580891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 772,
"cds_start": null,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910832.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2000-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350722.2",
"protein_id": "NP_001337651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 762,
"cds_start": null,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350722.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2000-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350723.2",
"protein_id": "NP_001337652.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 762,
"cds_start": null,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350723.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": 23,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.1994-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000932239.1",
"protein_id": "ENSP00000602298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 760,
"cds_start": null,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932239.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": 25,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.1976-56567T>C",
"hgvs_p": null,
"transcript": "NM_001350724.2",
"protein_id": "NP_001337653.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 754,
"cds_start": null,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350724.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": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.1202-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000967726.1",
"protein_id": "ENSP00000637785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 496,
"cds_start": null,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967726.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": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.836-56567T>C",
"hgvs_p": null,
"transcript": "ENST00000967728.1",
"protein_id": "ENSP00000637787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"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": "ENST00000967728.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": 26,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.2126-56567T>C",
"hgvs_p": null,
"transcript": "XM_011515154.3",
"protein_id": "XP_011513456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 804,
"cds_start": null,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515154.3"
},
{
"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": 20,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "c.1586-56567T>C",
"hgvs_p": null,
"transcript": "XM_047419929.1",
"protein_id": "XP_047275885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 624,
"cds_start": null,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419929.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "n.2697-25169T>C",
"hgvs_p": null,
"transcript": "ENST00000403963.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000403963.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"hgvs_c": "n.303+34181T>C",
"hgvs_p": null,
"transcript": "ENST00000493142.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000493142.1"
}
],
"gene_symbol": "DGKB",
"gene_hgnc_id": 2850,
"dbsnp": "rs10241087",
"frequency_reference_population": 0.25976625,
"hom_count_reference_population": 7014,
"allele_count_reference_population": 39472,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.259766,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 39472,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 7014,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.489,
"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_001350705.1",
"gene_symbol": "DGKB",
"hgnc_id": 2850,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2126-56567T>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
}