← 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: 5-177513478-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=177513478&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 177513478,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_016222.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*",
"transcript": "NM_016222.4",
"protein_id": "NP_057306.2",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 622,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000330503.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016222.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*",
"transcript": "ENST00000330503.12",
"protein_id": "ENSP00000330349.8",
"transcript_support_level": 1,
"aa_start": 369,
"aa_end": null,
"aa_length": 622,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016222.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330503.12"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.*313C>T",
"hgvs_p": null,
"transcript": "ENST00000507955.6",
"protein_id": "ENSP00000422753.2",
"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": "ENST00000507955.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.*313C>T",
"hgvs_p": null,
"transcript": "ENST00000507955.6",
"protein_id": "ENSP00000422753.2",
"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": "ENST00000507955.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1126C>T",
"hgvs_p": "p.Arg376*",
"transcript": "ENST00000904584.1",
"protein_id": "ENSP00000574643.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 629,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904584.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1108C>T",
"hgvs_p": "p.Arg370*",
"transcript": "ENST00000904582.1",
"protein_id": "ENSP00000574641.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 623,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904582.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*",
"transcript": "ENST00000904586.1",
"protein_id": "ENSP00000574645.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 621,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904586.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*",
"transcript": "ENST00000935788.1",
"protein_id": "ENSP00000605847.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 621,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935788.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1099C>T",
"hgvs_p": "p.Arg367*",
"transcript": "ENST00000959789.1",
"protein_id": "ENSP00000629848.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 620,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959789.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363*",
"transcript": "ENST00000904585.1",
"protein_id": "ENSP00000574644.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 616,
"cds_start": 1087,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904585.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*",
"transcript": "ENST00000935789.1",
"protein_id": "ENSP00000605848.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 598,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935789.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.727C>T",
"hgvs_p": "p.Arg243*",
"transcript": "NM_001321732.2",
"protein_id": "NP_001308661.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 496,
"cds_start": 727,
"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": "NM_001321732.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.727C>T",
"hgvs_p": "p.Arg243*",
"transcript": "NM_001321830.2",
"protein_id": "NP_001308759.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 496,
"cds_start": 727,
"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": "NM_001321830.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1099-6C>T",
"hgvs_p": null,
"transcript": "ENST00000904583.1",
"protein_id": "ENSP00000574642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": null,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904583.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.1098+207C>T",
"hgvs_p": null,
"transcript": "ENST00000904587.1",
"protein_id": "ENSP00000574646.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 578,
"cds_start": null,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.1398C>T",
"hgvs_p": null,
"transcript": "ENST00000503078.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": "ENST00000503078.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.216C>T",
"hgvs_p": null,
"transcript": "ENST00000504807.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": "ENST00000504807.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.1972C>T",
"hgvs_p": null,
"transcript": "ENST00000505081.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": "ENST00000505081.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.609C>T",
"hgvs_p": null,
"transcript": "ENST00000507900.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": "ENST00000507900.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.*177C>T",
"hgvs_p": null,
"transcript": "ENST00000508279.5",
"protein_id": "ENSP00000421460.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": "ENST00000508279.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.585C>T",
"hgvs_p": null,
"transcript": "ENST00000511040.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000511040.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.107C>T",
"hgvs_p": null,
"transcript": "ENST00000512027.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": "retained_intron",
"feature": "ENST00000512027.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.509C>T",
"hgvs_p": null,
"transcript": "ENST00000513562.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": "retained_intron",
"feature": "ENST00000513562.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.1088C>T",
"hgvs_p": null,
"transcript": "ENST00000650742.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": "retained_intron",
"feature": "ENST00000650742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.220C>T",
"hgvs_p": null,
"transcript": "ENST00000652565.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": "ENST00000652565.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.1102C>T",
"hgvs_p": null,
"transcript": "ENST00000652618.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": "retained_intron",
"feature": "ENST00000652618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.1177C>T",
"hgvs_p": null,
"transcript": "ENST00000652623.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": "retained_intron",
"feature": "ENST00000652623.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.*177C>T",
"hgvs_p": null,
"transcript": "ENST00000508279.5",
"protein_id": "ENSP00000421460.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": "ENST00000508279.5"
}
],
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"dbsnp": "rs747672157",
"frequency_reference_population": 0.000008673973,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000752483,
"gnomad_genomes_af": 0.0000197114,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.4699999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.649,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.47,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_016222.4",
"gene_symbol": "DDX41",
"hgnc_id": 18674,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1105C>T",
"hgvs_p": "p.Arg369*"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}