← 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: 20-36892936-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=36892936&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "20",
"pos": 36892936,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015474.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.1877T>A",
"hgvs_p": "p.Met626Lys",
"transcript": "NM_015474.4",
"protein_id": "NP_056289.2",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 626,
"cds_start": 1877,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1942,
"cdna_end": null,
"cdna_length": 4649,
"mane_select": "ENST00000646673.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.1877T>A",
"hgvs_p": "p.Met626Lys",
"transcript": "ENST00000646673.2",
"protein_id": "ENSP00000493536.2",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 626,
"cds_start": 1877,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1942,
"cdna_end": null,
"cdna_length": 4649,
"mane_select": "NM_015474.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.1772T>A",
"hgvs_p": "p.Met591Lys",
"transcript": "ENST00000262878.5",
"protein_id": "ENSP00000262878.5",
"transcript_support_level": 1,
"aa_start": 591,
"aa_end": null,
"aa_length": 591,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1972,
"cdna_end": null,
"cdna_length": 4334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLDC2",
"gene_hgnc_id": 16112,
"hgvs_c": "c.*92A>T",
"hgvs_p": null,
"transcript": "NM_080628.3",
"protein_id": "NP_542195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2076,
"mane_select": "ENST00000217320.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLDC2",
"gene_hgnc_id": 16112,
"hgvs_c": "c.*92A>T",
"hgvs_p": null,
"transcript": "ENST00000217320.8",
"protein_id": "ENSP00000217320.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2076,
"mane_select": "NM_080628.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.1772T>A",
"hgvs_p": "p.Met591Lys",
"transcript": "NM_001363729.2",
"protein_id": "NP_001350658.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 591,
"cds_start": 1772,
"cds_end": null,
"cds_length": 1776,
"cdna_start": 1837,
"cdna_end": null,
"cdna_length": 5000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.1667T>A",
"hgvs_p": "p.Met556Lys",
"transcript": "ENST00000646066.1",
"protein_id": "ENSP00000495432.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 556,
"cds_start": 1667,
"cds_end": null,
"cds_length": 1671,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 1671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*2181T>A",
"hgvs_p": null,
"transcript": "ENST00000642186.1",
"protein_id": "ENSP00000494436.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1556T>A",
"hgvs_p": null,
"transcript": "ENST00000642246.1",
"protein_id": "ENSP00000494979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*330T>A",
"hgvs_p": null,
"transcript": "ENST00000644114.2",
"protein_id": "ENSP00000494354.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.1772T>A",
"hgvs_p": null,
"transcript": "ENST00000644250.2",
"protein_id": "ENSP00000493810.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1054T>A",
"hgvs_p": null,
"transcript": "ENST00000645033.1",
"protein_id": "ENSP00000494520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.1877T>A",
"hgvs_p": null,
"transcript": "ENST00000646869.1",
"protein_id": "ENSP00000495667.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3209,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1083T>A",
"hgvs_p": null,
"transcript": "ENST00000646904.1",
"protein_id": "ENSP00000494823.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.3075T>A",
"hgvs_p": null,
"transcript": "ENST00000647095.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1054T>A",
"hgvs_p": null,
"transcript": "ENST00000647163.1",
"protein_id": "ENSP00000494313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.2926T>A",
"hgvs_p": null,
"transcript": "ENST00000647459.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.1877T>A",
"hgvs_p": null,
"transcript": "ENST00000682773.1",
"protein_id": "ENSP00000507178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1189T>A",
"hgvs_p": null,
"transcript": "ENST00000683720.1",
"protein_id": "ENSP00000508219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.1877T>A",
"hgvs_p": null,
"transcript": "ENST00000683766.1",
"protein_id": "ENSP00000506877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.*970T>A",
"hgvs_p": null,
"transcript": "NM_001363733.2",
"protein_id": "NP_001350662.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": -4,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3048,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "c.*970T>A",
"hgvs_p": null,
"transcript": "ENST00000643918.1",
"protein_id": "ENSP00000493928.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": -4,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLDC2",
"gene_hgnc_id": 16112,
"hgvs_c": "c.*92A>T",
"hgvs_p": null,
"transcript": "NM_001304783.1",
"protein_id": "NP_001291712.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": -4,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TLDC2",
"gene_hgnc_id": 16112,
"hgvs_c": "c.*65A>T",
"hgvs_p": null,
"transcript": "ENST00000436941.1",
"protein_id": "ENSP00000394804.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 27,
"cds_start": -4,
"cds_end": null,
"cds_length": 84,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*2181T>A",
"hgvs_p": null,
"transcript": "ENST00000642186.1",
"protein_id": "ENSP00000494436.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1556T>A",
"hgvs_p": null,
"transcript": "ENST00000642246.1",
"protein_id": "ENSP00000494979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*330T>A",
"hgvs_p": null,
"transcript": "ENST00000644114.2",
"protein_id": "ENSP00000494354.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1054T>A",
"hgvs_p": null,
"transcript": "ENST00000645033.1",
"protein_id": "ENSP00000494520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1083T>A",
"hgvs_p": null,
"transcript": "ENST00000646904.1",
"protein_id": "ENSP00000494823.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1054T>A",
"hgvs_p": null,
"transcript": "ENST00000647163.1",
"protein_id": "ENSP00000494313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"hgvs_c": "n.*1189T>A",
"hgvs_p": null,
"transcript": "ENST00000683720.1",
"protein_id": "ENSP00000508219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1919,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SAMHD1",
"gene_hgnc_id": 15925,
"dbsnp": "rs1269278007",
"frequency_reference_population": 0.0000013680939,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136809,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0751936137676239,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.214,
"revel_prediction": "Benign",
"alphamissense_score": 0.0876,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.249,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015474.4",
"gene_symbol": "SAMHD1",
"hgnc_id": 15925,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1877T>A",
"hgvs_p": "p.Met626Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_080628.3",
"gene_symbol": "TLDC2",
"hgnc_id": 16112,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*92A>T",
"hgvs_p": null
}
],
"clinvar_disease": "Aicardi-Goutieres syndrome 5",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Aicardi-Goutieres syndrome 5",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}