← 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: 11-601785-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=601785&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 601785,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001286581.2",
"consequences": [
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "NM_001286581.2",
"protein_id": "NP_001273510.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1649,
"cds_start": null,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264555.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286581.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000264555.10",
"protein_id": "ENSP00000264555.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1649,
"cds_start": null,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001286581.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264555.10"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000416188.3",
"protein_id": "ENSP00000410626.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416188.3"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "ENST00000413872.6",
"protein_id": "ENSP00000388589.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1647,
"cds_start": null,
"cds_end": null,
"cds_length": 4944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413872.6"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1140+84T>A",
"hgvs_p": null,
"transcript": "ENST00000533464.5",
"protein_id": "ENSP00000431870.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1645,
"cds_start": null,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533464.5"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000919859.1",
"protein_id": "ENSP00000589918.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1664,
"cds_start": null,
"cds_end": null,
"cds_length": 4995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919859.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000941193.1",
"protein_id": "ENSP00000611252.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1649,
"cds_start": null,
"cds_end": null,
"cds_length": 4950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941193.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "NM_020901.4",
"protein_id": "NP_065952.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020901.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858731.1",
"protein_id": "ENSP00000528790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858731.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858740.1",
"protein_id": "ENSP00000528799.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858740.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "NM_001286582.2",
"protein_id": "NP_001273511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1647,
"cds_start": null,
"cds_end": null,
"cds_length": 4944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286582.2"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1146+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858737.1",
"protein_id": "ENSP00000528796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1647,
"cds_start": null,
"cds_end": null,
"cds_length": 4944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858737.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000919858.1",
"protein_id": "ENSP00000589917.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1647,
"cds_start": null,
"cds_end": null,
"cds_length": 4944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919858.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858733.1",
"protein_id": "ENSP00000528792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858733.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858739.1",
"protein_id": "ENSP00000528798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858739.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1146+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858741.1",
"protein_id": "ENSP00000528800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858741.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1146+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858745.1",
"protein_id": "ENSP00000528804.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858745.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1140+84T>A",
"hgvs_p": null,
"transcript": "NM_001286583.2",
"protein_id": "NP_001273512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1645,
"cds_start": null,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286583.2"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858730.1",
"protein_id": "ENSP00000528789.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1645,
"cds_start": null,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858730.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858742.1",
"protein_id": "ENSP00000528801.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1645,
"cds_start": null,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858742.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1137+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858738.1",
"protein_id": "ENSP00000528797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1644,
"cds_start": null,
"cds_end": null,
"cds_length": 4935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858738.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1140+84T>A",
"hgvs_p": null,
"transcript": "ENST00000919860.1",
"protein_id": "ENSP00000589919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1644,
"cds_start": null,
"cds_end": null,
"cds_length": 4935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919860.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858735.1",
"protein_id": "ENSP00000528794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1617,
"cds_start": null,
"cds_end": null,
"cds_length": 4854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858735.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858732.1",
"protein_id": "ENSP00000528791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1616,
"cds_start": null,
"cds_end": null,
"cds_length": 4851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858732.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858734.1",
"protein_id": "ENSP00000528793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1614,
"cds_start": null,
"cds_end": null,
"cds_length": 4845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858734.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1137+90T>A",
"hgvs_p": null,
"transcript": "ENST00000858743.1",
"protein_id": "ENSP00000528802.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1612,
"cds_start": null,
"cds_end": null,
"cds_length": 4839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858743.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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1032+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858736.1",
"protein_id": "ENSP00000528795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1609,
"cds_start": null,
"cds_end": null,
"cds_length": 4830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858736.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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1032+84T>A",
"hgvs_p": null,
"transcript": "ENST00000941192.1",
"protein_id": "ENSP00000611251.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1608,
"cds_start": null,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941192.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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1023+84T>A",
"hgvs_p": null,
"transcript": "ENST00000941191.1",
"protein_id": "ENSP00000611250.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1606,
"cds_start": null,
"cds_end": null,
"cds_length": 4821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941191.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": 17,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "ENST00000858744.1",
"protein_id": "ENSP00000528803.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1576,
"cds_start": null,
"cds_end": null,
"cds_length": 4731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858744.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1149+84T>A",
"hgvs_p": null,
"transcript": "XM_005253025.6",
"protein_id": "XP_005253082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1648,
"cds_start": null,
"cds_end": null,
"cds_length": 4947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253025.6"
},
{
"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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1146+90T>A",
"hgvs_p": null,
"transcript": "XM_011520236.4",
"protein_id": "XP_011518538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1647,
"cds_start": null,
"cds_end": null,
"cds_length": 4944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520236.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+84T>A",
"hgvs_p": null,
"transcript": "XM_005253027.4",
"protein_id": "XP_005253084.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005253027.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+90T>A",
"hgvs_p": null,
"transcript": "XM_047427342.1",
"protein_id": "XP_047283298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427342.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1146+90T>A",
"hgvs_p": null,
"transcript": "XM_047427343.1",
"protein_id": "XP_047283299.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1646,
"cds_start": null,
"cds_end": null,
"cds_length": 4941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427343.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1143+84T>A",
"hgvs_p": null,
"transcript": "XM_047427344.1",
"protein_id": "XP_047283300.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1645,
"cds_start": null,
"cds_end": null,
"cds_length": 4938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427344.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1137+90T>A",
"hgvs_p": null,
"transcript": "XM_047427345.1",
"protein_id": "XP_047283301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1644,
"cds_start": null,
"cds_end": null,
"cds_length": 4935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427345.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1134+90T>A",
"hgvs_p": null,
"transcript": "XM_047427346.1",
"protein_id": "XP_047283302.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1643,
"cds_start": null,
"cds_end": null,
"cds_length": 4932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427346.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": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1134+90T>A",
"hgvs_p": null,
"transcript": "XM_047427347.1",
"protein_id": "XP_047283303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1642,
"cds_start": null,
"cds_end": null,
"cds_length": 4929,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427347.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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1032+84T>A",
"hgvs_p": null,
"transcript": "XM_011520237.4",
"protein_id": "XP_011518539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1609,
"cds_start": null,
"cds_end": null,
"cds_length": 4830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520237.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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "c.1032+84T>A",
"hgvs_p": null,
"transcript": "XM_047427348.1",
"protein_id": "XP_047283304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1608,
"cds_start": null,
"cds_end": null,
"cds_length": 4827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "n.45+84T>A",
"hgvs_p": null,
"transcript": "ENST00000532550.1",
"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": "ENST00000532550.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"hgvs_c": "n.1152+84T>A",
"hgvs_p": null,
"transcript": "ENST00000534320.5",
"protein_id": "ENSP00000435360.1",
"transcript_support_level": 5,
"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": "ENST00000534320.5"
}
],
"gene_symbol": "PHRF1",
"gene_hgnc_id": 24351,
"dbsnp": "rs2396545",
"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.9100000262260437,
"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.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.555,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001286581.2",
"gene_symbol": "PHRF1",
"hgnc_id": 24351,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1152+84T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}