← 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: 5-150375799-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=150375799&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 150375799,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001371623.1",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "NM_001371623.1",
"protein_id": "NP_001358552.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1489,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4470,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5026,
"mane_select": "ENST00000643257.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000643257.2",
"protein_id": "ENSP00000493815.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1489,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4470,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5026,
"mane_select": "NM_001371623.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000504761.6",
"protein_id": "ENSP00000421655.2",
"transcript_support_level": 1,
"aa_start": 595,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1783,
"cdna_end": null,
"cdna_length": 4467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "ENST00000323668.11",
"protein_id": "ENSP00000325223.6",
"transcript_support_level": 1,
"aa_start": 518,
"aa_end": null,
"aa_length": 1411,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 1627,
"cdna_end": null,
"cdna_length": 4832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000394269.7",
"protein_id": "ENSP00000377811.3",
"transcript_support_level": 1,
"aa_start": 595,
"aa_end": null,
"aa_length": 958,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 1812,
"cdna_end": null,
"cdna_length": 3400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "NM_001135243.2",
"protein_id": "NP_001128715.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000377797.7",
"protein_id": "ENSP00000367028.4",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1891,
"cdna_end": null,
"cdna_length": 5095,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000513346.5",
"protein_id": "ENSP00000427484.1",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1783,
"cdna_end": null,
"cdna_length": 4646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "NM_001135244.2",
"protein_id": "NP_001128716.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1451,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000439160.6",
"protein_id": "ENSP00000406888.2",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 1451,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 1816,
"cdna_end": null,
"cdna_length": 4644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "NM_001195141.2",
"protein_id": "NP_001182070.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1450,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4353,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000427724.7",
"protein_id": "ENSP00000390717.3",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 1450,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4353,
"cdna_start": 1811,
"cdna_end": null,
"cdna_length": 4800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "NM_001135245.2",
"protein_id": "NP_001128717.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1412,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4239,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "ENST00000445265.6",
"protein_id": "ENSP00000409944.2",
"transcript_support_level": 5,
"aa_start": 518,
"aa_end": null,
"aa_length": 1412,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4239,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 4825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "NM_000356.4",
"protein_id": "NP_000347.2",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1411,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "NM_001437406.1",
"protein_id": "NP_001424335.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1411,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "ENST00000650162.1",
"protein_id": "ENSP00000497075.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1357,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4076,
"cdna_start": 1670,
"cdna_end": null,
"cdna_length": 4194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1069G>A",
"hgvs_p": "p.Val357Ile",
"transcript": "ENST00000674413.1",
"protein_id": "ENSP00000501343.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 1238,
"cds_start": 1069,
"cds_end": null,
"cds_length": 3719,
"cdna_start": 1071,
"cdna_end": null,
"cdna_length": 3726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "ENST00000513538.2",
"protein_id": "ENSP00000422567.2",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 994,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2985,
"cdna_start": 1826,
"cdna_end": null,
"cdna_length": 3526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "NM_001008657.3",
"protein_id": "NP_001008657.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 958,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2877,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 3810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_005268502.5",
"protein_id": "XP_005268559.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1526,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4581,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_005268503.5",
"protein_id": "XP_005268560.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1525,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4578,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_005268504.5",
"protein_id": "XP_005268561.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1525,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4578,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417645.1",
"protein_id": "XP_047273601.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1524,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4575,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_005268506.5",
"protein_id": "XP_005268563.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_017009792.3",
"protein_id": "XP_016865281.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1487,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4464,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417646.1",
"protein_id": "XP_047273602.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1487,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4464,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417647.1",
"protein_id": "XP_047273603.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1486,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4461,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 5017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_011537678.4",
"protein_id": "XP_011535980.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1466,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4401,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417648.1",
"protein_id": "XP_047273604.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1465,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4398,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417649.1",
"protein_id": "XP_047273605.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1465,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4398,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417650.1",
"protein_id": "XP_047273606.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1464,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4395,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_005268507.5",
"protein_id": "XP_005268564.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1449,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4350,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417651.1",
"protein_id": "XP_047273607.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1448,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4347,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417652.1",
"protein_id": "XP_047273608.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1448,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4347,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417653.1",
"protein_id": "XP_047273609.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1447,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4344,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_017009793.3",
"protein_id": "XP_016865282.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1429,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4290,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417654.1",
"protein_id": "XP_047273610.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1428,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4287,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417655.1",
"protein_id": "XP_047273611.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1428,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4287,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4843,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417656.1",
"protein_id": "XP_047273612.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1427,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417658.1",
"protein_id": "XP_047273614.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1410,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417659.1",
"protein_id": "XP_047273615.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1410,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417660.1",
"protein_id": "XP_047273616.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1409,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4230,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_017009794.3",
"protein_id": "XP_016865283.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1391,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4176,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417661.1",
"protein_id": "XP_047273617.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1390,
"cds_start": 1783,
"cds_end": null,
"cds_length": 4173,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 4729,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417662.1",
"protein_id": "XP_047273618.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1389,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4170,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417663.1",
"protein_id": "XP_047273619.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1388,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4167,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417664.1",
"protein_id": "XP_047273620.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1374,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4125,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417665.1",
"protein_id": "XP_047273621.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1373,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4122,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4678,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417666.1",
"protein_id": "XP_047273622.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1352,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4059,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417667.1",
"protein_id": "XP_047273623.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1351,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4056,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417668.1",
"protein_id": "XP_047273624.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1350,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4053,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417669.1",
"protein_id": "XP_047273625.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1350,
"cds_start": 1552,
"cds_end": null,
"cds_length": 4053,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417670.1",
"protein_id": "XP_047273626.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1314,
"cds_start": 1552,
"cds_end": null,
"cds_length": 3945,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417671.1",
"protein_id": "XP_047273627.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1313,
"cds_start": 1552,
"cds_end": null,
"cds_length": 3942,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 4498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417672.1",
"protein_id": "XP_047273628.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1026,
"cds_start": 1783,
"cds_end": null,
"cds_length": 3081,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 3249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417673.1",
"protein_id": "XP_047273629.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 1025,
"cds_start": 1783,
"cds_end": null,
"cds_length": 3078,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417674.1",
"protein_id": "XP_047273630.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 989,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2970,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 3138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417675.1",
"protein_id": "XP_047273631.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 912,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2739,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 2907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile",
"transcript": "XM_047417676.1",
"protein_id": "XP_047273632.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 898,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_017009795.3",
"protein_id": "XP_016865284.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 881,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.1552G>A",
"hgvs_p": "p.Val518Ile",
"transcript": "XM_047417677.1",
"protein_id": "XP_047273633.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 821,
"cds_start": 1552,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1602,
"cdna_end": null,
"cdna_length": 3399,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "n.583G>A",
"hgvs_p": null,
"transcript": "ENST00000514442.5",
"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": 5195,
"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": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "n.2865G>A",
"hgvs_p": null,
"transcript": "ENST00000515035.5",
"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": 5240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"hgvs_c": "c.342+7882G>A",
"hgvs_p": null,
"transcript": "ENST00000515516.1",
"protein_id": "ENSP00000426471.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": -4,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TCOF1",
"gene_hgnc_id": 11654,
"dbsnp": "rs75583421",
"frequency_reference_population": 0.009555533,
"hom_count_reference_population": 102,
"allele_count_reference_population": 15425,
"gnomad_exomes_af": 0.00973469,
"gnomad_genomes_af": 0.0078366,
"gnomad_exomes_ac": 14231,
"gnomad_genomes_ac": 1194,
"gnomad_exomes_homalt": 92,
"gnomad_genomes_homalt": 10,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0057589709758758545,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.136,
"revel_prediction": "Benign",
"alphamissense_score": 0.0928,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.39,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001371623.1",
"gene_symbol": "TCOF1",
"hgnc_id": 11654,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Val595Ile"
}
],
"clinvar_disease": "Treacher Collins syndrome 1,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not specified|Treacher Collins syndrome 1|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}