← 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-105615366-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=105615366&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 105615366,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006731.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "NM_001079802.2",
"protein_id": "NP_001073270.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357998.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079802.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000357998.10",
"protein_id": "ENSP00000350687.6",
"transcript_support_level": 5,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001079802.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357998.10"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000223528.6",
"protein_id": "ENSP00000223528.2",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000223528.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*907A>T",
"hgvs_p": null,
"transcript": "ENST00000602526.1",
"protein_id": "ENSP00000473347.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000602526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*477A>T",
"hgvs_p": null,
"transcript": "ENST00000602661.6",
"protein_id": "ENSP00000473540.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000602661.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*907A>T",
"hgvs_p": null,
"transcript": "ENST00000602526.1",
"protein_id": "ENSP00000473347.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000602526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*477A>T",
"hgvs_p": null,
"transcript": "ENST00000602661.6",
"protein_id": "ENSP00000473540.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000602661.6"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.953A>T",
"hgvs_p": "p.Lys318Ile",
"transcript": "ENST00000922141.1",
"protein_id": "ENSP00000592200.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 489,
"cds_start": 953,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922141.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "NM_001351496.2",
"protein_id": "NP_001338425.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351496.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "NM_006731.2",
"protein_id": "NP_006722.2",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006731.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000906332.1",
"protein_id": "ENSP00000576391.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906332.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000906335.1",
"protein_id": "ENSP00000576394.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906335.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000906336.1",
"protein_id": "ENSP00000576395.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906336.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000906337.1",
"protein_id": "ENSP00000576396.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906337.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000922138.1",
"protein_id": "ENSP00000592197.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922138.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000922139.1",
"protein_id": "ENSP00000592198.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922139.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000922140.1",
"protein_id": "ENSP00000592199.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922140.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000922142.1",
"protein_id": "ENSP00000592201.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922142.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000967515.1",
"protein_id": "ENSP00000637574.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967515.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.Lys289Ile",
"transcript": "ENST00000906334.1",
"protein_id": "ENSP00000576393.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 460,
"cds_start": 866,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906334.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000676310.1",
"protein_id": "ENSP00000501585.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 450,
"cds_start": 869,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676310.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000674633.1",
"protein_id": "ENSP00000502164.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 448,
"cds_start": 869,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674633.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.800A>T",
"hgvs_p": "p.Lys267Ile",
"transcript": "NM_001351497.2",
"protein_id": "NP_001338426.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 438,
"cds_start": 800,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351497.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "NM_001198963.2",
"protein_id": "NP_001185892.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 430,
"cds_start": 869,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001198963.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000448551.6",
"protein_id": "ENSP00000399140.2",
"transcript_support_level": 2,
"aa_start": 290,
"aa_end": null,
"aa_length": 430,
"cds_start": 869,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448551.6"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "NM_001351498.2",
"protein_id": "NP_001338427.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 412,
"cds_start": 869,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351498.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "ENST00000675668.1",
"protein_id": "ENSP00000502113.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 405,
"cds_start": 869,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675668.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.473A>T",
"hgvs_p": "p.Lys158Ile",
"transcript": "NM_001351499.2",
"protein_id": "NP_001338428.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 329,
"cds_start": 473,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351499.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.473A>T",
"hgvs_p": "p.Lys158Ile",
"transcript": "NM_001351500.2",
"protein_id": "NP_001338429.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 329,
"cds_start": 473,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351500.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.473A>T",
"hgvs_p": "p.Lys158Ile",
"transcript": "NM_001351501.2",
"protein_id": "NP_001338430.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 329,
"cds_start": 473,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351501.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.473A>T",
"hgvs_p": "p.Lys158Ile",
"transcript": "NM_001351502.2",
"protein_id": "NP_001338431.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 329,
"cds_start": 473,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351502.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_011518368.3",
"protein_id": "XP_011516670.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518368.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_011518369.3",
"protein_id": "XP_011516671.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518369.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_011518373.3",
"protein_id": "XP_011516675.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518373.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_011518374.3",
"protein_id": "XP_011516676.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518374.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_017014462.2",
"protein_id": "XP_016869951.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014462.2"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422967.1",
"protein_id": "XP_047278923.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422967.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422968.1",
"protein_id": "XP_047278924.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422968.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422969.1",
"protein_id": "XP_047278925.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422969.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422970.1",
"protein_id": "XP_047278926.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 488,
"cds_start": 869,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422970.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422971.1",
"protein_id": "XP_047278927.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 472,
"cds_start": 869,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422971.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422972.1",
"protein_id": "XP_047278928.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 472,
"cds_start": 869,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422972.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.800A>T",
"hgvs_p": "p.Lys267Ile",
"transcript": "XM_011518379.3",
"protein_id": "XP_011516681.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 465,
"cds_start": 800,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518379.3"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422973.1",
"protein_id": "XP_047278929.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422973.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422974.1",
"protein_id": "XP_047278930.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422974.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422975.1",
"protein_id": "XP_047278931.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422975.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422976.1",
"protein_id": "XP_047278932.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422976.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422977.1",
"protein_id": "XP_047278933.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422977.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422978.1",
"protein_id": "XP_047278934.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422978.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422979.1",
"protein_id": "XP_047278935.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422979.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422980.1",
"protein_id": "XP_047278936.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 461,
"cds_start": 869,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422980.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.800A>T",
"hgvs_p": "p.Lys267Ile",
"transcript": "XM_047422981.1",
"protein_id": "XP_047278937.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 438,
"cds_start": 800,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422981.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.683A>T",
"hgvs_p": "p.Lys228Ile",
"transcript": "XM_047422982.1",
"protein_id": "XP_047278938.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 426,
"cds_start": 683,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422982.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.683A>T",
"hgvs_p": "p.Lys228Ile",
"transcript": "XM_047422983.1",
"protein_id": "XP_047278939.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 426,
"cds_start": 683,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422983.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422984.1",
"protein_id": "XP_047278940.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 412,
"cds_start": 869,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422984.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422985.1",
"protein_id": "XP_047278941.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 412,
"cds_start": 869,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422985.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422986.1",
"protein_id": "XP_047278942.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 412,
"cds_start": 869,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422986.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422987.1",
"protein_id": "XP_047278943.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 412,
"cds_start": 869,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422987.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422988.1",
"protein_id": "XP_047278944.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 396,
"cds_start": 869,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422988.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422989.1",
"protein_id": "XP_047278945.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 396,
"cds_start": 869,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422989.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422994.1",
"protein_id": "XP_047278950.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 370,
"cds_start": 869,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422994.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422995.1",
"protein_id": "XP_047278951.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 370,
"cds_start": 869,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422995.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422996.1",
"protein_id": "XP_047278952.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 370,
"cds_start": 869,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422996.1"
},
{
"aa_ref": "K",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile",
"transcript": "XM_047422997.1",
"protein_id": "XP_047278953.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 370,
"cds_start": 869,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422997.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": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "ENST00000906333.1",
"protein_id": "ENSP00000576392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906333.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": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "ENST00000922137.1",
"protein_id": "ENSP00000592196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922137.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": 6,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "XM_017014475.2",
"protein_id": "XP_016869964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 400,
"cds_start": null,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014475.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": 9,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "XM_047422990.1",
"protein_id": "XP_047278946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 384,
"cds_start": null,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422990.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": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "XM_047422991.1",
"protein_id": "XP_047278947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422991.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": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "XM_047422992.1",
"protein_id": "XP_047278948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422992.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": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.781-4568A>T",
"hgvs_p": null,
"transcript": "XM_047422993.1",
"protein_id": "XP_047278949.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422993.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": 6,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_006717014.3",
"protein_id": "XP_006717077.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717014.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_011518391.3",
"protein_id": "XP_011516693.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518391.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_047422998.1",
"protein_id": "XP_047278954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422998.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": 8,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_047422999.1",
"protein_id": "XP_047278955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422999.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": 7,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_047423000.1",
"protein_id": "XP_047278956.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423000.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": 8,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_047423001.1",
"protein_id": "XP_047278957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423001.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": 8,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.780+7415A>T",
"hgvs_p": null,
"transcript": "XM_047423002.1",
"protein_id": "XP_047278958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 816,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423002.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.869A>T",
"hgvs_p": null,
"transcript": "ENST00000642177.1",
"protein_id": "ENSP00000495864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*731A>T",
"hgvs_p": null,
"transcript": "ENST00000642537.1",
"protein_id": "ENSP00000495945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642537.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*992A>T",
"hgvs_p": null,
"transcript": "ENST00000642644.1",
"protein_id": "ENSP00000494674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642644.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*867A>T",
"hgvs_p": null,
"transcript": "ENST00000642952.1",
"protein_id": "ENSP00000493886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642952.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*867A>T",
"hgvs_p": null,
"transcript": "ENST00000645933.1",
"protein_id": "ENSP00000495852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.869A>T",
"hgvs_p": null,
"transcript": "ENST00000674563.1",
"protein_id": "ENSP00000502153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000674563.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*477A>T",
"hgvs_p": null,
"transcript": "ENST00000675736.1",
"protein_id": "ENSP00000502809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675736.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.2033A>T",
"hgvs_p": null,
"transcript": "ENST00000676011.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000676011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*676A>T",
"hgvs_p": null,
"transcript": "ENST00000676371.1",
"protein_id": "ENSP00000501556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000676371.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.992A>T",
"hgvs_p": null,
"transcript": "NR_147214.2",
"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_147214.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*731A>T",
"hgvs_p": null,
"transcript": "ENST00000642537.1",
"protein_id": "ENSP00000495945.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642537.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*992A>T",
"hgvs_p": null,
"transcript": "ENST00000642644.1",
"protein_id": "ENSP00000494674.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642644.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*867A>T",
"hgvs_p": null,
"transcript": "ENST00000642952.1",
"protein_id": "ENSP00000493886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000642952.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*867A>T",
"hgvs_p": null,
"transcript": "ENST00000645933.1",
"protein_id": "ENSP00000495852.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000645933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*477A>T",
"hgvs_p": null,
"transcript": "ENST00000675736.1",
"protein_id": "ENSP00000502809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675736.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*676A>T",
"hgvs_p": null,
"transcript": "ENST00000676371.1",
"protein_id": "ENSP00000501556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000676371.1"
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.781-4568A>T",
"hgvs_p": null,
"transcript": "ENST00000675695.1",
"protein_id": "ENSP00000502460.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000675695.1"
},
{
"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": 10,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.996-4568A>T",
"hgvs_p": null,
"transcript": "NR_147213.2",
"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_147213.2"
}
],
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"dbsnp": "rs755092516",
"frequency_reference_population": 0.000050807466,
"hom_count_reference_population": 0,
"allele_count_reference_population": 82,
"gnomad_exomes_af": 0.0000506243,
"gnomad_genomes_af": 0.0000525673,
"gnomad_exomes_ac": 74,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.031384438276290894,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.305,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1377,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.812,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_006731.2",
"gene_symbol": "FKTN",
"hgnc_id": 3622,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.869A>T",
"hgvs_p": "p.Lys290Ile"
}
],
"clinvar_disease": "Cardiovascular phenotype,FKTN-related disorder,Hypertrophic cardiomyopathy,Walker-Warburg congenital muscular dystrophy,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:3",
"phenotype_combined": "not provided|Hypertrophic cardiomyopathy|not specified|Walker-Warburg congenital muscular dystrophy|Cardiovascular phenotype|FKTN-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}