← 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-69165386-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=69165386&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 69165386,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_032830.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "NM_032830.3",
"protein_id": "NP_116219.2",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 686,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "ENST00000314423.12",
"protein_id": "ENSP00000327179.7",
"transcript_support_level": 1,
"aa_start": 565,
"aa_end": null,
"aa_length": 686,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1735C>A",
"hgvs_p": "p.Arg579Arg",
"transcript": "ENST00000562237.5",
"protein_id": "ENSP00000456709.1",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 700,
"cds_start": 1735,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1804C>A",
"hgvs_p": "p.Arg602Arg",
"transcript": "ENST00000960037.1",
"protein_id": "ENSP00000630096.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 723,
"cds_start": 1804,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1717C>A",
"hgvs_p": "p.Arg573Arg",
"transcript": "ENST00000916305.1",
"protein_id": "ENSP00000586364.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 694,
"cds_start": 1717,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1711C>A",
"hgvs_p": "p.Arg571Arg",
"transcript": "ENST00000916297.1",
"protein_id": "ENSP00000586356.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 692,
"cds_start": 1711,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "ENST00000916296.1",
"protein_id": "ENSP00000586355.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 686,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "ENST00000916307.1",
"protein_id": "ENSP00000586366.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 686,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1687C>A",
"hgvs_p": "p.Arg563Arg",
"transcript": "ENST00000861702.1",
"protein_id": "ENSP00000531761.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 684,
"cds_start": 1687,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1687C>A",
"hgvs_p": "p.Arg563Arg",
"transcript": "ENST00000916306.1",
"protein_id": "ENSP00000586365.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 684,
"cds_start": 1687,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1654C>A",
"hgvs_p": "p.Arg552Arg",
"transcript": "ENST00000861707.1",
"protein_id": "ENSP00000531766.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 673,
"cds_start": 1654,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1654C>A",
"hgvs_p": "p.Arg552Arg",
"transcript": "ENST00000916302.1",
"protein_id": "ENSP00000586361.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 673,
"cds_start": 1654,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1603C>A",
"hgvs_p": "p.Arg535Arg",
"transcript": "ENST00000960038.1",
"protein_id": "ENSP00000630097.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 656,
"cds_start": 1603,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1597C>A",
"hgvs_p": "p.Arg533Arg",
"transcript": "ENST00000861705.1",
"protein_id": "ENSP00000531764.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 654,
"cds_start": 1597,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1591C>A",
"hgvs_p": "p.Arg531Arg",
"transcript": "ENST00000916299.1",
"protein_id": "ENSP00000586358.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 652,
"cds_start": 1591,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "ENST00000916298.1",
"protein_id": "ENSP00000586357.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 649,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1531C>A",
"hgvs_p": "p.Arg511Arg",
"transcript": "ENST00000916303.1",
"protein_id": "ENSP00000586362.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 632,
"cds_start": 1531,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg",
"transcript": "ENST00000563094.5",
"protein_id": "ENSP00000456622.1",
"transcript_support_level": 2,
"aa_start": 565,
"aa_end": null,
"aa_length": 625,
"cds_start": 1693,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1501C>A",
"hgvs_p": "p.Arg501Arg",
"transcript": "ENST00000960039.1",
"protein_id": "ENSP00000630098.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 622,
"cds_start": 1501,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1444C>A",
"hgvs_p": "p.Arg482Arg",
"transcript": "NM_001318391.2",
"protein_id": "NP_001305320.1",
"transcript_support_level": null,
"aa_start": 482,
"aa_end": null,
"aa_length": 603,
"cds_start": 1444,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1429C>A",
"hgvs_p": "p.Arg477Arg",
"transcript": "ENST00000861704.1",
"protein_id": "ENSP00000531763.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 598,
"cds_start": 1429,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1348C>A",
"hgvs_p": "p.Arg450Arg",
"transcript": "ENST00000352319.8",
"protein_id": "ENSP00000339164.4",
"transcript_support_level": 5,
"aa_start": 450,
"aa_end": null,
"aa_length": 571,
"cds_start": 1348,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1333C>A",
"hgvs_p": "p.Arg445Arg",
"transcript": "ENST00000916300.1",
"protein_id": "ENSP00000586359.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 566,
"cds_start": 1333,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1267C>A",
"hgvs_p": "p.Arg423Arg",
"transcript": "ENST00000960041.1",
"protein_id": "ENSP00000630100.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 544,
"cds_start": 1267,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1114C>A",
"hgvs_p": "p.Arg372Arg",
"transcript": "ENST00000960042.1",
"protein_id": "ENSP00000630101.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 493,
"cds_start": 1114,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.301C>A",
"hgvs_p": "p.Arg101Arg",
"transcript": "ENST00000861706.1",
"protein_id": "ENSP00000531765.1",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 222,
"cds_start": 301,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1276C>A",
"hgvs_p": "p.Arg426Arg",
"transcript": "XM_005256205.4",
"protein_id": "XP_005256262.2",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 547,
"cds_start": 1276,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1552-1689C>A",
"hgvs_p": null,
"transcript": "ENST00000960040.1",
"protein_id": "ENSP00000630099.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 592,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1552-3435C>A",
"hgvs_p": null,
"transcript": "ENST00000916304.1",
"protein_id": "ENSP00000586363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 555,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1165-3435C>A",
"hgvs_p": null,
"transcript": "ENST00000861703.1",
"protein_id": "ENSP00000531762.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.1003-3435C>A",
"hgvs_p": null,
"transcript": "ENST00000916301.1",
"protein_id": "ENSP00000586360.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"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": 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": 5,
"intron_rank_end": null,
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"hgvs_c": "c.519+2208C>A",
"hgvs_p": null,
"transcript": "ENST00000567500.1",
"protein_id": "ENSP00000456317.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": null,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567500.1"
}
],
"gene_symbol": "UTP4",
"gene_hgnc_id": 1983,
"dbsnp": "rs119465999",
"frequency_reference_population": 6.840488e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84049e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.12999999523162842,
"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.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.85,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4,BP7",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4",
"BP7"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032830.3",
"gene_symbol": "UTP4",
"hgnc_id": 1983,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1693C>A",
"hgvs_p": "p.Arg565Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}