← 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-105607937-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=105607937&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 105607937,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_006731.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "NM_001079802.2",
"protein_id": "NP_001073270.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000357998.10",
"protein_id": "ENSP00000350687.6",
"transcript_support_level": 5,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000223528.6",
"protein_id": "ENSP00000223528.2",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": 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.*804C>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": 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.*374C>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": 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.*804C>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": 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.*374C>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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.850C>T",
"hgvs_p": "p.Arg284*",
"transcript": "ENST00000922141.1",
"protein_id": "ENSP00000592200.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 489,
"cds_start": 850,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "NM_001351496.2",
"protein_id": "NP_001338425.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "NM_006731.2",
"protein_id": "NP_006722.2",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906332.1",
"protein_id": "ENSP00000576391.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906335.1",
"protein_id": "ENSP00000576394.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906336.1",
"protein_id": "ENSP00000576395.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906337.1",
"protein_id": "ENSP00000576396.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000922138.1",
"protein_id": "ENSP00000592197.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000922139.1",
"protein_id": "ENSP00000592198.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000922140.1",
"protein_id": "ENSP00000592199.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000922142.1",
"protein_id": "ENSP00000592201.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000967515.1",
"protein_id": "ENSP00000637574.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906334.1",
"protein_id": "ENSP00000576393.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 460,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000676310.1",
"protein_id": "ENSP00000501585.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 450,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000674633.1",
"protein_id": "ENSP00000502164.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 448,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.697C>T",
"hgvs_p": "p.Arg233*",
"transcript": "NM_001351497.2",
"protein_id": "NP_001338426.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 438,
"cds_start": 697,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "NM_001198963.2",
"protein_id": "NP_001185892.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 430,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000448551.6",
"protein_id": "ENSP00000399140.2",
"transcript_support_level": 2,
"aa_start": 256,
"aa_end": null,
"aa_length": 430,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "NM_001351498.2",
"protein_id": "NP_001338427.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 412,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000675668.1",
"protein_id": "ENSP00000502113.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 405,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000906333.1",
"protein_id": "ENSP00000576392.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "ENST00000922137.1",
"protein_id": "ENSP00000592196.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.370C>T",
"hgvs_p": "p.Arg124*",
"transcript": "NM_001351499.2",
"protein_id": "NP_001338428.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 329,
"cds_start": 370,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.370C>T",
"hgvs_p": "p.Arg124*",
"transcript": "NM_001351500.2",
"protein_id": "NP_001338429.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 329,
"cds_start": 370,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.370C>T",
"hgvs_p": "p.Arg124*",
"transcript": "NM_001351501.2",
"protein_id": "NP_001338430.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 329,
"cds_start": 370,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.370C>T",
"hgvs_p": "p.Arg124*",
"transcript": "NM_001351502.2",
"protein_id": "NP_001338431.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 329,
"cds_start": 370,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_011518368.3",
"protein_id": "XP_011516670.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_011518369.3",
"protein_id": "XP_011516671.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_011518373.3",
"protein_id": "XP_011516675.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_011518374.3",
"protein_id": "XP_011516676.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_017014462.2",
"protein_id": "XP_016869951.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422967.1",
"protein_id": "XP_047278923.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422968.1",
"protein_id": "XP_047278924.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422969.1",
"protein_id": "XP_047278925.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422970.1",
"protein_id": "XP_047278926.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 488,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422971.1",
"protein_id": "XP_047278927.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 472,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422972.1",
"protein_id": "XP_047278928.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 472,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.697C>T",
"hgvs_p": "p.Arg233*",
"transcript": "XM_011518379.3",
"protein_id": "XP_011516681.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 465,
"cds_start": 697,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422973.1",
"protein_id": "XP_047278929.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422974.1",
"protein_id": "XP_047278930.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422975.1",
"protein_id": "XP_047278931.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422976.1",
"protein_id": "XP_047278932.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422977.1",
"protein_id": "XP_047278933.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422978.1",
"protein_id": "XP_047278934.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422979.1",
"protein_id": "XP_047278935.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422980.1",
"protein_id": "XP_047278936.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 461,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.697C>T",
"hgvs_p": "p.Arg233*",
"transcript": "XM_047422981.1",
"protein_id": "XP_047278937.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 438,
"cds_start": 697,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.Arg194*",
"transcript": "XM_047422982.1",
"protein_id": "XP_047278938.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 426,
"cds_start": 580,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.580C>T",
"hgvs_p": "p.Arg194*",
"transcript": "XM_047422983.1",
"protein_id": "XP_047278939.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 426,
"cds_start": 580,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422984.1",
"protein_id": "XP_047278940.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 412,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422985.1",
"protein_id": "XP_047278941.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 412,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422986.1",
"protein_id": "XP_047278942.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 412,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422987.1",
"protein_id": "XP_047278943.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 412,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_017014475.2",
"protein_id": "XP_016869964.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 400,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422988.1",
"protein_id": "XP_047278944.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 396,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422989.1",
"protein_id": "XP_047278945.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 396,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422990.1",
"protein_id": "XP_047278946.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 384,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422991.1",
"protein_id": "XP_047278947.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422992.1",
"protein_id": "XP_047278948.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422993.1",
"protein_id": "XP_047278949.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 373,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422994.1",
"protein_id": "XP_047278950.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 370,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422995.1",
"protein_id": "XP_047278951.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 370,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"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.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422996.1",
"protein_id": "XP_047278952.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 370,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422997.1",
"protein_id": "XP_047278953.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 370,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_006717014.3",
"protein_id": "XP_006717077.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_011518391.3",
"protein_id": "XP_011516693.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422998.1",
"protein_id": "XP_047278954.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047422999.1",
"protein_id": "XP_047278955.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047423000.1",
"protein_id": "XP_047278956.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047423001.1",
"protein_id": "XP_047278957.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"transcript": "XM_047423002.1",
"protein_id": "XP_047278958.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 271,
"cds_start": 766,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*693C>T",
"hgvs_p": null,
"transcript": "ENST00000374705.5",
"protein_id": "ENSP00000363837.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000374705.5"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.766C>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": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*628C>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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*889C>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": 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.*764C>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*764C>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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.766C>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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*901C>T",
"hgvs_p": null,
"transcript": "ENST00000675232.1",
"protein_id": "ENSP00000502043.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": "ENST00000675232.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*374C>T",
"hgvs_p": null,
"transcript": "ENST00000675443.1",
"protein_id": "ENSP00000502643.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": "ENST00000675443.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.766C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*374C>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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.1933C>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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*686C>T",
"hgvs_p": null,
"transcript": "ENST00000676192.1",
"protein_id": "ENSP00000502158.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": "ENST00000676192.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*573C>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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.981C>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"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.889C>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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*693C>T",
"hgvs_p": null,
"transcript": "ENST00000374705.5",
"protein_id": "ENSP00000363837.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000374705.5"
},
{
"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": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*628C>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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*889C>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": 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.*764C>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": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*764C>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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*901C>T",
"hgvs_p": null,
"transcript": "ENST00000675232.1",
"protein_id": "ENSP00000502043.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": "ENST00000675232.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*374C>T",
"hgvs_p": null,
"transcript": "ENST00000675443.1",
"protein_id": "ENSP00000502643.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": "ENST00000675443.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*374C>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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*686C>T",
"hgvs_p": null,
"transcript": "ENST00000676192.1",
"protein_id": "ENSP00000502158.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": "ENST00000676192.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"hgvs_c": "n.*573C>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"
}
],
"gene_symbol": "FKTN",
"gene_hgnc_id": 3622,
"dbsnp": "rs377417974",
"frequency_reference_population": 0.0000086862965,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000685067,
"gnomad_genomes_af": 0.000026312,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.1899999976158142,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.624,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.19,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_006731.2",
"gene_symbol": "FKTN",
"hgnc_id": 3622,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*"
}
],
"clinvar_disease": " 4, type A, type A1, type B4,Autosomal recessive limb-girdle muscular dystrophy type 2M,Cardiovascular phenotype,Dilated cardiomyopathy 1X,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),Muscular dystrophy-dystroglycanopathy (congenital without intellectual disability),Walker-Warburg congenital muscular dystrophy",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3 LP:1",
"phenotype_combined": "Walker-Warburg congenital muscular dystrophy|Dilated cardiomyopathy 1X|Autosomal recessive limb-girdle muscular dystrophy type 2M;Dilated cardiomyopathy 1X;Muscular dystrophy-dystroglycanopathy (congenital without intellectual disability), type B4;Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A, 4;Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A1|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}