← 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: 6-35067023-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=35067023&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 35067023,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_015245.3",
"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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "NM_015245.3",
"protein_id": "NP_056060.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360359.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015245.3"
},
{
"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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000360359.5",
"protein_id": "ENSP00000353518.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1134,
"cds_start": null,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015245.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360359.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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000649117.1",
"protein_id": "ENSP00000497393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1194,
"cds_start": null,
"cds_end": null,
"cds_length": 3585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649117.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": 25,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922348.1",
"protein_id": "ENSP00000592407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1167,
"cds_start": null,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922348.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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2277+6677G>A",
"hgvs_p": null,
"transcript": "ENST00000922349.1",
"protein_id": "ENSP00000592408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": null,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922349.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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922344.1",
"protein_id": "ENSP00000592403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1135,
"cds_start": null,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922344.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": 23,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000863285.1",
"protein_id": "ENSP00000533344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1110,
"cds_start": null,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863285.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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2103+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922345.1",
"protein_id": "ENSP00000592404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1108,
"cds_start": null,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922345.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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2103+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922343.1",
"protein_id": "ENSP00000592402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1107,
"cds_start": null,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922343.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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2103+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000863286.1",
"protein_id": "ENSP00000533345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1105,
"cds_start": null,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863286.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": 22,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2011-11535G>A",
"hgvs_p": null,
"transcript": "ENST00000968231.1",
"protein_id": "ENSP00000638290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1076,
"cds_start": null,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968231.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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.1887+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922350.1",
"protein_id": "ENSP00000592409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1035,
"cds_start": null,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922350.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": 25,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.1698+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922347.1",
"protein_id": "ENSP00000592406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922347.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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.1698+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922342.1",
"protein_id": "ENSP00000592401.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 972,
"cds_start": null,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922342.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": 23,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.1617+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000922346.1",
"protein_id": "ENSP00000592405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 945,
"cds_start": null,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922346.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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.282+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000698906.1",
"protein_id": "ENSP00000514021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 500,
"cds_start": null,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698906.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": 1,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.216+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000698907.1",
"protein_id": "ENSP00000514022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698907.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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.144+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000698908.1",
"protein_id": "ENSP00000514023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 454,
"cds_start": null,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698908.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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_011514431.4",
"protein_id": "XP_011512733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1166,
"cds_start": null,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514431.4"
},
{
"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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_011514432.4",
"protein_id": "XP_011512734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1165,
"cds_start": null,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514432.4"
},
{
"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": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_011514433.2",
"protein_id": "XP_011512735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1162,
"cds_start": null,
"cds_end": null,
"cds_length": 3489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514433.2"
},
{
"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": 24,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_024446383.2",
"protein_id": "XP_024302151.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1161,
"cds_start": null,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446383.2"
},
{
"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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_006715036.3",
"protein_id": "XP_006715099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1156,
"cds_start": null,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715036.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": 25,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2247+6770G>A",
"hgvs_p": null,
"transcript": "XM_005248964.4",
"protein_id": "XP_005249021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1155,
"cds_start": null,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248964.4"
},
{
"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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "XM_011514434.4",
"protein_id": "XP_011512736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": null,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514434.4"
},
{
"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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "XM_011514435.4",
"protein_id": "XP_011512737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1144,
"cds_start": null,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514435.4"
},
{
"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": 24,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null,
"transcript": "XM_047418491.1",
"protein_id": "XP_047274447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1135,
"cds_start": null,
"cds_end": null,
"cds_length": 3408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418491.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": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.561+6770G>A",
"hgvs_p": null,
"transcript": "XM_047418492.1",
"protein_id": "XP_047274448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 594,
"cds_start": null,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418492.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": 4,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "c.561+6770G>A",
"hgvs_p": null,
"transcript": "XM_017010593.2",
"protein_id": "XP_016866082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010593.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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"hgvs_c": "n.537+6770G>A",
"hgvs_p": null,
"transcript": "ENST00000470698.1",
"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": "ENST00000470698.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": "ENSG00000299947",
"gene_hgnc_id": null,
"hgvs_c": "n.110+1691C>T",
"hgvs_p": null,
"transcript": "ENST00000767622.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": "ENST00000767622.1"
}
],
"gene_symbol": "ANKS1A",
"gene_hgnc_id": 20961,
"dbsnp": "rs17609940",
"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": -0.9800000190734863,
"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.98,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.693,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_015245.3",
"gene_symbol": "ANKS1A",
"hgnc_id": 20961,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2184+6770G>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000767622.1",
"gene_symbol": "ENSG00000299947",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.110+1691C>T",
"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
}