← 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-100748272-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=100748272&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 100748272,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000240851.9",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "NM_006070.6",
"protein_id": "NP_006061.2",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1215,
"cdna_end": null,
"cdna_length": 1907,
"mane_select": "ENST00000240851.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000240851.9",
"protein_id": "ENSP00000240851.4",
"transcript_support_level": 1,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1215,
"cdna_end": null,
"cdna_length": 1907,
"mane_select": "NM_006070.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000476228.5",
"protein_id": "ENSP00000417952.1",
"transcript_support_level": 1,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1091,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000615993.2",
"protein_id": "ENSP00000479269.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.980C>T",
"hgvs_p": "p.Pro327Leu",
"transcript": "ENST00000675692.1",
"protein_id": "ENSP00000502034.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 412,
"cds_start": 980,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1316,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "NM_001007565.2",
"protein_id": "NP_001007566.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1129,
"cdna_end": null,
"cdna_length": 1824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "NM_001195478.2",
"protein_id": "NP_001182407.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 1774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000487505.6",
"protein_id": "ENSP00000420797.2",
"transcript_support_level": 3,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 2005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000490574.6",
"protein_id": "ENSP00000419960.1",
"transcript_support_level": 3,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1124,
"cdna_end": null,
"cdna_length": 1816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000674615.1",
"protein_id": "ENSP00000502734.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1345,
"cdna_end": null,
"cdna_length": 2037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000675243.1",
"protein_id": "ENSP00000502592.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1162,
"cdna_end": null,
"cdna_length": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000675499.1",
"protein_id": "ENSP00000502450.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1113,
"cdna_end": null,
"cdna_length": 1805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000675553.1",
"protein_id": "ENSP00000501815.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 1906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "ENST00000676395.1",
"protein_id": "ENSP00000502071.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1196,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "NM_001195479.2",
"protein_id": "NP_001182408.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 1895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000463568.6",
"protein_id": "ENSP00000419504.2",
"transcript_support_level": 3,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 1876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000674645.1",
"protein_id": "ENSP00000501892.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 1960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000674758.1",
"protein_id": "ENSP00000502502.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 2015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000675047.1",
"protein_id": "ENSP00000502497.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1112,
"cdna_end": null,
"cdna_length": 1804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000675420.1",
"protein_id": "ENSP00000502516.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1229,
"cdna_end": null,
"cdna_length": 1921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "ENST00000676431.1",
"protein_id": "ENSP00000502698.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1101,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.940C>T",
"hgvs_p": "p.Arg314Cys",
"transcript": "ENST00000675246.1",
"protein_id": "ENSP00000501620.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 369,
"cds_start": 940,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 1968,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "XM_006713472.2",
"protein_id": "XP_006713535.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 2010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "XM_011512334.2",
"protein_id": "XP_011510636.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 1357,
"cdna_end": null,
"cdna_length": 2052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu",
"transcript": "XM_047447241.1",
"protein_id": "XP_047303197.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 400,
"cds_start": 944,
"cds_end": null,
"cds_length": 1203,
"cdna_start": 2130,
"cdna_end": null,
"cdna_length": 2825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "XM_005247066.3",
"protein_id": "XP_005247123.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1117,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "XM_017005527.2",
"protein_id": "XP_016861016.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1303,
"cdna_end": null,
"cdna_length": 1998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "XM_047447242.1",
"protein_id": "XP_047303198.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 2806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "XM_047447243.1",
"protein_id": "XP_047303199.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1070,
"cdna_end": null,
"cdna_length": 1765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.932C>T",
"hgvs_p": "p.Pro311Leu",
"transcript": "XM_047447244.1",
"protein_id": "XP_047303200.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 396,
"cds_start": 932,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1338,
"cdna_end": null,
"cdna_length": 2033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.2580C>T",
"hgvs_p": null,
"transcript": "ENST00000481203.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3271,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*201C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.3791C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4460,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*239C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*501C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.5172C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*201C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*178C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000620299.5",
"protein_id": "ENSP00000479981.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 284,
"cds_start": -4,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000675543.1",
"protein_id": "ENSP00000502229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 284,
"cds_start": -4,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000675586.1",
"protein_id": "ENSP00000502329.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000676111.1",
"protein_id": "ENSP00000502139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*130C>T",
"hgvs_p": null,
"transcript": "ENST00000676308.1",
"protein_id": "ENSP00000502697.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*114C>T",
"hgvs_p": null,
"transcript": "ENST00000418917.7",
"protein_id": "ENSP00000397182.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": -4,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*114C>T",
"hgvs_p": null,
"transcript": "ENST00000675958.1",
"protein_id": "ENSP00000502025.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": -4,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "c.*114C>T",
"hgvs_p": null,
"transcript": "ENST00000675890.1",
"protein_id": "ENSP00000502537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": -4,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*201C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*239C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*501C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*201C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"hgvs_c": "n.*178C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TFG",
"gene_hgnc_id": 11758,
"dbsnp": "rs753375115",
"frequency_reference_population": 0.000045230365,
"hom_count_reference_population": 1,
"allele_count_reference_population": 73,
"gnomad_exomes_af": 0.0000437806,
"gnomad_genomes_af": 0.0000591623,
"gnomad_exomes_ac": 64,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1205018162727356,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.114,
"revel_prediction": "Benign",
"alphamissense_score": 0.0998,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.106,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000240851.9",
"gene_symbol": "TFG",
"hgnc_id": 11758,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.944C>T",
"hgvs_p": "p.Pro315Leu"
}
],
"clinvar_disease": " Okinawa type,Hereditary motor and sensory neuropathy,Hereditary spastic paraplegia 57,Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:5",
"phenotype_combined": "Hereditary motor and sensory neuropathy, Okinawa type;Hereditary spastic paraplegia 57|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}