← 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-64816623-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=64816623&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 64816623,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001286497.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "NM_001286496.2",
"protein_id": "NP_001273425.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000559239.2",
"protein_id": "ENSP00000452792.1",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000333425.10",
"protein_id": "ENSP00000328174.6",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 707,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000268043.8",
"protein_id": "ENSP00000268043.4",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "NM_001286497.2",
"protein_id": "NP_001273426.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 707,
"cds_start": 1817,
"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": "L",
"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.1829G>T",
"hgvs_p": "p.Arg610Leu",
"transcript": "ENST00000923751.1",
"protein_id": "ENSP00000593810.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 645,
"cds_start": 1829,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "NM_025049.4",
"protein_id": "NP_079325.2",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000880618.1",
"protein_id": "ENSP00000550677.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000923753.1",
"protein_id": "ENSP00000593812.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "ENST00000923755.1",
"protein_id": "ENSP00000593814.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1811G>T",
"hgvs_p": "p.Arg604Leu",
"transcript": "ENST00000923743.1",
"protein_id": "ENSP00000593802.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 639,
"cds_start": 1811,
"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": "L",
"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.1811G>T",
"hgvs_p": "p.Arg604Leu",
"transcript": "ENST00000923757.1",
"protein_id": "ENSP00000593816.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 639,
"cds_start": 1811,
"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": "L",
"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.1805G>T",
"hgvs_p": "p.Arg602Leu",
"transcript": "ENST00000923742.1",
"protein_id": "ENSP00000593801.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 637,
"cds_start": 1805,
"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": "L",
"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.1805G>T",
"hgvs_p": "p.Arg602Leu",
"transcript": "ENST00000923746.1",
"protein_id": "ENSP00000593805.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 637,
"cds_start": 1805,
"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": "L",
"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.1790G>T",
"hgvs_p": "p.Arg597Leu",
"transcript": "ENST00000923747.1",
"protein_id": "ENSP00000593806.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 632,
"cds_start": 1790,
"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": "L",
"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.1790G>T",
"hgvs_p": "p.Arg597Leu",
"transcript": "ENST00000923750.1",
"protein_id": "ENSP00000593809.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 632,
"cds_start": 1790,
"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": "L",
"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.1763G>T",
"hgvs_p": "p.Arg588Leu",
"transcript": "ENST00000923748.1",
"protein_id": "ENSP00000593807.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 623,
"cds_start": 1763,
"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": "L",
"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.1763G>T",
"hgvs_p": "p.Arg588Leu",
"transcript": "ENST00000923760.1",
"protein_id": "ENSP00000593819.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 623,
"cds_start": 1763,
"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": "L",
"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.1703G>T",
"hgvs_p": "p.Arg568Leu",
"transcript": "ENST00000923749.1",
"protein_id": "ENSP00000593808.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 603,
"cds_start": 1703,
"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": "L",
"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.1694G>T",
"hgvs_p": "p.Arg565Leu",
"transcript": "ENST00000923745.1",
"protein_id": "ENSP00000593804.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 600,
"cds_start": 1694,
"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": "L",
"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.1691G>T",
"hgvs_p": "p.Arg564Leu",
"transcript": "ENST00000923752.1",
"protein_id": "ENSP00000593811.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 599,
"cds_start": 1691,
"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": "L",
"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.1658G>T",
"hgvs_p": "p.Arg553Leu",
"transcript": "NM_001286499.2",
"protein_id": "NP_001273428.1",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 588,
"cds_start": 1658,
"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": "L",
"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.1637G>T",
"hgvs_p": "p.Arg546Leu",
"transcript": "ENST00000923761.1",
"protein_id": "ENSP00000593820.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 581,
"cds_start": 1637,
"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": "L",
"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.1622G>T",
"hgvs_p": "p.Arg541Leu",
"transcript": "ENST00000880617.1",
"protein_id": "ENSP00000550676.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 576,
"cds_start": 1622,
"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": "L",
"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.1622G>T",
"hgvs_p": "p.Arg541Leu",
"transcript": "ENST00000923756.1",
"protein_id": "ENSP00000593815.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 576,
"cds_start": 1622,
"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": "L",
"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.1610G>T",
"hgvs_p": "p.Arg537Leu",
"transcript": "ENST00000923759.1",
"protein_id": "ENSP00000593818.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 572,
"cds_start": 1610,
"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": "L",
"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.1595G>T",
"hgvs_p": "p.Arg532Leu",
"transcript": "ENST00000923744.1",
"protein_id": "ENSP00000593803.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 567,
"cds_start": 1595,
"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": "L",
"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.1568G>T",
"hgvs_p": "p.Arg523Leu",
"transcript": "ENST00000923758.1",
"protein_id": "ENSP00000593817.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 558,
"cds_start": 1568,
"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": "L",
"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.1436G>T",
"hgvs_p": "p.Arg479Leu",
"transcript": "ENST00000923754.1",
"protein_id": "ENSP00000593813.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 514,
"cds_start": 1436,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "XM_011522083.3",
"protein_id": "XP_011520385.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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": "L",
"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.1817G>T",
"hgvs_p": "p.Arg606Leu",
"transcript": "XM_011522084.3",
"protein_id": "XP_011520386.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 641,
"cds_start": 1817,
"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.*29G>T",
"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": "rs773939962",
"frequency_reference_population": 0.0000065690074,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000656901,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.33517611026763916,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.124,
"revel_prediction": "Benign",
"alphamissense_score": 0.0949,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.512,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001286497.2",
"gene_symbol": "PIF1",
"hgnc_id": 26220,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1817G>T",
"hgvs_p": "p.Arg606Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}