← 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: 16-70350600-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=70350600&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 70350600,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018332.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "NM_018332.5",
"protein_id": "NP_060802.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 478,
"cds_start": 101,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000302243.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018332.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000302243.12",
"protein_id": "ENSP00000306117.7",
"transcript_support_level": 1,
"aa_start": 34,
"aa_end": null,
"aa_length": 478,
"cds_start": 101,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018332.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000302243.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260537",
"gene_hgnc_id": null,
"hgvs_c": "c.161-5512C>G",
"hgvs_p": null,
"transcript": "ENST00000443119.7",
"protein_id": "ENSP00000399208.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443119.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.101C>G",
"hgvs_p": null,
"transcript": "ENST00000569319.5",
"protein_id": "ENSP00000456765.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000569319.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.101C>G",
"hgvs_p": null,
"transcript": "ENST00000569771.5",
"protein_id": "ENSP00000457103.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000569771.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000950912.1",
"protein_id": "ENSP00000620971.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 506,
"cds_start": 101,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950912.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000921896.1",
"protein_id": "ENSP00000591955.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 489,
"cds_start": 101,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921896.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.86C>G",
"hgvs_p": "p.Thr29Ser",
"transcript": "ENST00000879410.1",
"protein_id": "ENSP00000549469.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 473,
"cds_start": 86,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879410.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000950913.1",
"protein_id": "ENSP00000620972.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 461,
"cds_start": 101,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950913.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "NM_001320522.2",
"protein_id": "NP_001307451.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 447,
"cds_start": 101,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320522.2"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000417604.6",
"protein_id": "ENSP00000410243.2",
"transcript_support_level": 2,
"aa_start": 34,
"aa_end": null,
"aa_length": 447,
"cds_start": 101,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417604.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000921895.1",
"protein_id": "ENSP00000591954.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 443,
"cds_start": 101,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921895.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000921894.1",
"protein_id": "ENSP00000591953.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 346,
"cds_start": 101,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921894.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser",
"transcript": "ENST00000950914.1",
"protein_id": "ENSP00000620973.1",
"transcript_support_level": null,
"aa_start": 34,
"aa_end": null,
"aa_length": 301,
"cds_start": 101,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950914.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.-231C>G",
"hgvs_p": null,
"transcript": "NM_001320525.2",
"protein_id": "NP_001307454.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": null,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320525.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.-476C>G",
"hgvs_p": null,
"transcript": "NM_001320526.2",
"protein_id": "NP_001307455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 328,
"cds_start": null,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320526.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "c.-447C>G",
"hgvs_p": null,
"transcript": "NM_001320527.2",
"protein_id": "NP_001307456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": null,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320527.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260537",
"gene_hgnc_id": null,
"hgvs_c": "c.608-15485C>G",
"hgvs_p": null,
"transcript": "ENST00000567706.1",
"protein_id": "ENSP00000454699.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": null,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567706.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": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.*61C>G",
"hgvs_p": null,
"transcript": "ENST00000561574.5",
"protein_id": "ENSP00000455152.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000561574.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.232C>G",
"hgvs_p": null,
"transcript": "ENST00000562509.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": "pseudogene",
"feature": "ENST00000562509.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.101C>G",
"hgvs_p": null,
"transcript": "ENST00000562649.6",
"protein_id": "ENSP00000464207.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000562649.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.222C>G",
"hgvs_p": null,
"transcript": "ENST00000565195.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": "ENST00000565195.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.192C>G",
"hgvs_p": null,
"transcript": "ENST00000569244.6",
"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": "ENST00000569244.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.190C>G",
"hgvs_p": null,
"transcript": "NR_135296.2",
"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_135296.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.*61C>G",
"hgvs_p": null,
"transcript": "ENST00000561574.5",
"protein_id": "ENSP00000455152.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000561574.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260537",
"gene_hgnc_id": null,
"hgvs_c": "n.*319-15485C>G",
"hgvs_p": null,
"transcript": "ENST00000565116.1",
"protein_id": "ENSP00000455483.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000565116.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"hgvs_c": "n.57+3552C>G",
"hgvs_p": null,
"transcript": "ENST00000566167.5",
"protein_id": "ENSP00000455134.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000566167.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": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285710",
"gene_hgnc_id": null,
"hgvs_c": "n.681-1003G>C",
"hgvs_p": null,
"transcript": "ENST00000650629.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": "ENST00000650629.1"
}
],
"gene_symbol": "DDX19A",
"gene_hgnc_id": 25628,
"dbsnp": "rs531318121",
"frequency_reference_population": 0.000014896322,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.0000157644,
"gnomad_genomes_af": 0.0000065722,
"gnomad_exomes_ac": 23,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03129115700721741,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.056,
"revel_prediction": "Benign",
"alphamissense_score": 0.0673,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.903,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_018332.5",
"gene_symbol": "DDX19A",
"hgnc_id": 25628,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.101C>G",
"hgvs_p": "p.Thr34Ser"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000443119.7",
"gene_symbol": "ENSG00000260537",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.161-5512C>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000650629.1",
"gene_symbol": "ENSG00000285710",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.681-1003G>C",
"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
}