← 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: 5-68293790-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=68293790&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 68293790,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_181523.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "NM_181523.3",
"protein_id": "NP_852664.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000521381.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181523.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000521381.6",
"protein_id": "ENSP00000428056.1",
"transcript_support_level": 1,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_181523.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521381.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.571C>T",
"hgvs_p": "p.Arg191*",
"transcript": "ENST00000336483.10",
"protein_id": "ENSP00000338554.5",
"transcript_support_level": 1,
"aa_start": 191,
"aa_end": null,
"aa_length": 454,
"cds_start": 571,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336483.10"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161*",
"transcript": "ENST00000320694.13",
"protein_id": "ENSP00000323512.8",
"transcript_support_level": 1,
"aa_start": 161,
"aa_end": null,
"aa_length": 424,
"cds_start": 481,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320694.13"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000697461.1",
"protein_id": "ENSP00000513319.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 732,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697461.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000870050.1",
"protein_id": "ENSP00000540109.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 732,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870050.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000517643.2",
"protein_id": "ENSP00000513333.1",
"transcript_support_level": 3,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517643.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000521657.6",
"protein_id": "ENSP00000429277.1",
"transcript_support_level": 5,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521657.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000697458.1",
"protein_id": "ENSP00000513316.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697458.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000870051.1",
"protein_id": "ENSP00000540110.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870051.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000870052.1",
"protein_id": "ENSP00000540111.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870052.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000870053.1",
"protein_id": "ENSP00000540112.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870053.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000961623.1",
"protein_id": "ENSP00000631682.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961623.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000870049.1",
"protein_id": "ENSP00000540108.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 705,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870049.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1306C>T",
"hgvs_p": "p.Arg436*",
"transcript": "ENST00000697457.1",
"protein_id": "ENSP00000513315.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 699,
"cds_start": 1306,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697457.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "ENST00000961622.1",
"protein_id": "ENSP00000631681.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 667,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961622.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.856C>T",
"hgvs_p": "p.Arg286*",
"transcript": "ENST00000697460.1",
"protein_id": "ENSP00000513318.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 549,
"cds_start": 856,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697460.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.571C>T",
"hgvs_p": "p.Arg191*",
"transcript": "ENST00000697462.1",
"protein_id": "ENSP00000513320.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 462,
"cds_start": 571,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697462.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.571C>T",
"hgvs_p": "p.Arg191*",
"transcript": "NM_181504.4",
"protein_id": "NP_852556.2",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 454,
"cds_start": 571,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181504.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.571C>T",
"hgvs_p": "p.Arg191*",
"transcript": "ENST00000522084.6",
"protein_id": "ENSP00000429766.2",
"transcript_support_level": 3,
"aa_start": 191,
"aa_end": null,
"aa_length": 454,
"cds_start": 571,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522084.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.Arg161*",
"transcript": "NM_181524.2",
"protein_id": "NP_852665.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 424,
"cds_start": 481,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181524.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.418C>T",
"hgvs_p": "p.Arg140*",
"transcript": "ENST00000697465.1",
"protein_id": "ENSP00000513323.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 403,
"cds_start": 418,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697465.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.388C>T",
"hgvs_p": "p.Arg130*",
"transcript": "ENST00000697466.1",
"protein_id": "ENSP00000513324.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 393,
"cds_start": 388,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697466.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122*",
"transcript": "ENST00000697468.1",
"protein_id": "ENSP00000513326.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 385,
"cds_start": 364,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697468.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.364C>T",
"hgvs_p": "p.Arg122*",
"transcript": "ENST00000697557.1",
"protein_id": "ENSP00000513335.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 385,
"cds_start": 364,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697557.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98*",
"transcript": "NM_001242466.2",
"protein_id": "NP_001229395.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 361,
"cds_start": 292,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242466.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98*",
"transcript": "ENST00000523872.1",
"protein_id": "ENSP00000430098.1",
"transcript_support_level": 2,
"aa_start": 98,
"aa_end": null,
"aa_length": 361,
"cds_start": 292,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523872.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98*",
"transcript": "ENST00000697467.1",
"protein_id": "ENSP00000513325.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 361,
"cds_start": 292,
"cds_end": null,
"cds_length": 1086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697467.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.73C>T",
"hgvs_p": "p.Arg25*",
"transcript": "ENST00000697469.1",
"protein_id": "ENSP00000513327.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 231,
"cds_start": 73,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697469.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98*",
"transcript": "ENST00000519025.5",
"protein_id": "ENSP00000429156.2",
"transcript_support_level": 4,
"aa_start": 98,
"aa_end": null,
"aa_length": 152,
"cds_start": 292,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519025.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.292C>T",
"hgvs_p": "p.Arg98*",
"transcript": "ENST00000521409.5",
"protein_id": "ENSP00000431058.1",
"transcript_support_level": 4,
"aa_start": 98,
"aa_end": null,
"aa_length": 136,
"cds_start": 292,
"cds_end": null,
"cds_length": 413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521409.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "XM_005248542.4",
"protein_id": "XP_005248599.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248542.4"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "XM_017009585.3",
"protein_id": "XP_016865074.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009585.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*",
"transcript": "XM_047417315.1",
"protein_id": "XP_047273271.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 724,
"cds_start": 1381,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417315.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1054C>T",
"hgvs_p": "p.Arg352*",
"transcript": "XM_047417316.1",
"protein_id": "XP_047273272.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 615,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417316.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.1054C>T",
"hgvs_p": "p.Arg352*",
"transcript": "XM_047417317.1",
"protein_id": "XP_047273273.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 615,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417317.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.*351C>T",
"hgvs_p": null,
"transcript": "ENST00000517698.6",
"protein_id": "ENSP00000430424.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000517698.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.1924C>T",
"hgvs_p": null,
"transcript": "ENST00000518813.5",
"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": "retained_intron",
"feature": "ENST00000518813.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.780C>T",
"hgvs_p": null,
"transcript": "ENST00000520550.1",
"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": "retained_intron",
"feature": "ENST00000520550.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.1022C>T",
"hgvs_p": null,
"transcript": "ENST00000697463.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": "ENST00000697463.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.*347C>T",
"hgvs_p": null,
"transcript": "ENST00000697464.1",
"protein_id": "ENSP00000513322.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000697464.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.*351C>T",
"hgvs_p": null,
"transcript": "ENST00000517698.6",
"protein_id": "ENSP00000430424.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000517698.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "n.*347C>T",
"hgvs_p": null,
"transcript": "ENST00000697464.1",
"protein_id": "ENSP00000513322.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000697464.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.-24C>T",
"hgvs_p": null,
"transcript": "ENST00000697470.1",
"protein_id": "ENSP00000513328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697470.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"hgvs_c": "c.*68C>T",
"hgvs_p": null,
"transcript": "ENST00000697556.1",
"protein_id": "ENSP00000513334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 405,
"cds_start": null,
"cds_end": null,
"cds_length": 1220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697556.1"
}
],
"gene_symbol": "PIK3R1",
"gene_hgnc_id": 8979,
"dbsnp": "rs1057519838",
"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.3700000047683716,
"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.37,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.562,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_181523.3",
"gene_symbol": "PIK3R1",
"hgnc_id": 8979,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461*"
}
],
"clinvar_disease": " autosomal recessive,Agammaglobulinemia 7,Immunodeficiency 36 with lymphoproliferation,SHORT syndrome",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "SHORT syndrome|Agammaglobulinemia 7, autosomal recessive;SHORT syndrome;Immunodeficiency 36 with lymphoproliferation",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}