← 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: 3-138682038-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=138682038&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 138682038,
"ref": "T",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_006219.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "NM_006219.3",
"protein_id": "NP_006210.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000674063.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006219.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000674063.1",
"protein_id": "ENSP00000501150.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006219.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674063.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "NM_001437286.1",
"protein_id": "NP_001424215.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437286.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "NM_001437287.1",
"protein_id": "NP_001424216.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437287.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "NM_001437288.1",
"protein_id": "NP_001424217.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437288.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "NM_001437293.1",
"protein_id": "NP_001424222.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437293.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000477593.6",
"protein_id": "ENSP00000418143.1",
"transcript_support_level": 5,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000477593.6"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000894539.1",
"protein_id": "ENSP00000564598.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894539.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000894543.1",
"protein_id": "ENSP00000564602.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894543.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000894546.1",
"protein_id": "ENSP00000564605.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894546.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000938763.1",
"protein_id": "ENSP00000608822.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938763.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000938766.1",
"protein_id": "ENSP00000608825.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938766.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000938769.1",
"protein_id": "ENSP00000608828.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938769.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000955024.1",
"protein_id": "ENSP00000625083.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955024.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000955025.1",
"protein_id": "ENSP00000625084.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955025.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000955028.1",
"protein_id": "ENSP00000625087.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955028.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "ENST00000955030.1",
"protein_id": "ENSP00000625089.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955030.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2430A>T",
"hgvs_p": "p.Arg810Arg",
"transcript": "ENST00000894542.1",
"protein_id": "ENSP00000564601.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 1069,
"cds_start": 2430,
"cds_end": null,
"cds_length": 3210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894542.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2391A>T",
"hgvs_p": "p.Arg797Arg",
"transcript": "ENST00000894540.1",
"protein_id": "ENSP00000564599.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2391,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894540.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2391A>T",
"hgvs_p": "p.Arg797Arg",
"transcript": "ENST00000955027.1",
"protein_id": "ENSP00000625085.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 1056,
"cds_start": 2391,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955027.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2382A>T",
"hgvs_p": "p.Arg794Arg",
"transcript": "NM_001437289.1",
"protein_id": "NP_001424218.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1053,
"cds_start": 2382,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437289.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2382A>T",
"hgvs_p": "p.Arg794Arg",
"transcript": "NM_001437290.1",
"protein_id": "NP_001424219.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1053,
"cds_start": 2382,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437290.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2382A>T",
"hgvs_p": "p.Arg794Arg",
"transcript": "NM_001437291.1",
"protein_id": "NP_001424220.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1053,
"cds_start": 2382,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437291.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2382A>T",
"hgvs_p": "p.Arg794Arg",
"transcript": "NM_001437292.1",
"protein_id": "NP_001424221.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1053,
"cds_start": 2382,
"cds_end": null,
"cds_length": 3162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437292.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2352A>T",
"hgvs_p": "p.Arg784Arg",
"transcript": "ENST00000938758.1",
"protein_id": "ENSP00000608817.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2352,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938758.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2352A>T",
"hgvs_p": "p.Arg784Arg",
"transcript": "ENST00000938759.1",
"protein_id": "ENSP00000608818.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 1043,
"cds_start": 2352,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938759.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2349A>T",
"hgvs_p": "p.Arg783Arg",
"transcript": "ENST00000938760.1",
"protein_id": "ENSP00000608819.1",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 1042,
"cds_start": 2349,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938760.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2301A>T",
"hgvs_p": "p.Arg767Arg",
"transcript": "ENST00000938768.1",
"protein_id": "ENSP00000608827.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 1026,
"cds_start": 2301,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938768.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2253A>T",
"hgvs_p": "p.Arg751Arg",
"transcript": "ENST00000938761.1",
"protein_id": "ENSP00000608820.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2253,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938761.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2253A>T",
"hgvs_p": "p.Arg751Arg",
"transcript": "ENST00000938767.1",
"protein_id": "ENSP00000608826.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2253,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938767.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2247A>T",
"hgvs_p": "p.Arg749Arg",
"transcript": "ENST00000894541.1",
"protein_id": "ENSP00000564600.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 1008,
"cds_start": 2247,
"cds_end": null,
"cds_length": 3027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894541.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2247A>T",
"hgvs_p": "p.Arg749Arg",
"transcript": "ENST00000938765.1",
"protein_id": "ENSP00000608824.1",
"transcript_support_level": null,
"aa_start": 749,
"aa_end": null,
"aa_length": 1008,
"cds_start": 2247,
"cds_end": null,
"cds_length": 3027,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938765.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2205A>T",
"hgvs_p": "p.Arg735Arg",
"transcript": "ENST00000894544.1",
"protein_id": "ENSP00000564603.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 994,
"cds_start": 2205,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894544.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2067A>T",
"hgvs_p": "p.Arg689Arg",
"transcript": "ENST00000938762.1",
"protein_id": "ENSP00000608821.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 948,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938762.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2016A>T",
"hgvs_p": "p.Arg672Arg",
"transcript": "ENST00000938764.1",
"protein_id": "ENSP00000608823.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 931,
"cds_start": 2016,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938764.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.1326A>T",
"hgvs_p": "p.Arg442Arg",
"transcript": "ENST00000493568.5",
"protein_id": "ENSP00000417869.1",
"transcript_support_level": 2,
"aa_start": 442,
"aa_end": null,
"aa_length": 701,
"cds_start": 1326,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493568.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.969A>T",
"hgvs_p": "p.Arg323Arg",
"transcript": "NM_001256045.2",
"protein_id": "NP_001242974.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 582,
"cds_start": 969,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256045.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "XM_047448307.1",
"protein_id": "XP_047304263.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448307.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "XM_047448309.1",
"protein_id": "XP_047304265.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448309.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg",
"transcript": "XM_047448310.1",
"protein_id": "XP_047304266.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 1070,
"cds_start": 2433,
"cds_end": null,
"cds_length": 3213,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448310.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "c.2036+8962A>T",
"hgvs_p": null,
"transcript": "ENST00000894545.1",
"protein_id": "ENSP00000564604.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 914,
"cds_start": null,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894545.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*2002A>T",
"hgvs_p": null,
"transcript": "ENST00000462898.5",
"protein_id": "ENSP00000420108.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": "ENST00000462898.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*910A>T",
"hgvs_p": null,
"transcript": "ENST00000469284.6",
"protein_id": "ENSP00000419513.2",
"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": "ENST00000469284.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*112A>T",
"hgvs_p": null,
"transcript": "ENST00000473435.1",
"protein_id": "ENSP00000419091.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": "ENST00000473435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.1315A>T",
"hgvs_p": null,
"transcript": "ENST00000481749.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": "ENST00000481749.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*2002A>T",
"hgvs_p": null,
"transcript": "ENST00000462898.5",
"protein_id": "ENSP00000420108.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": "ENST00000462898.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*910A>T",
"hgvs_p": null,
"transcript": "ENST00000469284.6",
"protein_id": "ENSP00000419513.2",
"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": "ENST00000469284.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"hgvs_c": "n.*112A>T",
"hgvs_p": null,
"transcript": "ENST00000473435.1",
"protein_id": "ENSP00000419091.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": "ENST00000473435.1"
}
],
"gene_symbol": "PIK3CB",
"gene_hgnc_id": 8976,
"dbsnp": "rs201051343",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06499999761581421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.065,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.508,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_006219.3",
"gene_symbol": "PIK3CB",
"hgnc_id": 8976,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2433A>T",
"hgvs_p": "p.Arg811Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}