← 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: 11-120818410-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=120818410&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 120818410,
"ref": "A",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_014619.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_014619.5",
"protein_id": "NP_055434.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000527524.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014619.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000527524.8",
"protein_id": "ENSP00000435648.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014619.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527524.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000438375.2",
"protein_id": "ENSP00000404063.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000438375.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "n.744-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000533291.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000533291.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001282470.3",
"protein_id": "NP_001269399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282470.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440402.1",
"protein_id": "NP_001427331.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440402.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000638419.1",
"protein_id": "ENSP00000492086.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903025.1",
"protein_id": "ENSP00000573084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 956,
"cds_start": null,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903025.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903026.1",
"protein_id": "ENSP00000573085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000924999.1",
"protein_id": "ENSP00000595058.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903030.1",
"protein_id": "ENSP00000573089.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903030.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903031.1",
"protein_id": "ENSP00000573090.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903031.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000924997.1",
"protein_id": "ENSP00000595056.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924997.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000924998.1",
"protein_id": "ENSP00000595057.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 938,
"cds_start": null,
"cds_end": null,
"cds_length": 2817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924998.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903027.1",
"protein_id": "ENSP00000573086.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 920,
"cds_start": null,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903027.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440403.1",
"protein_id": "NP_001427332.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903024.1",
"protein_id": "ENSP00000573083.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903024.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903029.1",
"protein_id": "ENSP00000573088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903029.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903032.1",
"protein_id": "ENSP00000573091.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903032.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903033.1",
"protein_id": "ENSP00000573092.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 902,
"cds_start": null,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903033.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.181-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000970114.1",
"protein_id": "ENSP00000640173.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 901,
"cds_start": null,
"cds_end": null,
"cds_length": 2706,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970114.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440404.1",
"protein_id": "NP_001427333.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440404.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440405.1",
"protein_id": "NP_001427334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440405.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440406.1",
"protein_id": "NP_001427335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440406.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903028.1",
"protein_id": "ENSP00000573087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 898,
"cds_start": null,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903028.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000903034.1",
"protein_id": "ENSP00000573093.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": null,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903034.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "ENST00000970115.1",
"protein_id": "ENSP00000640174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970115.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440407.1",
"protein_id": "NP_001427336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 852,
"cds_start": null,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440407.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001282473.3",
"protein_id": "NP_001269402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282473.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440408.1",
"protein_id": "NP_001427337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440408.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440409.1",
"protein_id": "NP_001427338.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440409.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.181-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440410.1",
"protein_id": "NP_001427339.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440410.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440411.1",
"protein_id": "NP_001427340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440412.1",
"protein_id": "NP_001427341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440412.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440413.1",
"protein_id": "NP_001427342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440414.1",
"protein_id": "NP_001427343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440414.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440415.1",
"protein_id": "NP_001427344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440415.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440416.1",
"protein_id": "NP_001427345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": null,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440416.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440417.1",
"protein_id": "NP_001427346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": null,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440418.1",
"protein_id": "NP_001427347.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": null,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440418.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "NM_001440419.1",
"protein_id": "NP_001427348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": null,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null,
"transcript": "XM_017017622.3",
"protein_id": "XP_016873111.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": null,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017017622.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306735",
"gene_hgnc_id": null,
"hgvs_c": "n.127+1305T>G",
"hgvs_p": null,
"transcript": "ENST00000820563.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": "ENST00000820563.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306735",
"gene_hgnc_id": null,
"hgvs_c": "n.87+714T>G",
"hgvs_p": null,
"transcript": "ENST00000820564.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": "ENST00000820564.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306735",
"gene_hgnc_id": null,
"hgvs_c": "n.156+383T>G",
"hgvs_p": null,
"transcript": "ENST00000820565.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": "ENST00000820565.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306735",
"gene_hgnc_id": null,
"hgvs_c": "n.60+714T>G",
"hgvs_p": null,
"transcript": "ENST00000820568.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": "ENST00000820568.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105369532",
"gene_hgnc_id": null,
"hgvs_c": "n.155+551T>G",
"hgvs_p": null,
"transcript": "NR_133008.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_133008.1"
}
],
"gene_symbol": "GRIK4",
"gene_hgnc_id": 4582,
"dbsnp": "rs4935752",
"frequency_reference_population": 0.29180908,
"hom_count_reference_population": 7412,
"allele_count_reference_population": 44397,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.291809,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 44397,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 7412,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8700000047683716,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.87,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.65,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_014619.5",
"gene_symbol": "GRIK4",
"hgnc_id": 4582,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.346-1345A>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NR_133008.1",
"gene_symbol": "LOC105369532",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.155+551T>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000820563.1",
"gene_symbol": "ENSG00000306735",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.127+1305T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}