← 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: 8-143816962-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143816962&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143816962,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001362895.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1328C>A",
"hgvs_p": "p.Ser443*",
"transcript": "NM_078480.3",
"protein_id": "NP_510965.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 559,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000526683.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_078480.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1328C>A",
"hgvs_p": "p.Ser443*",
"transcript": "ENST00000526683.6",
"protein_id": "ENSP00000434359.1",
"transcript_support_level": 1,
"aa_start": 443,
"aa_end": null,
"aa_length": 559,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_078480.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526683.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1277C>A",
"hgvs_p": "p.Ser426*",
"transcript": "ENST00000349157.10",
"protein_id": "ENSP00000322036.7",
"transcript_support_level": 1,
"aa_start": 426,
"aa_end": null,
"aa_length": 542,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349157.10"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1199C>A",
"hgvs_p": "p.Ser400*",
"transcript": "ENST00000453551.6",
"protein_id": "ENSP00000402953.2",
"transcript_support_level": 1,
"aa_start": 400,
"aa_end": null,
"aa_length": 516,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000453551.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1148C>A",
"hgvs_p": "p.Ser383*",
"transcript": "ENST00000313352.11",
"protein_id": "ENSP00000322016.7",
"transcript_support_level": 1,
"aa_start": 383,
"aa_end": null,
"aa_length": 499,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313352.11"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "NM_001362895.2",
"protein_id": "NP_001349824.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362895.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "NM_001362896.2",
"protein_id": "NP_001349825.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362896.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "ENST00000533162.2",
"protein_id": "ENSP00000433403.2",
"transcript_support_level": 3,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533162.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "ENST00000703847.1",
"protein_id": "ENSP00000515499.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703847.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1403C>A",
"hgvs_p": "p.Ser468*",
"transcript": "ENST00000533362.2",
"protein_id": "ENSP00000515502.1",
"transcript_support_level": 5,
"aa_start": 468,
"aa_end": null,
"aa_length": 584,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533362.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1403C>A",
"hgvs_p": "p.Ser468*",
"transcript": "ENST00000703850.1",
"protein_id": "ENSP00000515503.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 584,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703850.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1388C>A",
"hgvs_p": "p.Ser463*",
"transcript": "NM_001362897.2",
"protein_id": "NP_001349826.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 579,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001362897.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1328C>A",
"hgvs_p": "p.Ser443*",
"transcript": "ENST00000703866.1",
"protein_id": "ENSP00000515511.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 559,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703866.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1325C>A",
"hgvs_p": "p.Ser442*",
"transcript": "NM_001271098.2",
"protein_id": "NP_001258027.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 558,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271098.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1325C>A",
"hgvs_p": "p.Ser442*",
"transcript": "ENST00000527744.6",
"protein_id": "ENSP00000436131.2",
"transcript_support_level": 2,
"aa_start": 442,
"aa_end": null,
"aa_length": 558,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527744.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1322C>A",
"hgvs_p": "p.Ser441*",
"transcript": "ENST00000963445.1",
"protein_id": "ENSP00000633504.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 557,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963445.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1301C>A",
"hgvs_p": "p.Ser434*",
"transcript": "ENST00000897215.1",
"protein_id": "ENSP00000567274.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 550,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897215.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1277C>A",
"hgvs_p": "p.Ser426*",
"transcript": "NM_014281.5",
"protein_id": "NP_055096.2",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 542,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014281.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1274C>A",
"hgvs_p": "p.Ser425*",
"transcript": "NM_001271096.2",
"protein_id": "NP_001258025.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 541,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271096.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1274C>A",
"hgvs_p": "p.Ser425*",
"transcript": "ENST00000526459.6",
"protein_id": "ENSP00000432610.2",
"transcript_support_level": 2,
"aa_start": 425,
"aa_end": null,
"aa_length": 541,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526459.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1271C>A",
"hgvs_p": "p.Ser424*",
"transcript": "ENST00000934071.1",
"protein_id": "ENSP00000604130.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 540,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934071.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1268C>A",
"hgvs_p": "p.Ser423*",
"transcript": "ENST00000963446.1",
"protein_id": "ENSP00000633505.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 539,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963446.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1250C>A",
"hgvs_p": "p.Ser417*",
"transcript": "ENST00000897213.1",
"protein_id": "ENSP00000567272.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 533,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897213.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1250C>A",
"hgvs_p": "p.Ser417*",
"transcript": "ENST00000934070.1",
"protein_id": "ENSP00000604129.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 533,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934070.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1247C>A",
"hgvs_p": "p.Ser416*",
"transcript": "ENST00000897212.1",
"protein_id": "ENSP00000567271.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 532,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897212.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1241C>A",
"hgvs_p": "p.Ser414*",
"transcript": "NM_001271099.2",
"protein_id": "NP_001258028.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 530,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271099.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1241C>A",
"hgvs_p": "p.Ser414*",
"transcript": "ENST00000456095.6",
"protein_id": "ENSP00000395417.2",
"transcript_support_level": 5,
"aa_start": 414,
"aa_end": null,
"aa_length": 530,
"cds_start": 1241,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456095.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1235C>A",
"hgvs_p": "p.Ser412*",
"transcript": "ENST00000934073.1",
"protein_id": "ENSP00000604132.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 528,
"cds_start": 1235,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934073.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1214C>A",
"hgvs_p": "p.Ser405*",
"transcript": "ENST00000897214.1",
"protein_id": "ENSP00000567273.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 521,
"cds_start": 1214,
"cds_end": null,
"cds_length": 1566,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897214.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1199C>A",
"hgvs_p": "p.Ser400*",
"transcript": "NM_001136033.3",
"protein_id": "NP_001129505.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 516,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136033.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1199C>A",
"hgvs_p": "p.Ser400*",
"transcript": "ENST00000531951.6",
"protein_id": "ENSP00000515500.1",
"transcript_support_level": 3,
"aa_start": 400,
"aa_end": null,
"aa_length": 516,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531951.6"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1199C>A",
"hgvs_p": "p.Ser400*",
"transcript": "ENST00000703846.1",
"protein_id": "ENSP00000515498.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 516,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703846.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1199C>A",
"hgvs_p": "p.Ser400*",
"transcript": "ENST00000703849.1",
"protein_id": "ENSP00000515501.1",
"transcript_support_level": null,
"aa_start": 400,
"aa_end": null,
"aa_length": 516,
"cds_start": 1199,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000703849.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1190C>A",
"hgvs_p": "p.Ser397*",
"transcript": "NM_001271097.2",
"protein_id": "NP_001258026.1",
"transcript_support_level": null,
"aa_start": 397,
"aa_end": null,
"aa_length": 513,
"cds_start": 1190,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271097.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1190C>A",
"hgvs_p": "p.Ser397*",
"transcript": "ENST00000527197.5",
"protein_id": "ENSP00000431960.1",
"transcript_support_level": 5,
"aa_start": 397,
"aa_end": null,
"aa_length": 513,
"cds_start": 1190,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527197.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1187C>A",
"hgvs_p": "p.Ser396*",
"transcript": "ENST00000897216.1",
"protein_id": "ENSP00000567275.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 512,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897216.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1184C>A",
"hgvs_p": "p.Ser395*",
"transcript": "ENST00000897218.1",
"protein_id": "ENSP00000567277.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 511,
"cds_start": 1184,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897218.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1175C>A",
"hgvs_p": "p.Ser392*",
"transcript": "ENST00000934072.1",
"protein_id": "ENSP00000604131.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 508,
"cds_start": 1175,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934072.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1172C>A",
"hgvs_p": "p.Ser391*",
"transcript": "ENST00000963444.1",
"protein_id": "ENSP00000633503.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 507,
"cds_start": 1172,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963444.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1163C>A",
"hgvs_p": "p.Ser388*",
"transcript": "ENST00000934074.1",
"protein_id": "ENSP00000604133.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 504,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934074.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1148C>A",
"hgvs_p": "p.Ser383*",
"transcript": "NM_001271100.2",
"protein_id": "NP_001258029.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 499,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271100.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1142C>A",
"hgvs_p": "p.Ser381*",
"transcript": "ENST00000963448.1",
"protein_id": "ENSP00000633507.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 497,
"cds_start": 1142,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963448.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Ser374*",
"transcript": "ENST00000934075.1",
"protein_id": "ENSP00000604134.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 490,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934075.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1100C>A",
"hgvs_p": "p.Ser367*",
"transcript": "ENST00000897217.1",
"protein_id": "ENSP00000567276.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 483,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897217.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1004C>A",
"hgvs_p": "p.Ser335*",
"transcript": "ENST00000963447.1",
"protein_id": "ENSP00000633506.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 451,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963447.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "XM_017013234.2",
"protein_id": "XP_016868723.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013234.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*",
"transcript": "XM_047421578.1",
"protein_id": "XP_047277534.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 596,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421578.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1436C>A",
"hgvs_p": "p.Ser479*",
"transcript": "XM_047421579.1",
"protein_id": "XP_047277535.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 595,
"cds_start": 1436,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421579.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1436C>A",
"hgvs_p": "p.Ser479*",
"transcript": "XM_047421580.1",
"protein_id": "XP_047277536.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 595,
"cds_start": 1436,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421580.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1388C>A",
"hgvs_p": "p.Ser463*",
"transcript": "XM_017013236.2",
"protein_id": "XP_016868725.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 579,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017013236.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1388C>A",
"hgvs_p": "p.Ser463*",
"transcript": "XM_047421581.1",
"protein_id": "XP_047277537.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 579,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421581.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1388C>A",
"hgvs_p": "p.Ser463*",
"transcript": "XM_047421582.1",
"protein_id": "XP_047277538.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 579,
"cds_start": 1388,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421582.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.1385C>A",
"hgvs_p": "p.Ser462*",
"transcript": "XM_047421583.1",
"protein_id": "XP_047277539.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 578,
"cds_start": 1385,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.2026C>A",
"hgvs_p": null,
"transcript": "ENST00000524570.6",
"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": "pseudogene",
"feature": "ENST00000524570.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.3383C>A",
"hgvs_p": null,
"transcript": "ENST00000526151.6",
"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": "ENST00000526151.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.*1173C>A",
"hgvs_p": null,
"transcript": "ENST00000532127.6",
"protein_id": "ENSP00000515484.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000532127.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.2039C>A",
"hgvs_p": null,
"transcript": "ENST00000703744.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000703744.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.1593C>A",
"hgvs_p": null,
"transcript": "ENST00000703803.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000703803.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.1359C>A",
"hgvs_p": null,
"transcript": "ENST00000703848.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000703848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.*1173C>A",
"hgvs_p": null,
"transcript": "ENST00000532127.6",
"protein_id": "ENSP00000515484.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000532127.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "c.*118C>A",
"hgvs_p": null,
"transcript": "ENST00000532884.1",
"protein_id": "ENSP00000432091.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 271,
"cds_start": null,
"cds_end": null,
"cds_length": 817,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532884.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"hgvs_c": "n.*136C>A",
"hgvs_p": null,
"transcript": "ENST00000703851.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000703851.1"
}
],
"gene_symbol": "PUF60",
"gene_hgnc_id": 17042,
"dbsnp": "rs867646760",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6000000238418579,
"computational_prediction_selected": "Pathogenic",
"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.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.274,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "NM_001362895.2",
"gene_symbol": "PUF60",
"hgnc_id": 17042,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1439C>A",
"hgvs_p": "p.Ser480*"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}