← 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-150553055-AC-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150553055&ref=AC&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150553055,
"ref": "AC",
"alt": "A",
"effect": "frameshift_variant",
"transcript": "NM_001288608.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "NM_019032.6",
"protein_id": "NP_061905.2",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000271643.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019032.6"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000271643.9",
"protein_id": "ENSP00000271643.4",
"transcript_support_level": 5,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019032.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271643.9"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000369038.6",
"protein_id": "ENSP00000358034.2",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369038.6"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "NM_001288608.2",
"protein_id": "NP_001275537.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288608.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000369039.9",
"protein_id": "ENSP00000358035.5",
"transcript_support_level": 5,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369039.9"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000674043.1",
"protein_id": "ENSP00000501295.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674043.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886073.1",
"protein_id": "ENSP00000556132.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1086,
"cds_start": 239,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886073.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "NM_001378596.1",
"protein_id": "NP_001365525.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378596.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886069.1",
"protein_id": "ENSP00000556128.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886069.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886070.1",
"protein_id": "ENSP00000556129.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886070.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886071.1",
"protein_id": "ENSP00000556130.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886071.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886074.1",
"protein_id": "ENSP00000556133.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886074.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886075.1",
"protein_id": "ENSP00000556134.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1068,
"cds_start": 239,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886075.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "NM_001288607.2",
"protein_id": "NP_001275536.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1035,
"cds_start": 239,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288607.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000674058.1",
"protein_id": "ENSP00000501255.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1035,
"cds_start": 239,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674058.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "NM_025008.5",
"protein_id": "NP_079284.2",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 877,
"cds_start": 239,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025008.5"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000369041.9",
"protein_id": "ENSP00000358037.5",
"transcript_support_level": 5,
"aa_start": 80,
"aa_end": null,
"aa_length": 877,
"cds_start": 239,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369041.9"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "ENST00000886072.1",
"protein_id": "ENSP00000556131.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 870,
"cds_start": 239,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000886072.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_011509644.4",
"protein_id": "XP_011507946.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 1130,
"cds_start": 338,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509644.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_047422819.1",
"protein_id": "XP_047278775.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 1107,
"cds_start": 338,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422819.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_011509648.4",
"protein_id": "XP_011507950.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509648.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_017001506.3",
"protein_id": "XP_016856995.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001506.3"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_047422820.1",
"protein_id": "XP_047278776.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422820.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_047422823.1",
"protein_id": "XP_047278779.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422823.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_047422824.1",
"protein_id": "XP_047278780.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1097,
"cds_start": 239,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422824.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_047422830.1",
"protein_id": "XP_047278786.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422830.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs",
"transcript": "XM_047422832.1",
"protein_id": "XP_047278788.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 1074,
"cds_start": 239,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422832.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_011509649.4",
"protein_id": "XP_011507951.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 864,
"cds_start": 338,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509649.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_011509650.4",
"protein_id": "XP_011507952.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 863,
"cds_start": 338,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509650.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_047422841.1",
"protein_id": "XP_047278797.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 861,
"cds_start": 338,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422841.1"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"hgvs_c": "c.338delC",
"hgvs_p": "p.Pro113fs",
"transcript": "XM_047422842.1",
"protein_id": "XP_047278798.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 840,
"cds_start": 338,
"cds_end": null,
"cds_length": 2523,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422842.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4-AS2",
"gene_hgnc_id": 40895,
"hgvs_c": "n.476+1479delG",
"hgvs_p": null,
"transcript": "ENST00000442435.3",
"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": "ENST00000442435.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4-AS2",
"gene_hgnc_id": 40895,
"hgvs_c": "n.476+1479delG",
"hgvs_p": null,
"transcript": "NR_187269.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": "NR_187269.1"
},
{
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADAMTSL4-AS2",
"gene_hgnc_id": 40895,
"hgvs_c": "n.375-131delG",
"hgvs_p": null,
"transcript": "NR_187270.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": "NR_187270.1"
}
],
"gene_symbol": "ADAMTSL4",
"gene_hgnc_id": 19706,
"dbsnp": "rs794726689",
"frequency_reference_population": 0.000006843709,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000684371,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 10,
"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": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.121,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PVS1",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001288608.2",
"gene_symbol": "ADAMTSL4",
"hgnc_id": 19706,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.239delC",
"hgvs_p": "p.Pro80fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NR_187269.1",
"gene_symbol": "ADAMTSL4-AS2",
"hgnc_id": 40895,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.476+1479delG",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive, isolated,Ectopia lentis 2",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Ectopia lentis 2, isolated, autosomal recessive",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}