← 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: 15-64816593-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=64816593&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 64816593,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001286497.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "NM_001286496.2",
"protein_id": "NP_001273425.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000559239.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286496.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000559239.2",
"protein_id": "ENSP00000452792.1",
"transcript_support_level": 1,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001286496.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559239.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000333425.10",
"protein_id": "ENSP00000328174.6",
"transcript_support_level": 1,
"aa_start": 616,
"aa_end": null,
"aa_length": 707,
"cds_start": 1847,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333425.10"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000268043.8",
"protein_id": "ENSP00000268043.4",
"transcript_support_level": 1,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000268043.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "NM_001286497.2",
"protein_id": "NP_001273426.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 707,
"cds_start": 1847,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286497.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1859G>A",
"hgvs_p": "p.Arg620Gln",
"transcript": "ENST00000923751.1",
"protein_id": "ENSP00000593810.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 645,
"cds_start": 1859,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923751.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "NM_025049.4",
"protein_id": "NP_079325.2",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025049.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000880618.1",
"protein_id": "ENSP00000550677.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880618.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000923753.1",
"protein_id": "ENSP00000593812.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923753.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "ENST00000923755.1",
"protein_id": "ENSP00000593814.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923755.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614Gln",
"transcript": "ENST00000923743.1",
"protein_id": "ENSP00000593802.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 639,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923743.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1841G>A",
"hgvs_p": "p.Arg614Gln",
"transcript": "ENST00000923757.1",
"protein_id": "ENSP00000593816.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 639,
"cds_start": 1841,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923757.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Gln",
"transcript": "ENST00000923742.1",
"protein_id": "ENSP00000593801.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 637,
"cds_start": 1835,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923742.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1835G>A",
"hgvs_p": "p.Arg612Gln",
"transcript": "ENST00000923746.1",
"protein_id": "ENSP00000593805.1",
"transcript_support_level": null,
"aa_start": 612,
"aa_end": null,
"aa_length": 637,
"cds_start": 1835,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923746.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1820G>A",
"hgvs_p": "p.Arg607Gln",
"transcript": "ENST00000923747.1",
"protein_id": "ENSP00000593806.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 632,
"cds_start": 1820,
"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": "ENST00000923747.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1820G>A",
"hgvs_p": "p.Arg607Gln",
"transcript": "ENST00000923750.1",
"protein_id": "ENSP00000593809.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 632,
"cds_start": 1820,
"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": "ENST00000923750.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1793G>A",
"hgvs_p": "p.Arg598Gln",
"transcript": "ENST00000923748.1",
"protein_id": "ENSP00000593807.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 623,
"cds_start": 1793,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923748.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1793G>A",
"hgvs_p": "p.Arg598Gln",
"transcript": "ENST00000923760.1",
"protein_id": "ENSP00000593819.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 623,
"cds_start": 1793,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923760.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1733G>A",
"hgvs_p": "p.Arg578Gln",
"transcript": "ENST00000923749.1",
"protein_id": "ENSP00000593808.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 603,
"cds_start": 1733,
"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": "ENST00000923749.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1724G>A",
"hgvs_p": "p.Arg575Gln",
"transcript": "ENST00000923745.1",
"protein_id": "ENSP00000593804.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 600,
"cds_start": 1724,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923745.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1721G>A",
"hgvs_p": "p.Arg574Gln",
"transcript": "ENST00000923752.1",
"protein_id": "ENSP00000593811.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 599,
"cds_start": 1721,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923752.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1688G>A",
"hgvs_p": "p.Arg563Gln",
"transcript": "NM_001286499.2",
"protein_id": "NP_001273428.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 588,
"cds_start": 1688,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286499.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1667G>A",
"hgvs_p": "p.Arg556Gln",
"transcript": "ENST00000923761.1",
"protein_id": "ENSP00000593820.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 581,
"cds_start": 1667,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923761.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1652G>A",
"hgvs_p": "p.Arg551Gln",
"transcript": "ENST00000880617.1",
"protein_id": "ENSP00000550676.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 576,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880617.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1652G>A",
"hgvs_p": "p.Arg551Gln",
"transcript": "ENST00000923756.1",
"protein_id": "ENSP00000593815.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 576,
"cds_start": 1652,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923756.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1640G>A",
"hgvs_p": "p.Arg547Gln",
"transcript": "ENST00000923759.1",
"protein_id": "ENSP00000593818.1",
"transcript_support_level": null,
"aa_start": 547,
"aa_end": null,
"aa_length": 572,
"cds_start": 1640,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923759.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1625G>A",
"hgvs_p": "p.Arg542Gln",
"transcript": "ENST00000923744.1",
"protein_id": "ENSP00000593803.1",
"transcript_support_level": null,
"aa_start": 542,
"aa_end": null,
"aa_length": 567,
"cds_start": 1625,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923744.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Arg533Gln",
"transcript": "ENST00000923758.1",
"protein_id": "ENSP00000593817.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 558,
"cds_start": 1598,
"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": "ENST00000923758.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1466G>A",
"hgvs_p": "p.Arg489Gln",
"transcript": "ENST00000923754.1",
"protein_id": "ENSP00000593813.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 514,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923754.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "XM_011522083.3",
"protein_id": "XP_011520385.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522083.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln",
"transcript": "XM_011522084.3",
"protein_id": "XP_011520386.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 641,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522084.3"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"hgvs_c": "n.*59G>A",
"hgvs_p": null,
"transcript": "ENST00000559872.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": "ENST00000559872.1"
}
],
"gene_symbol": "PIF1",
"gene_hgnc_id": 26220,
"dbsnp": "rs750506977",
"frequency_reference_population": 0.000071893846,
"hom_count_reference_population": 0,
"allele_count_reference_population": 116,
"gnomad_exomes_af": 0.0000745947,
"gnomad_genomes_af": 0.000045974,
"gnomad_exomes_ac": 109,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07971271872520447,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.06,
"revel_prediction": "Benign",
"alphamissense_score": 0.0673,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.039,
"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_Moderate,BP6_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001286497.2",
"gene_symbol": "PIF1",
"hgnc_id": 26220,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1847G>A",
"hgvs_p": "p.Arg616Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}