← 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: 1-100990475-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=100990475&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 100990475,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015958.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "NM_015958.3",
"protein_id": "NP_057042.2",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370109.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015958.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000370109.8",
"protein_id": "ENSP00000359127.3",
"transcript_support_level": 1,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015958.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370109.8"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000427040.3",
"protein_id": "ENSP00000394364.3",
"transcript_support_level": 1,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427040.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.788T>C",
"hgvs_p": "p.Met263Thr",
"transcript": "ENST00000342173.11",
"protein_id": "ENSP00000339630.7",
"transcript_support_level": 1,
"aa_start": 263,
"aa_end": null,
"aa_length": 284,
"cds_start": 788,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342173.11"
},
{
"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": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.795T>C",
"hgvs_p": null,
"transcript": "ENST00000464270.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000464270.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.959T>C",
"hgvs_p": "p.Met320Thr",
"transcript": "ENST00000889724.1",
"protein_id": "ENSP00000559783.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 341,
"cds_start": 959,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889724.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.959T>C",
"hgvs_p": "p.Met320Thr",
"transcript": "ENST00000934684.1",
"protein_id": "ENSP00000604743.1",
"transcript_support_level": null,
"aa_start": 320,
"aa_end": null,
"aa_length": 341,
"cds_start": 959,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934684.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.914T>C",
"hgvs_p": "p.Met305Thr",
"transcript": "ENST00000889721.1",
"protein_id": "ENSP00000559780.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 326,
"cds_start": 914,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889721.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.914T>C",
"hgvs_p": "p.Met305Thr",
"transcript": "ENST00000934683.1",
"protein_id": "ENSP00000604742.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 326,
"cds_start": 914,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934683.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.911T>C",
"hgvs_p": "p.Met304Thr",
"transcript": "ENST00000934685.1",
"protein_id": "ENSP00000604744.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 325,
"cds_start": 911,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934685.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.812T>C",
"hgvs_p": "p.Met271Thr",
"transcript": "ENST00000934682.1",
"protein_id": "ENSP00000604741.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 292,
"cds_start": 812,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934682.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "NM_001077394.2",
"protein_id": "NP_001070862.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001077394.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000488176.1",
"protein_id": "ENSP00000418282.1",
"transcript_support_level": 3,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000488176.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000889720.1",
"protein_id": "ENSP00000559779.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889720.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000889722.1",
"protein_id": "ENSP00000559781.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889722.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr",
"transcript": "ENST00000889723.1",
"protein_id": "ENSP00000559782.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 285,
"cds_start": 791,
"cds_end": null,
"cds_length": 858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889723.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.788T>C",
"hgvs_p": "p.Met263Thr",
"transcript": "NM_001077395.2",
"protein_id": "NP_001070863.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 284,
"cds_start": 788,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001077395.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.788T>C",
"hgvs_p": "p.Met263Thr",
"transcript": "ENST00000889726.1",
"protein_id": "ENSP00000559785.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 284,
"cds_start": 788,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889726.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.788T>C",
"hgvs_p": "p.Met263Thr",
"transcript": "ENST00000934681.1",
"protein_id": "ENSP00000604740.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 284,
"cds_start": 788,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934681.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.785T>C",
"hgvs_p": "p.Met262Thr",
"transcript": "ENST00000950006.1",
"protein_id": "ENSP00000620065.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 283,
"cds_start": 785,
"cds_end": null,
"cds_length": 852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950006.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.647T>C",
"hgvs_p": "p.Met216Thr",
"transcript": "ENST00000889727.1",
"protein_id": "ENSP00000559786.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 237,
"cds_start": 647,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889727.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.575T>C",
"hgvs_p": "p.Met192Thr",
"transcript": "ENST00000934686.1",
"protein_id": "ENSP00000604745.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 213,
"cds_start": 575,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934686.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.521T>C",
"hgvs_p": "p.Met174Thr",
"transcript": "ENST00000889725.1",
"protein_id": "ENSP00000559784.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 195,
"cds_start": 521,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889725.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.788T>C",
"hgvs_p": "p.Met263Thr",
"transcript": "XM_047422513.1",
"protein_id": "XP_047278469.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 284,
"cds_start": 788,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422513.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.452T>C",
"hgvs_p": "p.Met151Thr",
"transcript": "XM_011541570.4",
"protein_id": "XP_011539872.1",
"transcript_support_level": null,
"aa_start": 151,
"aa_end": null,
"aa_length": 172,
"cds_start": 452,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541570.4"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.428T>C",
"hgvs_p": "p.Met143Thr",
"transcript": "XM_047422515.1",
"protein_id": "XP_047278471.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 164,
"cds_start": 428,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422515.1"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.687T>C",
"hgvs_p": "p.Asp229Asp",
"transcript": "XM_005270938.3",
"protein_id": "XP_005270995.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 240,
"cds_start": 687,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270938.3"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.687T>C",
"hgvs_p": "p.Asp229Asp",
"transcript": "XM_024447600.2",
"protein_id": "XP_024303368.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 240,
"cds_start": 687,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447600.2"
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Asp228Asp",
"transcript": "XM_047422514.1",
"protein_id": "XP_047278470.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 239,
"cds_start": 684,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422514.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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC30A7",
"gene_hgnc_id": 19306,
"hgvs_c": "c.*46-4999A>G",
"hgvs_p": null,
"transcript": "XM_017000400.3",
"protein_id": "XP_016855889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 376,
"cds_start": null,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000400.3"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.1307T>C",
"hgvs_p": null,
"transcript": "ENST00000370105.7",
"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": "ENST00000370105.7"
},
{
"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": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.788T>C",
"hgvs_p": null,
"transcript": "ENST00000466807.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": "pseudogene",
"feature": "ENST00000466807.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": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.827T>C",
"hgvs_p": null,
"transcript": "ENST00000477293.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": "pseudogene",
"feature": "ENST00000477293.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.592T>C",
"hgvs_p": null,
"transcript": "ENST00000481871.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": "pseudogene",
"feature": "ENST00000481871.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.1372T>C",
"hgvs_p": null,
"transcript": "ENST00000488789.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": "ENST00000488789.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.848T>C",
"hgvs_p": null,
"transcript": "ENST00000490732.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": "ENST00000490732.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.355T>C",
"hgvs_p": null,
"transcript": "ENST00000492067.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": "pseudogene",
"feature": "ENST00000492067.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": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.753T>C",
"hgvs_p": null,
"transcript": "ENST00000498372.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": "pseudogene",
"feature": "ENST00000498372.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"hgvs_c": "n.4546T>C",
"hgvs_p": null,
"transcript": "ENST00000690716.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": "ENST00000690716.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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC30A7",
"gene_hgnc_id": 19306,
"hgvs_c": "n.*46-4999A>G",
"hgvs_p": null,
"transcript": "ENST00000850622.1",
"protein_id": "ENSP00000520907.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000850622.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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC30A7",
"gene_hgnc_id": 19306,
"hgvs_c": "n.1350-4999A>G",
"hgvs_p": null,
"transcript": "XR_246237.4",
"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": "XR_246237.4"
}
],
"gene_symbol": "DPH5",
"gene_hgnc_id": 24270,
"dbsnp": "rs200190622",
"frequency_reference_population": 0.000006571252,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657125,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06924125552177429,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.037,
"revel_prediction": "Benign",
"alphamissense_score": 0.1024,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.184,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 2,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015958.3",
"gene_symbol": "DPH5",
"hgnc_id": 24270,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.791T>C",
"hgvs_p": "p.Met264Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000850622.1",
"gene_symbol": "SLC30A7",
"hgnc_id": 19306,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.*46-4999A>G",
"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
}