← 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: 15-68214328-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=68214328&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 68214328,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000249806.11",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.259A>G",
"hgvs_p": "p.Met87Val",
"transcript": "NM_017882.3",
"protein_id": "NP_060352.1",
"transcript_support_level": null,
"aa_start": 87,
"aa_end": null,
"aa_length": 311,
"cds_start": 259,
"cds_end": null,
"cds_length": 936,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 2228,
"mane_select": "ENST00000249806.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.259A>G",
"hgvs_p": "p.Met87Val",
"transcript": "ENST00000249806.11",
"protein_id": "ENSP00000249806.5",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 311,
"cds_start": 259,
"cds_end": null,
"cds_length": 936,
"cdna_start": 403,
"cdna_end": null,
"cdna_length": 2228,
"mane_select": "NM_017882.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.259A>G",
"hgvs_p": "p.Met87Val",
"transcript": "ENST00000566347.5",
"protein_id": "ENSP00000457783.1",
"transcript_support_level": 1,
"aa_start": 87,
"aa_end": null,
"aa_length": 248,
"cds_start": 259,
"cds_end": null,
"cds_length": 747,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 981,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.259A>G",
"hgvs_p": null,
"transcript": "ENST00000638076.1",
"protein_id": "ENSP00000490373.1",
"transcript_support_level": 1,
"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": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.199-2465A>G",
"hgvs_p": null,
"transcript": "ENST00000637667.1",
"protein_id": "ENSP00000489843.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": -4,
"cds_end": null,
"cds_length": 755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260007",
"gene_hgnc_id": null,
"hgvs_c": "c.83+15174A>G",
"hgvs_p": null,
"transcript": "ENST00000562767.2",
"protein_id": "ENSP00000456336.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3389,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Met119Val",
"transcript": "NM_001411068.1",
"protein_id": "NP_001397997.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 343,
"cds_start": 355,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.355A>G",
"hgvs_p": "p.Met119Val",
"transcript": "ENST00000538696.5",
"protein_id": "ENSP00000445770.1",
"transcript_support_level": 2,
"aa_start": 119,
"aa_end": null,
"aa_length": 343,
"cds_start": 355,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 593,
"cdna_end": null,
"cdna_length": 1343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.259A>G",
"hgvs_p": "p.Met87Val",
"transcript": "ENST00000564752.1",
"protein_id": "ENSP00000457822.1",
"transcript_support_level": 3,
"aa_start": 87,
"aa_end": null,
"aa_length": 213,
"cds_start": 259,
"cds_end": null,
"cds_length": 642,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.144A>G",
"hgvs_p": "p.Thr48Thr",
"transcript": "ENST00000636314.1",
"protein_id": "ENSP00000490295.1",
"transcript_support_level": 3,
"aa_start": 48,
"aa_end": null,
"aa_length": 103,
"cds_start": 144,
"cds_end": null,
"cds_length": 312,
"cdna_start": 260,
"cdna_end": null,
"cdna_length": 442,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.101A>G",
"hgvs_p": null,
"transcript": "ENST00000563917.2",
"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": 557,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.691A>G",
"hgvs_p": null,
"transcript": "ENST00000564846.1",
"protein_id": null,
"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": 1762,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.259A>G",
"hgvs_p": null,
"transcript": "ENST00000567060.5",
"protein_id": "ENSP00000454818.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": 945,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.*162A>G",
"hgvs_p": null,
"transcript": "ENST00000635747.1",
"protein_id": "ENSP00000490627.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": 1181,
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.1281A>G",
"hgvs_p": null,
"transcript": "ENST00000635754.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": 1441,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.391A>G",
"hgvs_p": null,
"transcript": "ENST00000636020.1",
"protein_id": null,
"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": 894,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.259A>G",
"hgvs_p": null,
"transcript": "ENST00000636212.1",
"protein_id": "ENSP00000489851.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": 1053,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.*162A>G",
"hgvs_p": null,
"transcript": "ENST00000637223.1",
"protein_id": "ENSP00000490010.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": 652,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.169A>G",
"hgvs_p": null,
"transcript": "ENST00000637329.1",
"protein_id": "ENSP00000489649.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": 1204,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.144A>G",
"hgvs_p": null,
"transcript": "ENST00000637450.1",
"protein_id": "ENSP00000490204.1",
"transcript_support_level": 3,
"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": 868,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.184A>G",
"hgvs_p": null,
"transcript": "ENST00000637823.1",
"protein_id": "ENSP00000490011.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": 717,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.91A>G",
"hgvs_p": null,
"transcript": "ENST00000638144.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.*162A>G",
"hgvs_p": null,
"transcript": "ENST00000635747.1",
"protein_id": "ENSP00000490627.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": 1181,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "n.*162A>G",
"hgvs_p": null,
"transcript": "ENST00000637223.1",
"protein_id": "ENSP00000490010.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": 652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.199-3010A>G",
"hgvs_p": null,
"transcript": "ENST00000637494.1",
"protein_id": "ENSP00000490057.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 215,
"cds_start": -4,
"cds_end": null,
"cds_length": 648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"hgvs_c": "c.84-4569A>G",
"hgvs_p": null,
"transcript": "ENST00000565471.6",
"protein_id": "ENSP00000457384.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 158,
"cds_start": -4,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260007",
"gene_hgnc_id": null,
"hgvs_c": "n.198+4208A>G",
"hgvs_p": null,
"transcript": "ENST00000637054.1",
"protein_id": "ENSP00000490807.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": 3238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260007",
"gene_hgnc_id": null,
"hgvs_c": "n.198+4208A>G",
"hgvs_p": null,
"transcript": "ENST00000637888.1",
"protein_id": "ENSP00000490546.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": 2941,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260007",
"gene_hgnc_id": null,
"hgvs_c": "n.36+4208A>G",
"hgvs_p": null,
"transcript": "ENST00000646164.1",
"protein_id": "ENSP00000495436.1",
"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": 279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLN6",
"gene_hgnc_id": 2077,
"dbsnp": "rs532180601",
"frequency_reference_population": 0.000025403104,
"hom_count_reference_population": 0,
"allele_count_reference_population": 41,
"gnomad_exomes_af": 0.0000246278,
"gnomad_genomes_af": 0.0000328485,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8404102325439453,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.814,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.787,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000249806.11",
"gene_symbol": "CLN6",
"hgnc_id": 2077,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.259A>G",
"hgvs_p": "p.Met87Val"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000562767.2",
"gene_symbol": "ENSG00000260007",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.83+15174A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Neuronal ceroid lipofuscinosis,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Neuronal ceroid lipofuscinosis|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}