← 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: 3-100713749-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=100713749&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 100713749,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006070.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "NM_006070.6",
"protein_id": "NP_006061.2",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000240851.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006070.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000240851.9",
"protein_id": "ENSP00000240851.4",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006070.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000240851.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000476228.5",
"protein_id": "ENSP00000417952.1",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000476228.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000615993.2",
"protein_id": "ENSP00000479269.2",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 280,
"cds_start": 64,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615993.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675692.1",
"protein_id": "ENSP00000502034.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 412,
"cds_start": 64,
"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": "ENST00000675692.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873440.1",
"protein_id": "ENSP00000543499.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 411,
"cds_start": 64,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873440.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873441.1",
"protein_id": "ENSP00000543500.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 409,
"cds_start": 64,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873441.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "NM_001007565.2",
"protein_id": "NP_001007566.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "NM_001007565.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "NM_001195478.2",
"protein_id": "NP_001182407.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "NM_001195478.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000487505.6",
"protein_id": "ENSP00000420797.2",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000487505.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000490574.6",
"protein_id": "ENSP00000419960.1",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000490574.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000674615.1",
"protein_id": "ENSP00000502734.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000674615.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675243.1",
"protein_id": "ENSP00000502592.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000675243.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675499.1",
"protein_id": "ENSP00000502450.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000675499.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675553.1",
"protein_id": "ENSP00000501815.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000675553.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000676395.1",
"protein_id": "ENSP00000502071.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000676395.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873442.1",
"protein_id": "ENSP00000543501.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000873442.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917751.1",
"protein_id": "ENSP00000587810.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917751.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917752.1",
"protein_id": "ENSP00000587811.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917752.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917753.1",
"protein_id": "ENSP00000587812.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917753.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917757.1",
"protein_id": "ENSP00000587816.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917757.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917758.1",
"protein_id": "ENSP00000587817.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917758.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917760.1",
"protein_id": "ENSP00000587819.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917760.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917761.1",
"protein_id": "ENSP00000587820.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000917761.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000972368.1",
"protein_id": "ENSP00000642427.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000972368.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000972369.1",
"protein_id": "ENSP00000642428.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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": "ENST00000972369.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "NM_001195479.2",
"protein_id": "NP_001182408.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "NM_001195479.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000463568.6",
"protein_id": "ENSP00000419504.2",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000463568.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000674645.1",
"protein_id": "ENSP00000501892.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000674645.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000674758.1",
"protein_id": "ENSP00000502502.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000674758.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675047.1",
"protein_id": "ENSP00000502497.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000675047.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675420.1",
"protein_id": "ENSP00000502516.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000675420.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000676431.1",
"protein_id": "ENSP00000502698.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000676431.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873435.1",
"protein_id": "ENSP00000543494.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000873435.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873443.1",
"protein_id": "ENSP00000543502.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000873443.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917754.1",
"protein_id": "ENSP00000587813.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000917754.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917759.1",
"protein_id": "ENSP00000587818.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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": "ENST00000917759.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873438.1",
"protein_id": "ENSP00000543497.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 370,
"cds_start": 64,
"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": "ENST00000873438.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917750.1",
"protein_id": "ENSP00000587809.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 370,
"cds_start": 64,
"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": "ENST00000917750.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675246.1",
"protein_id": "ENSP00000501620.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 369,
"cds_start": 64,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675246.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873437.1",
"protein_id": "ENSP00000543496.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 368,
"cds_start": 64,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873437.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917755.1",
"protein_id": "ENSP00000587814.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 366,
"cds_start": 64,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917755.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000917756.1",
"protein_id": "ENSP00000587815.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 366,
"cds_start": 64,
"cds_end": null,
"cds_length": 1101,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917756.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873436.1",
"protein_id": "ENSP00000543495.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 323,
"cds_start": 64,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873436.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000873439.1",
"protein_id": "ENSP00000543498.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 298,
"cds_start": 64,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873439.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000972367.1",
"protein_id": "ENSP00000642426.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 298,
"cds_start": 64,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972367.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000620299.5",
"protein_id": "ENSP00000479981.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 284,
"cds_start": 64,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620299.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675543.1",
"protein_id": "ENSP00000502229.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 284,
"cds_start": 64,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675543.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675586.1",
"protein_id": "ENSP00000502329.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 280,
"cds_start": 64,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675586.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000676111.1",
"protein_id": "ENSP00000502139.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 280,
"cds_start": 64,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676111.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000676308.1",
"protein_id": "ENSP00000502697.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 280,
"cds_start": 64,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676308.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000418917.7",
"protein_id": "ENSP00000397182.3",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 274,
"cds_start": 64,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418917.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675958.1",
"protein_id": "ENSP00000502025.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 274,
"cds_start": 64,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675958.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000675890.1",
"protein_id": "ENSP00000502537.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 270,
"cds_start": 64,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675890.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "ENST00000479672.6",
"protein_id": "ENSP00000419559.2",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 141,
"cds_start": 64,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000479672.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_006713472.2",
"protein_id": "XP_006713535.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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_006713472.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_011512334.2",
"protein_id": "XP_011510636.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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_011512334.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_047447241.1",
"protein_id": "XP_047303197.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 400,
"cds_start": 64,
"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_047447241.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_005247066.3",
"protein_id": "XP_005247123.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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_005247066.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_017005527.2",
"protein_id": "XP_016861016.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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_017005527.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_047447242.1",
"protein_id": "XP_047303198.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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_047447242.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_047447243.1",
"protein_id": "XP_047303199.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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_047447243.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp",
"transcript": "XM_047447244.1",
"protein_id": "XP_047303200.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 396,
"cds_start": 64,
"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_047447244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000674699.1",
"protein_id": "ENSP00000502175.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": "ENST00000674699.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.400C>T",
"hgvs_p": null,
"transcript": "ENST00000674798.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": "ENST00000674798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000675011.1",
"protein_id": "ENSP00000501745.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": "ENST00000675011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000675591.1",
"protein_id": "ENSP00000501641.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": "ENST00000675591.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.389C>T",
"hgvs_p": null,
"transcript": "ENST00000676010.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": "ENST00000676010.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000676054.1",
"protein_id": "ENSP00000502051.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": "ENST00000676054.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000676276.1",
"protein_id": "ENSP00000502372.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": "ENST00000676276.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.64C>T",
"hgvs_p": null,
"transcript": "ENST00000676455.1",
"protein_id": "ENSP00000502625.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": "ENST00000676455.1"
}
],
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"dbsnp": "rs989357227",
"frequency_reference_population": 0.00001440343,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000144034,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8792784810066223,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.557,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9994,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.677,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_006070.6",
"gene_symbol": "TFG",
"hgnc_id": 11758,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.64C>T",
"hgvs_p": "p.Arg22Trp"
}
],
"clinvar_disease": " Okinawa type,Hereditary motor and sensory neuropathy,Hereditary spastic paraplegia 57,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Hereditary motor and sensory neuropathy, Okinawa type;Hereditary spastic paraplegia 57|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}