← 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: 13-36965625-AAAT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=36965625&ref=AAAT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 36965625,
"ref": "AAAT",
"alt": "A",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_013338.5",
"consequences": [
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.720_722delATT",
"hgvs_p": "p.Leu240del",
"transcript": "NM_013338.5",
"protein_id": "NP_037470.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 324,
"cds_start": 720,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000239891.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013338.5"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.720_722delATT",
"hgvs_p": "p.Leu240del",
"transcript": "ENST00000239891.4",
"protein_id": "ENSP00000239891.3",
"transcript_support_level": 1,
"aa_start": 240,
"aa_end": null,
"aa_length": 324,
"cds_start": 720,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_013338.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000239891.4"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.813_815delATT",
"hgvs_p": "p.Leu271del",
"transcript": "ENST00000857206.1",
"protein_id": "ENSP00000527265.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 355,
"cds_start": 813,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857206.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.699_701delATT",
"hgvs_p": "p.Leu233del",
"transcript": "ENST00000857208.1",
"protein_id": "ENSP00000527267.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 317,
"cds_start": 699,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857208.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.720_722delATT",
"hgvs_p": "p.Leu240del",
"transcript": "ENST00000679572.1",
"protein_id": "ENSP00000505481.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 310,
"cds_start": 720,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679572.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.660_662delATT",
"hgvs_p": "p.Leu220del",
"transcript": "ENST00000680671.1",
"protein_id": "ENSP00000506352.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 304,
"cds_start": 660,
"cds_end": null,
"cds_length": 915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680671.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.630_632delATT",
"hgvs_p": "p.Leu210del",
"transcript": "NM_001142364.1",
"protein_id": "NP_001135836.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 294,
"cds_start": 630,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142364.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.630_632delATT",
"hgvs_p": "p.Leu210del",
"transcript": "ENST00000443765.6",
"protein_id": "ENSP00000390533.1",
"transcript_support_level": 2,
"aa_start": 210,
"aa_end": null,
"aa_length": 294,
"cds_start": 630,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443765.6"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.627_629delATT",
"hgvs_p": "p.Leu209del",
"transcript": "ENST00000857204.1",
"protein_id": "ENSP00000527264.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 293,
"cds_start": 627,
"cds_end": null,
"cds_length": 882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857204.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.621_623delATT",
"hgvs_p": "p.Leu207del",
"transcript": "ENST00000681016.1",
"protein_id": "ENSP00000505412.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 291,
"cds_start": 621,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681016.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.621_623delATT",
"hgvs_p": "p.Leu207del",
"transcript": "ENST00000681893.1",
"protein_id": "ENSP00000506235.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 291,
"cds_start": 621,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681893.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.606_608delATT",
"hgvs_p": "p.Leu202del",
"transcript": "ENST00000679837.1",
"protein_id": "ENSP00000505491.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 286,
"cds_start": 606,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679837.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.546_548delATT",
"hgvs_p": "p.Leu182del",
"transcript": "ENST00000857207.1",
"protein_id": "ENSP00000527266.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 266,
"cds_start": 546,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857207.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.720_722delATT",
"hgvs_p": "p.Leu240del",
"transcript": "ENST00000681763.1",
"protein_id": "ENSP00000506186.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 259,
"cds_start": 720,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681763.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.501_503delATT",
"hgvs_p": "p.Leu167del",
"transcript": "ENST00000679673.1",
"protein_id": "ENSP00000505408.1",
"transcript_support_level": null,
"aa_start": 167,
"aa_end": null,
"aa_length": 251,
"cds_start": 501,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679673.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.387_389delATT",
"hgvs_p": "p.Leu129del",
"transcript": "ENST00000939859.1",
"protein_id": "ENSP00000609918.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 213,
"cds_start": 387,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939859.1"
},
{
"aa_ref": "LF",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.531_533delATT",
"hgvs_p": "p.Leu177del",
"transcript": "XM_047430283.1",
"protein_id": "XP_047286239.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 261,
"cds_start": 531,
"cds_end": null,
"cds_length": 786,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430283.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "c.507+6349_507+6351delATT",
"hgvs_p": null,
"transcript": "ENST00000680012.1",
"protein_id": "ENSP00000504993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680012.1"
},
{
"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": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.484_486delATT",
"hgvs_p": null,
"transcript": "ENST00000460230.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000460230.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.937_939delATT",
"hgvs_p": null,
"transcript": "ENST00000496689.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": "pseudogene",
"feature": "ENST00000496689.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.1297_1299delATT",
"hgvs_p": null,
"transcript": "ENST00000679760.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000679760.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.946_948delATT",
"hgvs_p": null,
"transcript": "ENST00000680127.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680127.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*576_*578delATT",
"hgvs_p": null,
"transcript": "ENST00000680795.1",
"protein_id": "ENSP00000506082.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": "ENST00000680795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*163_*165delATT",
"hgvs_p": null,
"transcript": "ENST00000680949.1",
"protein_id": "ENSP00000506156.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": "ENST00000680949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*433_*435delATT",
"hgvs_p": null,
"transcript": "ENST00000681043.1",
"protein_id": "ENSP00000504940.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": "ENST00000681043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.2424_2426delATT",
"hgvs_p": null,
"transcript": "ENST00000681110.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681110.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.2430_2432delATT",
"hgvs_p": null,
"transcript": "ENST00000681151.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681151.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*540_*542delATT",
"hgvs_p": null,
"transcript": "ENST00000681214.1",
"protein_id": "ENSP00000506093.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": "ENST00000681214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.1121_1123delATT",
"hgvs_p": null,
"transcript": "ENST00000681553.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*163_*165delATT",
"hgvs_p": null,
"transcript": "ENST00000681581.1",
"protein_id": "ENSP00000506204.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": "ENST00000681581.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.896_898delATT",
"hgvs_p": null,
"transcript": "XR_007063678.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_007063678.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*576_*578delATT",
"hgvs_p": null,
"transcript": "ENST00000680795.1",
"protein_id": "ENSP00000506082.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": "ENST00000680795.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*163_*165delATT",
"hgvs_p": null,
"transcript": "ENST00000680949.1",
"protein_id": "ENSP00000506156.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": "ENST00000680949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*433_*435delATT",
"hgvs_p": null,
"transcript": "ENST00000681043.1",
"protein_id": "ENSP00000504940.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": "ENST00000681043.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*540_*542delATT",
"hgvs_p": null,
"transcript": "ENST00000681214.1",
"protein_id": "ENSP00000506093.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": "ENST00000681214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.*163_*165delATT",
"hgvs_p": null,
"transcript": "ENST00000681581.1",
"protein_id": "ENSP00000506204.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": "ENST00000681581.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.621+6349_621+6351delATT",
"hgvs_p": null,
"transcript": "ENST00000680488.1",
"protein_id": "ENSP00000505795.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": "ENST00000680488.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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"hgvs_c": "n.562-13029_562-13027delATT",
"hgvs_p": null,
"transcript": "ENST00000681208.1",
"protein_id": "ENSP00000504947.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": "ENST00000681208.1"
}
],
"gene_symbol": "ALG5",
"gene_hgnc_id": 20266,
"dbsnp": null,
"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.009999999776482582,
"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": 9.297,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": "NM_013338.5",
"gene_symbol": "ALG5",
"hgnc_id": 20266,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.720_722delATT",
"hgvs_p": "p.Leu240del"
}
],
"clinvar_disease": "Polycystic kidney disease 7",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Polycystic kidney disease 7",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}