← 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: 8-26360759-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=26360759&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 26360759,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_001177591.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.460-215A>G",
"hgvs_p": null,
"transcript": "NM_002717.4",
"protein_id": "NP_002708.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380737.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002717.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.460-215A>G",
"hgvs_p": null,
"transcript": "ENST00000380737.8",
"protein_id": "ENSP00000370113.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 447,
"cds_start": null,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002717.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380737.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.490-215A>G",
"hgvs_p": null,
"transcript": "NM_001177591.2",
"protein_id": "NP_001171062.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 457,
"cds_start": null,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001177591.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.490-215A>G",
"hgvs_p": null,
"transcript": "ENST00000315985.7",
"protein_id": "ENSP00000325074.7",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 457,
"cds_start": null,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315985.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.460-215A>G",
"hgvs_p": null,
"transcript": "ENST00000919755.1",
"protein_id": "ENSP00000589814.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919755.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.139-215A>G",
"hgvs_p": null,
"transcript": "ENST00000665949.1",
"protein_id": "ENSP00000499648.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": null,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000665949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "ENST00000660435.1",
"protein_id": "ENSP00000499441.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000660435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.459+478A>G",
"hgvs_p": null,
"transcript": "ENST00000885492.1",
"protein_id": "ENSP00000555551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 276,
"cds_start": null,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885492.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.456+478A>G",
"hgvs_p": null,
"transcript": "ENST00000957406.1",
"protein_id": "ENSP00000627465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": null,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957406.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-77-342A>G",
"hgvs_p": null,
"transcript": "ENST00000524169.5",
"protein_id": "ENSP00000430320.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": null,
"cds_end": null,
"cds_length": 592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524169.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "ENST00000521557.5",
"protein_id": "ENSP00000428165.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 13,
"cds_start": null,
"cds_end": null,
"cds_length": 42,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000521557.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "ENST00000523925.5",
"protein_id": "ENSP00000428800.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 4,
"cds_start": null,
"cds_end": null,
"cds_length": 16,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000523925.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "ENST00000522535.5",
"protein_id": "ENSP00000428705.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 2,
"cds_start": null,
"cds_end": null,
"cds_length": 10,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522535.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.487-215A>G",
"hgvs_p": null,
"transcript": "XM_011544565.2",
"protein_id": "XP_011542867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 456,
"cds_start": null,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011544565.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.457-215A>G",
"hgvs_p": null,
"transcript": "XM_005273559.2",
"protein_id": "XP_005273616.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": null,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005273559.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.400-215A>G",
"hgvs_p": null,
"transcript": "XM_024447186.2",
"protein_id": "XP_024302954.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 427,
"cds_start": null,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447186.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "XM_024447187.2",
"protein_id": "XP_024302955.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447187.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "XM_047421933.1",
"protein_id": "XP_047277889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "XM_047421934.1",
"protein_id": "XP_047277890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421934.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.-18-215A>G",
"hgvs_p": null,
"transcript": "XM_047421935.1",
"protein_id": "XP_047277891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 288,
"cds_start": null,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421935.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "c.490-215A>G",
"hgvs_p": null,
"transcript": "XM_047421936.1",
"protein_id": "XP_047277892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.160A>G",
"hgvs_p": null,
"transcript": "ENST00000518890.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": "ENST00000518890.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.329-215A>G",
"hgvs_p": null,
"transcript": "ENST00000518215.5",
"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": "ENST00000518215.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.*187-215A>G",
"hgvs_p": null,
"transcript": "ENST00000518397.5",
"protein_id": "ENSP00000429279.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": "ENST00000518397.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.547-215A>G",
"hgvs_p": null,
"transcript": "ENST00000519439.5",
"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": "ENST00000519439.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.497-215A>G",
"hgvs_p": null,
"transcript": "ENST00000523964.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "pseudogene",
"feature": "ENST00000523964.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.513-215A>G",
"hgvs_p": null,
"transcript": "ENST00000657943.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": "pseudogene",
"feature": "ENST00000657943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.99+204A>G",
"hgvs_p": null,
"transcript": "ENST00000665751.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": "pseudogene",
"feature": "ENST00000665751.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.937-215A>G",
"hgvs_p": null,
"transcript": "ENST00000666129.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": "ENST00000666129.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"hgvs_c": "n.466-215A>G",
"hgvs_p": null,
"transcript": "ENST00000667651.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": "pseudogene",
"feature": "ENST00000667651.1"
}
],
"gene_symbol": "PPP2R2A",
"gene_hgnc_id": 9304,
"dbsnp": "rs17309529",
"frequency_reference_population": 0.0000065644367,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000656444,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.279,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001177591.2",
"gene_symbol": "PPP2R2A",
"hgnc_id": 9304,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.490-215A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}