← 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: 16-69143185-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=69143185&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 69143185,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_032830.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "NM_032830.3",
"protein_id": "NP_116219.2",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 686,
"cds_start": 534,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000314423.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032830.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000314423.12",
"protein_id": "ENSP00000327179.7",
"transcript_support_level": 1,
"aa_start": 178,
"aa_end": null,
"aa_length": 686,
"cds_start": 534,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032830.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314423.12"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.576T>C",
"hgvs_p": "p.Ala192Ala",
"transcript": "ENST00000562237.5",
"protein_id": "ENSP00000456709.1",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 700,
"cds_start": 576,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562237.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000960037.1",
"protein_id": "ENSP00000630096.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 723,
"cds_start": 534,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960037.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.558T>C",
"hgvs_p": "p.Ala186Ala",
"transcript": "ENST00000916305.1",
"protein_id": "ENSP00000586364.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 694,
"cds_start": 558,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916305.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916297.1",
"protein_id": "ENSP00000586356.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 692,
"cds_start": 534,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916297.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916296.1",
"protein_id": "ENSP00000586355.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 686,
"cds_start": 534,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916296.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916307.1",
"protein_id": "ENSP00000586366.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 686,
"cds_start": 534,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916307.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000861702.1",
"protein_id": "ENSP00000531761.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 684,
"cds_start": 534,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861702.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916306.1",
"protein_id": "ENSP00000586365.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 684,
"cds_start": 534,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916306.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000861707.1",
"protein_id": "ENSP00000531766.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 673,
"cds_start": 534,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861707.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916302.1",
"protein_id": "ENSP00000586361.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 673,
"cds_start": 534,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916302.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.444T>C",
"hgvs_p": "p.Ala148Ala",
"transcript": "ENST00000960038.1",
"protein_id": "ENSP00000630097.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 656,
"cds_start": 444,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960038.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000861705.1",
"protein_id": "ENSP00000531764.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 654,
"cds_start": 534,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861705.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916299.1",
"protein_id": "ENSP00000586358.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 652,
"cds_start": 534,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916299.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916298.1",
"protein_id": "ENSP00000586357.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 649,
"cds_start": 534,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916298.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916303.1",
"protein_id": "ENSP00000586362.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 632,
"cds_start": 534,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916303.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000563094.5",
"protein_id": "ENSP00000456622.1",
"transcript_support_level": 2,
"aa_start": 178,
"aa_end": null,
"aa_length": 625,
"cds_start": 534,
"cds_end": null,
"cds_length": 1878,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563094.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Ala114Ala",
"transcript": "ENST00000960039.1",
"protein_id": "ENSP00000630098.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 622,
"cds_start": 342,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960039.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.285T>C",
"hgvs_p": "p.Ala95Ala",
"transcript": "NM_001318391.2",
"protein_id": "NP_001305320.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 603,
"cds_start": 285,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318391.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000861704.1",
"protein_id": "ENSP00000531763.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 598,
"cds_start": 534,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861704.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000960040.1",
"protein_id": "ENSP00000630099.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 592,
"cds_start": 534,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960040.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000352319.8",
"protein_id": "ENSP00000339164.4",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 571,
"cds_start": 534,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352319.8"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916300.1",
"protein_id": "ENSP00000586359.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 566,
"cds_start": 534,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916300.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916304.1",
"protein_id": "ENSP00000586363.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 555,
"cds_start": 534,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916304.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000960041.1",
"protein_id": "ENSP00000630100.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 544,
"cds_start": 534,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960041.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000861703.1",
"protein_id": "ENSP00000531762.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 426,
"cds_start": 534,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861703.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "ENST00000916301.1",
"protein_id": "ENSP00000586360.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 372,
"cds_start": 534,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916301.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.390T>C",
"hgvs_p": "p.Ala130Ala",
"transcript": "ENST00000566227.5",
"protein_id": "ENSP00000462497.1",
"transcript_support_level": 3,
"aa_start": 130,
"aa_end": null,
"aa_length": 197,
"cds_start": 390,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566227.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.285T>C",
"hgvs_p": "p.Ala95Ala",
"transcript": "ENST00000567460.5",
"protein_id": "ENSP00000463109.1",
"transcript_support_level": 4,
"aa_start": 95,
"aa_end": null,
"aa_length": 141,
"cds_start": 285,
"cds_end": null,
"cds_length": 428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567460.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.117T>C",
"hgvs_p": "p.Ala39Ala",
"transcript": "XM_005256205.4",
"protein_id": "XP_005256262.2",
"transcript_support_level": null,
"aa_start": 39,
"aa_end": null,
"aa_length": 547,
"cds_start": 117,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256205.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala",
"transcript": "XM_047434817.1",
"protein_id": "XP_047290773.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 368,
"cds_start": 534,
"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": "XM_047434817.1"
},
{
"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": 13,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.160-7352T>C",
"hgvs_p": null,
"transcript": "ENST00000960042.1",
"protein_id": "ENSP00000630101.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 493,
"cds_start": null,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960042.1"
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.159+9567T>C",
"hgvs_p": null,
"transcript": "ENST00000861706.1",
"protein_id": "ENSP00000531765.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 222,
"cds_start": null,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861706.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "n.251T>C",
"hgvs_p": null,
"transcript": "ENST00000564408.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000564408.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "n.575T>C",
"hgvs_p": null,
"transcript": "ENST00000567015.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000567015.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "n.198T>C",
"hgvs_p": null,
"transcript": "ENST00000569014.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000569014.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "n.192T>C",
"hgvs_p": null,
"transcript": "ENST00000569615.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000569615.2"
}
],
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"dbsnp": "rs766781882",
"frequency_reference_population": 0.000027879798,
"hom_count_reference_population": 0,
"allele_count_reference_population": 45,
"gnomad_exomes_af": 0.0000150497,
"gnomad_genomes_af": 0.000151073,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": 23,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.547,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_032830.3",
"gene_symbol": "UTP4",
"hgnc_id": 1983,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.534T>C",
"hgvs_p": "p.Ala178Ala"
}
],
"clinvar_disease": "UTP4-related disorder,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "UTP4-related disorder|not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}