← 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: 10-126990564-T-TGAA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=126990564&ref=T&alt=TGAA&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 126990564,
"ref": "T",
"alt": "TGAA",
"effect": "conservative_inframe_insertion",
"transcript": "NM_001290223.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001290223.2",
"protein_id": "NP_001277152.2",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1886,
"cds_start": 445,
"cds_end": null,
"cds_length": 5661,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6840,
"mane_select": "ENST00000623213.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "ENST00000623213.2",
"protein_id": "ENSP00000485033.1",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 1886,
"cds_start": 445,
"cds_end": null,
"cds_length": 5661,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6840,
"mane_select": "NM_001290223.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "ENST00000280333.9",
"protein_id": "ENSP00000280333.6",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 1865,
"cds_start": 445,
"cds_end": null,
"cds_length": 5598,
"cdna_start": 554,
"cdna_end": null,
"cdna_length": 6797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377543.1",
"protein_id": "NP_001364472.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1919,
"cds_start": 445,
"cds_end": null,
"cds_length": 5760,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 53,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.478_480dupAAG",
"hgvs_p": "p.Lys160dup",
"transcript": "NM_001377544.1",
"protein_id": "NP_001364473.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1877,
"cds_start": 481,
"cds_end": null,
"cds_length": 5634,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 6813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001380.5",
"protein_id": "NP_001371.2",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1865,
"cds_start": 445,
"cds_end": null,
"cds_length": 5598,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377546.1",
"protein_id": "NP_001364475.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1846,
"cds_start": 445,
"cds_end": null,
"cds_length": 5541,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377547.1",
"protein_id": "NP_001364476.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1844,
"cds_start": 445,
"cds_end": null,
"cds_length": 5535,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.358_360dupAAG",
"hgvs_p": "p.Lys120dup",
"transcript": "NM_001377548.1",
"protein_id": "NP_001364477.1",
"transcript_support_level": null,
"aa_start": 121,
"aa_end": null,
"aa_length": 1837,
"cds_start": 361,
"cds_end": null,
"cds_length": 5514,
"cdna_start": 451,
"cdna_end": null,
"cdna_length": 6693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377550.1",
"protein_id": "NP_001364479.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1832,
"cds_start": 445,
"cds_end": null,
"cds_length": 5499,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377553.1",
"protein_id": "NP_001364482.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1825,
"cds_start": 445,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377554.1",
"protein_id": "NP_001364483.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1814,
"cds_start": 445,
"cds_end": null,
"cds_length": 5445,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377556.1",
"protein_id": "NP_001364485.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1800,
"cds_start": 445,
"cds_end": null,
"cds_length": 5403,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377558.1",
"protein_id": "NP_001364487.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1796,
"cds_start": 445,
"cds_end": null,
"cds_length": 5391,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "NM_001377561.1",
"protein_id": "NP_001364490.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1046,
"cds_start": 445,
"cds_end": null,
"cds_length": 3141,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3308,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_011539422.4",
"protein_id": "XP_011537724.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 1908,
"cds_start": 511,
"cds_end": null,
"cds_length": 5727,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 6845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_017015813.3",
"protein_id": "XP_016871302.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 1887,
"cds_start": 511,
"cds_end": null,
"cds_length": 5664,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 7199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 52,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.424_426dupAAG",
"hgvs_p": "p.Lys142dup",
"transcript": "XM_011539424.2",
"protein_id": "XP_011537726.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 1880,
"cds_start": 427,
"cds_end": null,
"cds_length": 5643,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 6747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_017015814.2",
"protein_id": "XP_016871303.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 1068,
"cds_start": 511,
"cds_end": null,
"cds_length": 3207,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 3299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_047424700.1",
"protein_id": "XP_047280656.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 1047,
"cds_start": 511,
"cds_end": null,
"cds_length": 3144,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 3236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "XM_047424701.1",
"protein_id": "XP_047280657.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 1025,
"cds_start": 445,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 3245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_017015817.1",
"protein_id": "XP_016871306.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 972,
"cds_start": 511,
"cds_end": null,
"cds_length": 2919,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 6929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.508_510dupAAG",
"hgvs_p": "p.Lys170dup",
"transcript": "XM_047424702.1",
"protein_id": "XP_047280658.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 951,
"cds_start": 511,
"cds_end": null,
"cds_length": 2856,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 6866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "KV",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup",
"transcript": "XM_047424703.1",
"protein_id": "XP_047280659.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 950,
"cds_start": 445,
"cds_end": null,
"cds_length": 2853,
"cdna_start": 535,
"cdna_end": null,
"cdna_length": 6938,
"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": 6,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "n.532_534dupAAG",
"hgvs_p": null,
"transcript": "XR_007061946.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": 6381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 44,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"hgvs_c": "c.131-18160_131-18158dupAAG",
"hgvs_p": null,
"transcript": "NM_001377560.1",
"protein_id": "NP_001364489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1601,
"cds_start": -4,
"cds_end": null,
"cds_length": 4806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5985,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000223528",
"gene_hgnc_id": null,
"hgvs_c": "n.216-2122_216-2120dupTTC",
"hgvs_p": null,
"transcript": "ENST00000627944.1",
"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": 566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DOCK1",
"gene_hgnc_id": 2987,
"dbsnp": "rs758997336",
"frequency_reference_population": 6.8423697e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84237e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.015,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001290223.2",
"gene_symbol": "DOCK1",
"hgnc_id": 2987,
"effects": [
"conservative_inframe_insertion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.442_444dupAAG",
"hgvs_p": "p.Lys148dup"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000627944.1",
"gene_symbol": "ENSG00000223528",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.216-2122_216-2120dupTTC",
"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
}