← 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-2106842-CCCT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2106842&ref=CCCT&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2106842,
"ref": "CCCT",
"alt": "C",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000262304.9",
"consequences": [
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7169_7171delAGG",
"hgvs_p": "p.Glu2390del",
"transcript": "NM_001009944.3",
"protein_id": "NP_001009944.3",
"transcript_support_level": null,
"aa_start": 2390,
"aa_end": null,
"aa_length": 4303,
"cds_start": 7169,
"cds_end": null,
"cds_length": 12912,
"cdna_start": 7380,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "ENST00000262304.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7169_7171delAGG",
"hgvs_p": "p.Glu2390del",
"transcript": "ENST00000262304.9",
"protein_id": "ENSP00000262304.4",
"transcript_support_level": 1,
"aa_start": 2390,
"aa_end": null,
"aa_length": 4303,
"cds_start": 7169,
"cds_end": null,
"cds_length": 12912,
"cdna_start": 7380,
"cdna_end": null,
"cdna_length": 14140,
"mane_select": "NM_001009944.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7169_7171delAGG",
"hgvs_p": "p.Glu2390del",
"transcript": "ENST00000423118.5",
"protein_id": "ENSP00000399501.1",
"transcript_support_level": 1,
"aa_start": 2390,
"aa_end": null,
"aa_length": 4302,
"cds_start": 7169,
"cds_end": null,
"cds_length": 12909,
"cdna_start": 7380,
"cdna_end": null,
"cdna_length": 14135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7169_7171delAGG",
"hgvs_p": "p.Glu2390del",
"transcript": "NM_000296.4",
"protein_id": "NP_000287.4",
"transcript_support_level": null,
"aa_start": 2390,
"aa_end": null,
"aa_length": 4302,
"cds_start": 7169,
"cds_end": null,
"cds_length": 12909,
"cdna_start": 7380,
"cdna_end": null,
"cdna_length": 14137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.335_337delAGG",
"hgvs_p": "p.Glu112del",
"transcript": "ENST00000483024.1",
"protein_id": "ENSP00000456670.1",
"transcript_support_level": 5,
"aa_start": 112,
"aa_end": null,
"aa_length": 153,
"cds_start": 335,
"cds_end": null,
"cds_length": 463,
"cdna_start": 339,
"cdna_end": null,
"cdna_length": 465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7304_7306delAGG",
"hgvs_p": "p.Glu2435del",
"transcript": "XM_047434208.1",
"protein_id": "XP_047290164.1",
"transcript_support_level": null,
"aa_start": 2435,
"aa_end": null,
"aa_length": 4348,
"cds_start": 7304,
"cds_end": null,
"cds_length": 13047,
"cdna_start": 7515,
"cdna_end": null,
"cdna_length": 14275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7232_7234delAGG",
"hgvs_p": "p.Glu2411del",
"transcript": "XM_047434209.1",
"protein_id": "XP_047290165.1",
"transcript_support_level": null,
"aa_start": 2411,
"aa_end": null,
"aa_length": 4324,
"cds_start": 7232,
"cds_end": null,
"cds_length": 12975,
"cdna_start": 7443,
"cdna_end": null,
"cdna_length": 14203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7223_7225delAGG",
"hgvs_p": "p.Glu2408del",
"transcript": "XM_011522528.4",
"protein_id": "XP_011520830.1",
"transcript_support_level": null,
"aa_start": 2408,
"aa_end": null,
"aa_length": 4321,
"cds_start": 7223,
"cds_end": null,
"cds_length": 12966,
"cdna_start": 7414,
"cdna_end": null,
"cdna_length": 14174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7223_7225delAGG",
"hgvs_p": "p.Glu2408del",
"transcript": "XM_011522529.3",
"protein_id": "XP_011520831.1",
"transcript_support_level": null,
"aa_start": 2408,
"aa_end": null,
"aa_length": 4320,
"cds_start": 7223,
"cds_end": null,
"cds_length": 12963,
"cdna_start": 7414,
"cdna_end": null,
"cdna_length": 14171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7151_7153delAGG",
"hgvs_p": "p.Glu2384del",
"transcript": "XM_047434210.1",
"protein_id": "XP_047290166.1",
"transcript_support_level": null,
"aa_start": 2384,
"aa_end": null,
"aa_length": 4297,
"cds_start": 7151,
"cds_end": null,
"cds_length": 12894,
"cdna_start": 8411,
"cdna_end": null,
"cdna_length": 15171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.7094_7096delAGG",
"hgvs_p": "p.Glu2365del",
"transcript": "XM_047434211.1",
"protein_id": "XP_047290167.1",
"transcript_support_level": null,
"aa_start": 2365,
"aa_end": null,
"aa_length": 4278,
"cds_start": 7094,
"cds_end": null,
"cds_length": 12837,
"cdna_start": 7315,
"cdna_end": null,
"cdna_length": 14075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.5264_5266delAGG",
"hgvs_p": "p.Glu1755del",
"transcript": "XM_047434212.1",
"protein_id": "XP_047290168.1",
"transcript_support_level": null,
"aa_start": 1755,
"aa_end": null,
"aa_length": 3668,
"cds_start": 5264,
"cds_end": null,
"cds_length": 11007,
"cdna_start": 5367,
"cdna_end": null,
"cdna_length": 12127,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.4247_4249delAGG",
"hgvs_p": "p.Glu1416del",
"transcript": "XM_011522537.2",
"protein_id": "XP_011520839.1",
"transcript_support_level": null,
"aa_start": 1416,
"aa_end": null,
"aa_length": 3329,
"cds_start": 4247,
"cds_end": null,
"cds_length": 9990,
"cdna_start": 4338,
"cdna_end": null,
"cdna_length": 11098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.4241_4243delAGG",
"hgvs_p": "p.Glu1414del",
"transcript": "XM_047434213.1",
"protein_id": "XP_047290169.1",
"transcript_support_level": null,
"aa_start": 1414,
"aa_end": null,
"aa_length": 3327,
"cds_start": 4241,
"cds_end": null,
"cds_length": 9984,
"cdna_start": 4332,
"cdna_end": null,
"cdna_length": 11092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "EG",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.4124_4126delAGG",
"hgvs_p": "p.Glu1375del",
"transcript": "XM_005255370.4",
"protein_id": "XP_005255427.1",
"transcript_support_level": null,
"aa_start": 1375,
"aa_end": null,
"aa_length": 3288,
"cds_start": 4124,
"cds_end": null,
"cds_length": 9867,
"cdna_start": 4298,
"cdna_end": null,
"cdna_length": 11058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.414_416delAGG",
"hgvs_p": null,
"transcript": "ENST00000415938.7",
"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": 3386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.228_230delAGG",
"hgvs_p": null,
"transcript": "ENST00000483558.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.894_896delAGG",
"hgvs_p": null,
"transcript": "ENST00000483731.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.915_917delAGG",
"hgvs_p": null,
"transcript": "ENST00000486339.6",
"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": 4443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.1856_1858delAGG",
"hgvs_p": null,
"transcript": "ENST00000487932.5",
"protein_id": "ENSP00000457132.1",
"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": 6464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.1172_1174delAGG",
"hgvs_p": null,
"transcript": "ENST00000496574.6",
"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": 4419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.877_879delAGG",
"hgvs_p": null,
"transcript": "ENST00000565639.6",
"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": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.*1727_*1729delAGG",
"hgvs_p": null,
"transcript": "ENST00000568591.5",
"protein_id": "ENSP00000457162.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.525_527delAGG",
"hgvs_p": null,
"transcript": "ENST00000569983.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.*1727_*1729delAGG",
"hgvs_p": null,
"transcript": "ENST00000568591.5",
"protein_id": "ENSP00000457162.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6511B1",
"gene_hgnc_id": 50228,
"hgvs_c": "n.-92_-90delAGG",
"hgvs_p": null,
"transcript": "ENST00000612014.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 85,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6511B1",
"gene_hgnc_id": 50228,
"hgvs_c": "n.-92_-90delAGG",
"hgvs_p": null,
"transcript": "NR_106775.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": 85,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6511B1",
"gene_hgnc_id": 50228,
"hgvs_c": "n.-144_-142delAGG",
"hgvs_p": null,
"transcript": "unassigned_transcript_2771",
"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": 23,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6511B1",
"gene_hgnc_id": 50228,
"hgvs_c": "n.-102_-100delAGG",
"hgvs_p": null,
"transcript": "unassigned_transcript_2772",
"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": 24,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.*96_*98delAGG",
"hgvs_p": null,
"transcript": "ENST00000488185.2",
"protein_id": "ENSP00000456672.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 244,
"cds_start": -4,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"dbsnp": "rs1555453367",
"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": 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": 7.494,
"phylop100way_prediction": "Uncertain_significance",
"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": 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": "ENST00000262304.9",
"gene_symbol": "PKD1",
"hgnc_id": 9008,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.7169_7171delAGG",
"hgvs_p": "p.Glu2390del"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NR_106775.1",
"gene_symbol": "MIR6511B1",
"hgnc_id": 50228,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-92_-90delAGG",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not specified|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}