← 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: 16-53648966-ACTGCATATG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=53648966&ref=ACTGCATATG&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 53648966,
"ref": "ACTGCATATG",
"alt": "A",
"effect": "conservative_inframe_deletion",
"transcript": "NM_015272.5",
"consequences": [
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "NM_015272.5",
"protein_id": "NP_056087.2",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000647211.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015272.5"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000647211.2",
"protein_id": "ENSP00000493946.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015272.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647211.2"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000563746.5",
"protein_id": "ENSP00000457889.1",
"transcript_support_level": 1,
"aa_start": 765,
"aa_end": null,
"aa_length": 1281,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563746.5"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000621565.5",
"protein_id": "ENSP00000480698.1",
"transcript_support_level": 1,
"aa_start": 765,
"aa_end": null,
"aa_length": 1269,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621565.5"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "NM_001330538.2",
"protein_id": "NP_001317467.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1281,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330538.2"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "ENST00000944945.1",
"protein_id": "ENSP00000615004.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1273,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944945.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "NM_001308334.3",
"protein_id": "NP_001295263.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1269,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308334.3"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000564374.5",
"protein_id": "ENSP00000456534.1",
"transcript_support_level": 2,
"aa_start": 765,
"aa_end": null,
"aa_length": 1253,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564374.5"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "NM_001127897.4",
"protein_id": "NP_001121369.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1235,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127897.4"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000262135.9",
"protein_id": "ENSP00000262135.4",
"transcript_support_level": 5,
"aa_start": 765,
"aa_end": null,
"aa_length": 1235,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262135.9"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "ENST00000935860.1",
"protein_id": "ENSP00000605919.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1207,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935860.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_047433869.1",
"protein_id": "XP_047289825.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1319,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433869.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433870.1",
"protein_id": "XP_047289826.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1315,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433870.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433871.1",
"protein_id": "XP_047289827.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1281,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433871.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_005255868.3",
"protein_id": "XP_005255925.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1273,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255868.3"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_017023095.3",
"protein_id": "XP_016878584.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023095.3"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433872.1",
"protein_id": "XP_047289828.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1235,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433872.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433873.1",
"protein_id": "XP_047289829.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1131,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433873.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_011522970.3",
"protein_id": "XP_011521272.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1128,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522970.3"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433874.1",
"protein_id": "XP_047289830.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1124,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433874.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_011522971.4",
"protein_id": "XP_011521273.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1113,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522971.4"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_047433875.1",
"protein_id": "XP_047289831.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1112,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433875.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_011522973.4",
"protein_id": "XP_011521275.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1108,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522973.4"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433876.1",
"protein_id": "XP_047289832.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433876.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_047433877.1",
"protein_id": "XP_047289833.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1101,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433877.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433878.1",
"protein_id": "XP_047289834.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1097,
"cds_start": 2293,
"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_047433878.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_047433879.1",
"protein_id": "XP_047289835.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1094,
"cds_start": 2305,
"cds_end": null,
"cds_length": 3285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433879.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_047433880.1",
"protein_id": "XP_047289836.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 1074,
"cds_start": 2305,
"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_047433880.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del",
"transcript": "XM_047433881.1",
"protein_id": "XP_047289837.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2293,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433881.1"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.2305_2313delCATATGCAG",
"hgvs_p": "p.His769_Gln771del",
"transcript": "XM_017023097.3",
"protein_id": "XP_016878586.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 787,
"cds_start": 2305,
"cds_end": null,
"cds_length": 2364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023097.3"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.538_546delCATATGCAG",
"hgvs_p": "p.His180_Gln182del",
"transcript": "XM_017023098.2",
"protein_id": "XP_016878587.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 730,
"cds_start": 538,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023098.2"
},
{
"aa_ref": "HMQ",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.538_546delCATATGCAG",
"hgvs_p": "p.His180_Gln182del",
"transcript": "XM_017023099.2",
"protein_id": "XP_016878588.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 730,
"cds_start": 538,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023099.2"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2717_2725delCATATGCAG",
"hgvs_p": null,
"transcript": "ENST00000565343.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000565343.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2293_2301delCATATGCAG",
"hgvs_p": null,
"transcript": "ENST00000680193.1",
"protein_id": "ENSP00000506379.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": "ENST00000680193.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2357_2365delCATATGCAG",
"hgvs_p": null,
"transcript": "XR_007064860.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": "XR_007064860.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2357_2365delCATATGCAG",
"hgvs_p": null,
"transcript": "XR_007064861.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": "XR_007064861.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2357_2365delCATATGCAG",
"hgvs_p": null,
"transcript": "XR_007064862.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": "XR_007064862.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.2369_2377delCATATGCAG",
"hgvs_p": null,
"transcript": "XR_933260.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_933260.4"
}
],
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"dbsnp": "rs1555602657",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"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": 3.946,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015272.5",
"gene_symbol": "RPGRIP1L",
"hgnc_id": 29168,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2293_2301delCATATGCAG",
"hgvs_p": "p.His765_Gln767del"
}
],
"clinvar_disease": "Joubert syndrome,Meckel-Gruber syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Joubert syndrome;Meckel-Gruber syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}