← 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: 1-151090517-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151090517&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151090517,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001323910.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "NM_144618.3",
"protein_id": "NP_653219.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368918.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144618.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000368918.8",
"protein_id": "ENSP00000357914.3",
"transcript_support_level": 1,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144618.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368918.8"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "NM_001323910.2",
"protein_id": "NP_001310839.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 464,
"cds_start": 268,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323910.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "ENST00000931884.1",
"protein_id": "ENSP00000601943.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 464,
"cds_start": 268,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931884.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "ENST00000947109.1",
"protein_id": "ENSP00000617168.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 464,
"cds_start": 268,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947109.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "NM_001323906.2",
"protein_id": "NP_001310835.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 452,
"cds_start": 220,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323906.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "NM_001323908.2",
"protein_id": "NP_001310837.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323908.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000897349.1",
"protein_id": "ENSP00000567408.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897349.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000897351.1",
"protein_id": "ENSP00000567410.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897351.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000947114.1",
"protein_id": "ENSP00000617173.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947114.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000947117.1",
"protein_id": "ENSP00000617176.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947117.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000947119.1",
"protein_id": "ENSP00000617178.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 448,
"cds_start": 220,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947119.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "ENST00000897353.1",
"protein_id": "ENSP00000567412.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 426,
"cds_start": 268,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897353.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "ENST00000931883.1",
"protein_id": "ENSP00000601942.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 426,
"cds_start": 268,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931883.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser",
"transcript": "ENST00000947115.1",
"protein_id": "ENSP00000617174.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 426,
"cds_start": 268,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947115.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "NM_001323911.2",
"protein_id": "NP_001310840.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 414,
"cds_start": 220,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323911.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "NM_001323909.2",
"protein_id": "NP_001310838.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 410,
"cds_start": 220,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323909.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000368916.1",
"protein_id": "ENSP00000357912.1",
"transcript_support_level": 5,
"aa_start": 74,
"aa_end": null,
"aa_length": 410,
"cds_start": 220,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368916.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000897348.1",
"protein_id": "ENSP00000567407.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 410,
"cds_start": 220,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897348.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000897350.1",
"protein_id": "ENSP00000567409.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 410,
"cds_start": 220,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897350.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.220C>T",
"hgvs_p": "p.Pro74Ser",
"transcript": "ENST00000897352.1",
"protein_id": "ENSP00000567411.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 410,
"cds_start": 220,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897352.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": 4,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.156+2000C>T",
"hgvs_p": null,
"transcript": "ENST00000947112.1",
"protein_id": "ENSP00000617171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947112.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": 4,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.156+2000C>T",
"hgvs_p": null,
"transcript": "ENST00000947116.1",
"protein_id": "ENSP00000617175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 408,
"cds_start": null,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947116.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": 2,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "NM_001323913.2",
"protein_id": "NP_001310842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": null,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323913.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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "ENST00000947110.1",
"protein_id": "ENSP00000617169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": null,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947110.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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "ENST00000947113.1",
"protein_id": "ENSP00000617172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": null,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947113.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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "ENST00000947118.1",
"protein_id": "ENSP00000617177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 392,
"cds_start": null,
"cds_end": null,
"cds_length": 1179,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947118.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": 3,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.156+2000C>T",
"hgvs_p": null,
"transcript": "NM_001323907.2",
"protein_id": "NP_001310836.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 370,
"cds_start": null,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323907.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": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "NM_001323912.2",
"protein_id": "NP_001310841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": null,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323912.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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "c.108+2220C>T",
"hgvs_p": null,
"transcript": "ENST00000947111.1",
"protein_id": "ENSP00000617170.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": null,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947111.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "n.696C>T",
"hgvs_p": null,
"transcript": "ENST00000462520.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": "pseudogene",
"feature": "ENST00000462520.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "n.431C>T",
"hgvs_p": null,
"transcript": "ENST00000486076.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000486076.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": 3,
"intron_rank_end": null,
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"hgvs_c": "n.314+2000C>T",
"hgvs_p": null,
"transcript": "ENST00000489549.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": "pseudogene",
"feature": "ENST00000489549.5"
}
],
"gene_symbol": "GABPB2",
"gene_hgnc_id": 28441,
"dbsnp": "rs1678578640",
"frequency_reference_population": 0.000006572461,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657246,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9003790020942688,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.478,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9737,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.799,
"phylop100way_prediction": "Pathogenic",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001323910.2",
"gene_symbol": "GABPB2",
"hgnc_id": 28441,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.268C>T",
"hgvs_p": "p.Pro90Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}