← 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: 9-677020-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=677020&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 677020,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_015158.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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_015158.5",
"protein_id": "NP_055973.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5070,
"mane_select": "ENST00000382297.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000382297.7",
"protein_id": "ENSP00000371734.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5070,
"mane_select": "NM_015158.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000382303.5",
"protein_id": "ENSP00000371740.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000382289.7",
"protein_id": "ENSP00000371726.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 465,
"cds_start": -4,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.-460G>A",
"hgvs_p": null,
"transcript": "NM_001354333.2",
"protein_id": "NP_001341262.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1194,
"cds_start": -4,
"cds_end": null,
"cds_length": 3585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5103,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000619269.5",
"protein_id": "ENSP00000477725.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1375,
"cds_start": -4,
"cds_end": null,
"cds_length": 4128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001256876.3",
"protein_id": "NP_001243805.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001256877.3",
"protein_id": "NP_001243806.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001354334.2",
"protein_id": "NP_001341263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001438412.1",
"protein_id": "NP_001425341.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000674102.1",
"protein_id": "ENSP00000501167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000685947.1",
"protein_id": "ENSP00000508833.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000689779.1",
"protein_id": "ENSP00000508451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001354332.2",
"protein_id": "NP_001341261.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5016,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "NM_001354331.2",
"protein_id": "NP_001341260.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000689926.1",
"protein_id": "ENSP00000510088.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "ENST00000691319.1",
"protein_id": "ENSP00000509034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "n.172+11G>A",
"hgvs_p": null,
"transcript": "ENST00000354485.5",
"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": 6912,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227914",
"gene_hgnc_id": 58139,
"hgvs_c": "n.219-2641C>T",
"hgvs_p": null,
"transcript": "ENST00000421645.2",
"protein_id": null,
"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": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "n.173+11G>A",
"hgvs_p": null,
"transcript": "ENST00000489369.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7193,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227914",
"gene_hgnc_id": 58139,
"hgvs_c": "n.87+522C>T",
"hgvs_p": null,
"transcript": "ENST00000608097.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": 343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "n.173+11G>A",
"hgvs_p": null,
"transcript": "ENST00000692130.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6168,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1-AS1",
"gene_hgnc_id": 58139,
"hgvs_c": "n.219-2641C>T",
"hgvs_p": null,
"transcript": "NR_198989.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_024447463.2",
"protein_id": "XP_024303231.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_024447466.2",
"protein_id": "XP_024303234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_024447467.2",
"protein_id": "XP_024303235.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423040.1",
"protein_id": "XP_047278996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423041.1",
"protein_id": "XP_047278997.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423042.1",
"protein_id": "XP_047278998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423043.1",
"protein_id": "XP_047278999.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423044.1",
"protein_id": "XP_047279000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423045.1",
"protein_id": "XP_047279001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423046.1",
"protein_id": "XP_047279002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423047.1",
"protein_id": "XP_047279003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423048.1",
"protein_id": "XP_047279004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423049.1",
"protein_id": "XP_047279005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423050.1",
"protein_id": "XP_047279006.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423051.1",
"protein_id": "XP_047279007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423052.1",
"protein_id": "XP_047279008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423053.1",
"protein_id": "XP_047279009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423054.1",
"protein_id": "XP_047279010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423055.1",
"protein_id": "XP_047279011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423056.1",
"protein_id": "XP_047279012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423057.1",
"protein_id": "XP_047279013.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1352,
"cds_start": -4,
"cds_end": null,
"cds_length": 4059,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423058.1",
"protein_id": "XP_047279014.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423059.1",
"protein_id": "XP_047279015.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423060.1",
"protein_id": "XP_047279016.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423061.1",
"protein_id": "XP_047279017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423062.1",
"protein_id": "XP_047279018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423063.1",
"protein_id": "XP_047279019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423064.1",
"protein_id": "XP_047279020.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423065.1",
"protein_id": "XP_047279021.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1334,
"cds_start": -4,
"cds_end": null,
"cds_length": 4005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423066.1",
"protein_id": "XP_047279022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423067.1",
"protein_id": "XP_047279023.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6624,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423068.1",
"protein_id": "XP_047279024.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4990,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423069.1",
"protein_id": "XP_047279025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423070.1",
"protein_id": "XP_047279026.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1272,
"cds_start": -4,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423071.1",
"protein_id": "XP_047279027.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1254,
"cds_start": -4,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423072.1",
"protein_id": "XP_047279028.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1254,
"cds_start": -4,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4973,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"hgvs_c": "c.37+11G>A",
"hgvs_p": null,
"transcript": "XM_047423073.1",
"protein_id": "XP_047279029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1254,
"cds_start": -4,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KANK1",
"gene_hgnc_id": 19309,
"dbsnp": "rs755648219",
"frequency_reference_population": 0.0000013696848,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136968,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7900000214576721,
"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.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.177,
"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_015158.5",
"gene_symbol": "KANK1",
"hgnc_id": 19309,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.37+11G>A",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000421645.2",
"gene_symbol": "ENSG00000227914",
"hgnc_id": 58139,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.219-2641C>T",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_198989.1",
"gene_symbol": "KANK1-AS1",
"hgnc_id": 58139,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.219-2641C>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
}