← 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: 2-171434662-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=171434662&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 171434662,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000375255.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "NM_025000.4",
"protein_id": "NP_079276.2",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 520,
"cds_start": 85,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5853,
"mane_select": "ENST00000375255.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "ENST00000375255.8",
"protein_id": "ENSP00000364404.3",
"transcript_support_level": 1,
"aa_start": 29,
"aa_end": null,
"aa_length": 520,
"cds_start": 85,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5853,
"mane_select": "NM_025000.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "NM_001164821.2",
"protein_id": "NP_001158293.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 453,
"cds_start": 85,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "ENST00000539783.5",
"protein_id": "ENSP00000442238.1",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 453,
"cds_start": 85,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 412,
"cdna_end": null,
"cdna_length": 5623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_011511881.2",
"protein_id": "XP_011510183.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 509,
"cds_start": 85,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_011511882.2",
"protein_id": "XP_011510184.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 499,
"cds_start": 85,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_047445911.1",
"protein_id": "XP_047301867.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 442,
"cds_start": 85,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5619,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_047445912.1",
"protein_id": "XP_047301868.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 432,
"cds_start": 85,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 5589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_017004996.2",
"protein_id": "XP_016860485.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 372,
"cds_start": 85,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 1665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_017004999.2",
"protein_id": "XP_016860488.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 286,
"cds_start": 85,
"cds_end": null,
"cds_length": 861,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 1301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_017005001.3",
"protein_id": "XP_016860490.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 286,
"cds_start": 85,
"cds_end": null,
"cds_length": 861,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 1250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys",
"transcript": "XM_047445913.1",
"protein_id": "XP_047301869.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 286,
"cds_start": 85,
"cds_end": null,
"cds_length": 861,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 1311,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.6C>A",
"hgvs_p": null,
"transcript": "ENST00000495925.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.437C>A",
"hgvs_p": null,
"transcript": "NR_028482.2",
"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": 5747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.437C>A",
"hgvs_p": null,
"transcript": "XR_007082530.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": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.8+12G>T",
"hgvs_p": null,
"transcript": "NM_001321157.2",
"protein_id": "NP_001308086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 455,
"cds_start": -4,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.-13+12G>T",
"hgvs_p": null,
"transcript": "NM_024770.5",
"protein_id": "NP_079046.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.-13+12G>T",
"hgvs_p": null,
"transcript": "ENST00000612742.5",
"protein_id": "ENSP00000480056.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 407,
"cds_start": -4,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.8+12G>T",
"hgvs_p": null,
"transcript": "NM_001321158.2",
"protein_id": "NP_001308087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 362,
"cds_start": -4,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.8+12G>T",
"hgvs_p": null,
"transcript": "NM_001321161.2",
"protein_id": "NP_001308090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 246,
"cds_start": -4,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.-13+12G>T",
"hgvs_p": null,
"transcript": "ENST00000442778.5",
"protein_id": "ENSP00000404646.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 152,
"cds_start": -4,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "c.-137+12G>T",
"hgvs_p": null,
"transcript": "ENST00000453846.5",
"protein_id": "ENSP00000411589.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": -4,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "n.115+12G>T",
"hgvs_p": null,
"transcript": "ENST00000460188.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "n.129+12G>T",
"hgvs_p": null,
"transcript": "ENST00000462821.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.54+392C>A",
"hgvs_p": null,
"transcript": "ENST00000468592.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 2429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "METTL8",
"gene_hgnc_id": 25856,
"hgvs_c": "n.99+12G>T",
"hgvs_p": null,
"transcript": "NR_135568.2",
"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": 9103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.-3C>A",
"hgvs_p": null,
"transcript": "ENST00000436317.1",
"protein_id": "ENSP00000400335.1",
"transcript_support_level": 4,
"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": 758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "n.-40C>A",
"hgvs_p": null,
"transcript": "ENST00000490217.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"hgvs_c": "c.-471C>A",
"hgvs_p": null,
"transcript": "XM_006712768.2",
"protein_id": "XP_006712831.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 433,
"cds_start": -4,
"cds_end": null,
"cds_length": 1302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DCAF17",
"gene_hgnc_id": 25784,
"dbsnp": "rs868533593",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.23548072576522827,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.098,
"revel_prediction": "Benign",
"alphamissense_score": 0.3686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.07,
"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": "ENST00000375255.8",
"gene_symbol": "DCAF17",
"hgnc_id": 25784,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.85C>A",
"hgvs_p": "p.Gln29Lys"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001321157.2",
"gene_symbol": "METTL8",
"hgnc_id": 25856,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.8+12G>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}