← 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: 7-100626830-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100626830&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100626830,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_003227.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "NM_003227.4",
"protein_id": "NP_003218.2",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 801,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000223051.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003227.4"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000223051.8",
"protein_id": "ENSP00000223051.3",
"transcript_support_level": 1,
"aa_start": 690,
"aa_end": null,
"aa_length": 801,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003227.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000223051.8"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2165A>C",
"hgvs_p": "p.Gln722Pro",
"transcript": "ENST00000855275.1",
"protein_id": "ENSP00000525334.1",
"transcript_support_level": null,
"aa_start": 722,
"aa_end": null,
"aa_length": 833,
"cds_start": 2165,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855275.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855257.1",
"protein_id": "ENSP00000525316.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 832,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855257.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2153A>C",
"hgvs_p": "p.Gln718Pro",
"transcript": "ENST00000855265.1",
"protein_id": "ENSP00000525324.1",
"transcript_support_level": null,
"aa_start": 718,
"aa_end": null,
"aa_length": 829,
"cds_start": 2153,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855265.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855221.1",
"protein_id": "ENSP00000525280.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 820,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855221.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855229.1",
"protein_id": "ENSP00000525288.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 820,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855229.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855234.1",
"protein_id": "ENSP00000525293.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 820,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855234.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855277.1",
"protein_id": "ENSP00000525336.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 820,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855277.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855238.1",
"protein_id": "ENSP00000525297.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 815,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855238.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2126A>C",
"hgvs_p": "p.Gln709Pro",
"transcript": "ENST00000855259.1",
"protein_id": "ENSP00000525318.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 815,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855259.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2111A>C",
"hgvs_p": "p.Gln704Pro",
"transcript": "ENST00000855263.1",
"protein_id": "ENSP00000525322.1",
"transcript_support_level": null,
"aa_start": 704,
"aa_end": null,
"aa_length": 815,
"cds_start": 2111,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855263.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2108A>C",
"hgvs_p": "p.Gln703Pro",
"transcript": "ENST00000855226.1",
"protein_id": "ENSP00000525285.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 814,
"cds_start": 2108,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855226.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2108A>C",
"hgvs_p": "p.Gln703Pro",
"transcript": "ENST00000855236.1",
"protein_id": "ENSP00000525295.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 814,
"cds_start": 2108,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855236.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2096A>C",
"hgvs_p": "p.Gln699Pro",
"transcript": "ENST00000855230.1",
"protein_id": "ENSP00000525289.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 810,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855230.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2096A>C",
"hgvs_p": "p.Gln699Pro",
"transcript": "ENST00000855252.1",
"protein_id": "ENSP00000525311.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 810,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855252.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2096A>C",
"hgvs_p": "p.Gln699Pro",
"transcript": "ENST00000855270.1",
"protein_id": "ENSP00000525329.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 810,
"cds_start": 2096,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855270.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000462107.1",
"protein_id": "ENSP00000420525.1",
"transcript_support_level": 5,
"aa_start": 690,
"aa_end": null,
"aa_length": 801,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000462107.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855220.1",
"protein_id": "ENSP00000525279.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 801,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855220.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000855262.1",
"protein_id": "ENSP00000525321.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 800,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855262.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000855272.1",
"protein_id": "ENSP00000525331.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 800,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855272.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000855273.1",
"protein_id": "ENSP00000525332.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 800,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855273.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2066A>C",
"hgvs_p": "p.Gln689Pro",
"transcript": "ENST00000958152.1",
"protein_id": "ENSP00000628211.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 800,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958152.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2060A>C",
"hgvs_p": "p.Gln687Pro",
"transcript": "ENST00000855235.1",
"protein_id": "ENSP00000525294.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 798,
"cds_start": 2060,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855235.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2060A>C",
"hgvs_p": "p.Gln687Pro",
"transcript": "ENST00000855255.1",
"protein_id": "ENSP00000525314.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 798,
"cds_start": 2060,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855255.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2060A>C",
"hgvs_p": "p.Gln687Pro",
"transcript": "ENST00000855274.1",
"protein_id": "ENSP00000525333.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 798,
"cds_start": 2060,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855274.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855232.1",
"protein_id": "ENSP00000525291.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 796,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855232.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855240.1",
"protein_id": "ENSP00000525299.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 796,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855240.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855269.1",
"protein_id": "ENSP00000525328.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 796,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855269.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2048A>C",
"hgvs_p": "p.Gln683Pro",
"transcript": "ENST00000855233.1",
"protein_id": "ENSP00000525292.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 794,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855233.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2048A>C",
"hgvs_p": "p.Gln683Pro",
"transcript": "ENST00000855241.1",
"protein_id": "ENSP00000525300.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 794,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855241.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2048A>C",
"hgvs_p": "p.Gln683Pro",
"transcript": "ENST00000855267.1",
"protein_id": "ENSP00000525326.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 794,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855267.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2048A>C",
"hgvs_p": "p.Gln683Pro",
"transcript": "ENST00000958153.1",
"protein_id": "ENSP00000628212.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 794,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958153.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro",
"transcript": "ENST00000855261.1",
"protein_id": "ENSP00000525320.1",
"transcript_support_level": null,
"aa_start": 690,
"aa_end": null,
"aa_length": 793,
"cds_start": 2069,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855261.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2039A>C",
"hgvs_p": "p.Gln680Pro",
"transcript": "ENST00000855250.1",
"protein_id": "ENSP00000525309.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 791,
"cds_start": 2039,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855250.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Gln679Pro",
"transcript": "ENST00000855222.1",
"protein_id": "ENSP00000525281.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 790,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855222.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Gln679Pro",
"transcript": "ENST00000855228.1",
"protein_id": "ENSP00000525287.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 790,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855228.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Gln679Pro",
"transcript": "ENST00000855247.1",
"protein_id": "ENSP00000525306.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 790,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855247.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2033A>C",
"hgvs_p": "p.Gln678Pro",
"transcript": "ENST00000855280.1",
"protein_id": "ENSP00000525339.1",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 789,
"cds_start": 2033,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855280.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Gln679Pro",
"transcript": "ENST00000855246.1",
"protein_id": "ENSP00000525305.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 785,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855246.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2036A>C",
"hgvs_p": "p.Gln679Pro",
"transcript": "ENST00000958154.1",
"protein_id": "ENSP00000628213.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 785,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958154.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855223.1",
"protein_id": "ENSP00000525282.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 781,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855223.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855224.1",
"protein_id": "ENSP00000525283.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 781,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855224.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855225.1",
"protein_id": "ENSP00000525284.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 781,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855225.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855254.1",
"protein_id": "ENSP00000525313.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 781,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855254.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855283.1",
"protein_id": "ENSP00000525342.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 781,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855283.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2006A>C",
"hgvs_p": "p.Gln669Pro",
"transcript": "ENST00000855248.1",
"protein_id": "ENSP00000525307.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 780,
"cds_start": 2006,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855248.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2000A>C",
"hgvs_p": "p.Gln667Pro",
"transcript": "ENST00000958155.1",
"protein_id": "ENSP00000628214.1",
"transcript_support_level": null,
"aa_start": 667,
"aa_end": null,
"aa_length": 778,
"cds_start": 2000,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958155.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855253.1",
"protein_id": "ENSP00000525312.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 776,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855253.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.2009A>C",
"hgvs_p": "p.Gln670Pro",
"transcript": "ENST00000855282.1",
"protein_id": "ENSP00000525341.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 776,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855282.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1988A>C",
"hgvs_p": "p.Gln663Pro",
"transcript": "ENST00000855281.1",
"protein_id": "ENSP00000525340.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 774,
"cds_start": 1988,
"cds_end": null,
"cds_length": 2325,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855281.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1976A>C",
"hgvs_p": "p.Gln659Pro",
"transcript": "ENST00000855239.1",
"protein_id": "ENSP00000525298.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 770,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855239.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1976A>C",
"hgvs_p": "p.Gln659Pro",
"transcript": "ENST00000855243.1",
"protein_id": "ENSP00000525302.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 770,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855243.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1976A>C",
"hgvs_p": "p.Gln659Pro",
"transcript": "ENST00000855266.1",
"protein_id": "ENSP00000525325.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 770,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855266.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1976A>C",
"hgvs_p": "p.Gln659Pro",
"transcript": "ENST00000855278.1",
"protein_id": "ENSP00000525337.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 770,
"cds_start": 1976,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855278.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1952A>C",
"hgvs_p": "p.Gln651Pro",
"transcript": "ENST00000855242.1",
"protein_id": "ENSP00000525301.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 762,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855242.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1952A>C",
"hgvs_p": "p.Gln651Pro",
"transcript": "ENST00000855245.1",
"protein_id": "ENSP00000525304.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 762,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855245.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1949A>C",
"hgvs_p": "p.Gln650Pro",
"transcript": "ENST00000855227.1",
"protein_id": "ENSP00000525286.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 761,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855227.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1949A>C",
"hgvs_p": "p.Gln650Pro",
"transcript": "ENST00000855268.1",
"protein_id": "ENSP00000525327.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 761,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855268.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1949A>C",
"hgvs_p": "p.Gln650Pro",
"transcript": "ENST00000855271.1",
"protein_id": "ENSP00000525330.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 761,
"cds_start": 1949,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855271.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1928A>C",
"hgvs_p": "p.Gln643Pro",
"transcript": "ENST00000855249.1",
"protein_id": "ENSP00000525308.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 754,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855249.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1916A>C",
"hgvs_p": "p.Gln639Pro",
"transcript": "ENST00000855258.1",
"protein_id": "ENSP00000525317.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 750,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855258.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1916A>C",
"hgvs_p": "p.Gln639Pro",
"transcript": "ENST00000855284.1",
"protein_id": "ENSP00000525343.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 750,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855284.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1916A>C",
"hgvs_p": "p.Gln639Pro",
"transcript": "ENST00000855286.1",
"protein_id": "ENSP00000525345.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 750,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855286.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1892A>C",
"hgvs_p": "p.Gln631Pro",
"transcript": "ENST00000855264.1",
"protein_id": "ENSP00000525323.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 742,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855264.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1880A>C",
"hgvs_p": "p.Gln627Pro",
"transcript": "ENST00000855256.1",
"protein_id": "ENSP00000525315.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 738,
"cds_start": 1880,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855256.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1874A>C",
"hgvs_p": "p.Gln625Pro",
"transcript": "ENST00000855276.1",
"protein_id": "ENSP00000525335.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 736,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855276.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "ENST00000855231.1",
"protein_id": "ENSP00000525290.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 725,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855231.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1841A>C",
"hgvs_p": "p.Gln614Pro",
"transcript": "ENST00000855237.1",
"protein_id": "ENSP00000525296.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 725,
"cds_start": 1841,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855237.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1706A>C",
"hgvs_p": "p.Gln569Pro",
"transcript": "ENST00000855279.1",
"protein_id": "ENSP00000525338.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 680,
"cds_start": 1706,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855279.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1646A>C",
"hgvs_p": "p.Gln549Pro",
"transcript": "ENST00000855244.1",
"protein_id": "ENSP00000525303.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 660,
"cds_start": 1646,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855244.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1556A>C",
"hgvs_p": "p.Gln519Pro",
"transcript": "NM_001206855.3",
"protein_id": "NP_001193784.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 630,
"cds_start": 1556,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206855.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1436A>C",
"hgvs_p": "p.Gln479Pro",
"transcript": "ENST00000855251.1",
"protein_id": "ENSP00000525310.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 590,
"cds_start": 1436,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.*744A>C",
"hgvs_p": null,
"transcript": "ENST00000431692.5",
"protein_id": "ENSP00000413905.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": null,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431692.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1995+434A>C",
"hgvs_p": null,
"transcript": "ENST00000855260.1",
"protein_id": "ENSP00000525319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 754,
"cds_start": null,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "c.1767+747A>C",
"hgvs_p": null,
"transcript": "ENST00000855285.1",
"protein_id": "ENSP00000525344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 678,
"cds_start": null,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855285.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.415A>C",
"hgvs_p": null,
"transcript": "ENST00000461176.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000461176.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.1105A>C",
"hgvs_p": null,
"transcript": "ENST00000462090.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462090.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.1989A>C",
"hgvs_p": null,
"transcript": "ENST00000465294.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000465294.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.1690A>C",
"hgvs_p": null,
"transcript": "ENST00000476304.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000476304.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.*913A>C",
"hgvs_p": null,
"transcript": "ENST00000490084.5",
"protein_id": "ENSP00000418942.1",
"transcript_support_level": 2,
"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": "ENST00000490084.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"hgvs_c": "n.*913A>C",
"hgvs_p": null,
"transcript": "ENST00000490084.5",
"protein_id": "ENSP00000418942.1",
"transcript_support_level": 2,
"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": "ENST00000490084.5"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124901709",
"gene_hgnc_id": null,
"hgvs_c": "n.433+4276T>G",
"hgvs_p": null,
"transcript": "XR_007060454.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007060454.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124901710",
"gene_hgnc_id": null,
"hgvs_c": "n.-80A>C",
"hgvs_p": null,
"transcript": "XR_007060455.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007060455.1"
}
],
"gene_symbol": "TFR2",
"gene_hgnc_id": 11762,
"dbsnp": "rs80338889",
"frequency_reference_population": 0.0000042937745,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000429377,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9669893383979797,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.212,
"revel_prediction": "Benign",
"alphamissense_score": 0.6741,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.791,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_003227.4",
"gene_symbol": "TFR2",
"hgnc_id": 11762,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2069A>C",
"hgvs_p": "p.Gln690Pro"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_007060454.1",
"gene_symbol": "LOC124901709",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.433+4276T>G",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_007060455.1",
"gene_symbol": "LOC124901710",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-80A>C",
"hgvs_p": null
}
],
"clinvar_disease": "Hemochromatosis type 3",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Hemochromatosis type 3",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}