← 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: 15-66293663-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=66293663&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 66293663,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001143688.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "NM_001143688.3",
"protein_id": "NP_001137160.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1054,
"cds_start": 67,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000319212.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001143688.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000319212.9",
"protein_id": "ENSP00000321711.4",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 1054,
"cds_start": 67,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001143688.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319212.9"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-111+296C>T",
"hgvs_p": null,
"transcript": "ENST00000319194.9",
"protein_id": "ENSP00000321583.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": null,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319194.9"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904294.1",
"protein_id": "ENSP00000574353.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1064,
"cds_start": 67,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904294.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904296.1",
"protein_id": "ENSP00000574355.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1059,
"cds_start": 67,
"cds_end": null,
"cds_length": 3180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904296.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904298.1",
"protein_id": "ENSP00000574357.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1055,
"cds_start": 67,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904298.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000962294.1",
"protein_id": "ENSP00000632353.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1053,
"cds_start": 67,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962294.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000926559.1",
"protein_id": "ENSP00000596618.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1032,
"cds_start": 67,
"cds_end": null,
"cds_length": 3099,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926559.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000962295.1",
"protein_id": "ENSP00000632354.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1024,
"cds_start": 67,
"cds_end": null,
"cds_length": 3075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962295.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904297.1",
"protein_id": "ENSP00000574356.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1023,
"cds_start": 67,
"cds_end": null,
"cds_length": 3072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904297.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904295.1",
"protein_id": "ENSP00000574354.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1022,
"cds_start": 67,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904295.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000904293.1",
"protein_id": "ENSP00000574352.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 995,
"cds_start": 67,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904293.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "ENST00000926558.1",
"protein_id": "ENSP00000596617.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 896,
"cds_start": 67,
"cds_end": null,
"cds_length": 2691,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926558.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys",
"transcript": "XM_005254146.5",
"protein_id": "XP_005254203.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 848,
"cds_start": 67,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254146.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-263C>T",
"hgvs_p": null,
"transcript": "NM_001323938.2",
"protein_id": "NP_001310867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": null,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323938.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-460C>T",
"hgvs_p": null,
"transcript": "NM_001323939.2",
"protein_id": "NP_001310868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": null,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323939.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-874C>T",
"hgvs_p": null,
"transcript": "NM_001323940.2",
"protein_id": "NP_001310869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323940.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-398C>T",
"hgvs_p": null,
"transcript": "ENST00000525109.1",
"protein_id": "ENSP00000432125.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 149,
"cds_start": null,
"cds_end": null,
"cds_length": 451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525109.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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-111+327C>T",
"hgvs_p": null,
"transcript": "NM_001323936.2",
"protein_id": "NP_001310865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": null,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323936.2"
},
{
"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": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-111+296C>T",
"hgvs_p": null,
"transcript": "NM_133375.5",
"protein_id": "NP_588616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": null,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133375.5"
},
{
"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": 16,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-111+296C>T",
"hgvs_p": null,
"transcript": "NM_001323937.2",
"protein_id": "NP_001310866.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": null,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323937.2"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-111+327C>T",
"hgvs_p": null,
"transcript": "ENST00000525134.6",
"protein_id": "ENSP00000435792.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 56,
"cds_start": null,
"cds_end": null,
"cds_length": 171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525134.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "n.68C>T",
"hgvs_p": null,
"transcript": "ENST00000564909.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000564909.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "ENST00000565281.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": "retained_intron",
"feature": "ENST00000565281.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "n.-111+296C>T",
"hgvs_p": null,
"transcript": "ENST00000524795.5",
"protein_id": "ENSP00000433504.1",
"transcript_support_level": 2,
"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": "ENST00000524795.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-424C>T",
"hgvs_p": null,
"transcript": "NM_001323944.2",
"protein_id": "NP_001310873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1037,
"cds_start": null,
"cds_end": null,
"cds_length": 3114,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323944.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-424C>T",
"hgvs_p": null,
"transcript": "NM_001323948.2",
"protein_id": "NP_001310877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 994,
"cds_start": null,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323948.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-896C>T",
"hgvs_p": null,
"transcript": "NM_001323945.2",
"protein_id": "NP_001310874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 971,
"cds_start": null,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323945.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-976C>T",
"hgvs_p": null,
"transcript": "NM_001323941.2",
"protein_id": "NP_001310870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": null,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323941.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-702C>T",
"hgvs_p": null,
"transcript": "NM_001323946.2",
"protein_id": "NP_001310875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": null,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323946.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-1313C>T",
"hgvs_p": null,
"transcript": "NM_001323943.2",
"protein_id": "NP_001310872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 684,
"cds_start": null,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323943.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "c.-364C>T",
"hgvs_p": null,
"transcript": "ENST00000532580.5",
"protein_id": "ENSP00000436583.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 102,
"cds_start": null,
"cds_end": null,
"cds_length": 309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532580.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"hgvs_c": "n.-180C>T",
"hgvs_p": null,
"transcript": "ENST00000532293.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000532293.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-171G>A",
"hgvs_p": null,
"transcript": "ENST00000564269.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000564269.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-173G>A",
"hgvs_p": null,
"transcript": "ENST00000784663.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000784663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-164G>A",
"hgvs_p": null,
"transcript": "NR_183865.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183865.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-164G>A",
"hgvs_p": null,
"transcript": "NR_183866.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-164G>A",
"hgvs_p": null,
"transcript": "NR_183867.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183867.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3L-AS1",
"gene_hgnc_id": 55369,
"hgvs_c": "n.-164G>A",
"hgvs_p": null,
"transcript": "NR_183868.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_183868.1"
}
],
"gene_symbol": "DIS3L",
"gene_hgnc_id": 28698,
"dbsnp": "rs1003496349",
"frequency_reference_population": 0.00009938173,
"hom_count_reference_population": 0,
"allele_count_reference_population": 142,
"gnomad_exomes_af": 0.000100219,
"gnomad_genomes_af": 0.00009233,
"gnomad_exomes_ac": 128,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8590966463088989,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.563,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9746,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.449,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001143688.3",
"gene_symbol": "DIS3L",
"hgnc_id": 28698,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.67C>T",
"hgvs_p": "p.Arg23Cys"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000564269.2",
"gene_symbol": "DIS3L-AS1",
"hgnc_id": 55369,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-171G>A",
"hgvs_p": null
}
],
"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
}