← 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: X-48903025-TC-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=48903025&ref=TC&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 48903025,
"ref": "TC",
"alt": "T",
"effect": "frameshift_variant",
"transcript": "ENST00000447146.7",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "NM_001032382.2",
"protein_id": "NP_001027554.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 1028,
"mane_select": "ENST00000447146.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000447146.7",
"protein_id": "ENSP00000391759.2",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 1028,
"mane_select": "NM_001032382.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000218224.9",
"protein_id": "ENSP00000218224.4",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 1428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.1089delC",
"hgvs_p": null,
"transcript": "ENST00000463529.4",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.1898delC",
"hgvs_p": null,
"transcript": "ENST00000474671.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.1692delC",
"hgvs_p": null,
"transcript": "ENST00000477997.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "NM_001032381.2",
"protein_id": "NP_001027553.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 846,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "NM_001032383.2",
"protein_id": "NP_001027555.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 925,
"cdna_end": null,
"cdna_length": 1039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "NM_001032384.1",
"protein_id": "NP_001027556.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 852,
"cdna_end": null,
"cdna_length": 966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "NM_005710.2",
"protein_id": "NP_005701.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 997,
"cdna_end": null,
"cdna_length": 1111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000376563.6",
"protein_id": "ENSP00000365747.1",
"transcript_support_level": 2,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 824,
"cdna_end": null,
"cdna_length": 938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000396763.6",
"protein_id": "ENSP00000379985.1",
"transcript_support_level": 5,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000443648.6",
"protein_id": "ENSP00000414861.2",
"transcript_support_level": 5,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 803,
"cdna_end": null,
"cdna_length": 917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "ENST00000651767.1",
"protein_id": "ENSP00000498362.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1875,
"cdna_end": null,
"cdna_length": 1951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.740delC",
"hgvs_p": "p.Pro247fs",
"transcript": "NM_001167989.2",
"protein_id": "NP_001161461.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 264,
"cds_start": 740,
"cds_end": null,
"cds_length": 795,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.719delC",
"hgvs_p": "p.Pro240fs",
"transcript": "NM_001167990.2",
"protein_id": "NP_001161462.1",
"transcript_support_level": null,
"aa_start": 240,
"aa_end": null,
"aa_length": 257,
"cds_start": 719,
"cds_end": null,
"cds_length": 774,
"cdna_start": 822,
"cdna_end": null,
"cdna_length": 936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.458delC",
"hgvs_p": "p.Pro153fs",
"transcript": "NM_001437502.1",
"protein_id": "NP_001424431.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 170,
"cds_start": 458,
"cds_end": null,
"cds_length": 513,
"cdna_start": 561,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.458delC",
"hgvs_p": "p.Pro153fs",
"transcript": "NM_144495.3",
"protein_id": "NP_652766.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 170,
"cds_start": 458,
"cds_end": null,
"cds_length": 513,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.458delC",
"hgvs_p": "p.Pro153fs",
"transcript": "ENST00000247140.8",
"protein_id": "ENSP00000247140.4",
"transcript_support_level": 3,
"aa_start": 153,
"aa_end": null,
"aa_length": 170,
"cds_start": 458,
"cds_end": null,
"cds_length": 513,
"cdna_start": 551,
"cdna_end": null,
"cdna_length": 664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.458delC",
"hgvs_p": "p.Pro153fs",
"transcript": "ENST00000376566.8",
"protein_id": "ENSP00000365750.4",
"transcript_support_level": 3,
"aa_start": 153,
"aa_end": null,
"aa_length": 170,
"cds_start": 458,
"cds_end": null,
"cds_length": 513,
"cdna_start": 647,
"cdna_end": null,
"cdna_length": 760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.443delC",
"hgvs_p": "p.Pro148fs",
"transcript": "NM_001167992.1",
"protein_id": "NP_001161464.1",
"transcript_support_level": null,
"aa_start": 148,
"aa_end": null,
"aa_length": 165,
"cds_start": 443,
"cds_end": null,
"cds_length": 498,
"cdna_start": 461,
"cdna_end": null,
"cdna_length": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.134delC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000456306.2",
"protein_id": "ENSP00000393013.2",
"transcript_support_level": 3,
"aa_start": 45,
"aa_end": null,
"aa_length": 62,
"cds_start": 134,
"cds_end": null,
"cds_length": 189,
"cdna_start": 424,
"cdna_end": null,
"cdna_length": 538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs",
"transcript": "XM_011543884.3",
"protein_id": "XP_011542186.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 265,
"cds_start": 743,
"cds_end": null,
"cds_length": 798,
"cdna_start": 1000,
"cdna_end": null,
"cdna_length": 1114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.740delC",
"hgvs_p": "p.Pro247fs",
"transcript": "XM_005272571.4",
"protein_id": "XP_005272628.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 264,
"cds_start": 740,
"cds_end": null,
"cds_length": 795,
"cdna_start": 911,
"cdna_end": null,
"cdna_length": 1025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.740delC",
"hgvs_p": "p.Pro247fs",
"transcript": "XM_017029207.2",
"protein_id": "XP_016884696.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 264,
"cds_start": 740,
"cds_end": null,
"cds_length": 795,
"cdna_start": 922,
"cdna_end": null,
"cdna_length": 1036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.740delC",
"hgvs_p": "p.Pro247fs",
"transcript": "XM_047441753.1",
"protein_id": "XP_047297709.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 264,
"cds_start": 740,
"cds_end": null,
"cds_length": 795,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 1113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.458delC",
"hgvs_p": "p.Pro153fs",
"transcript": "XM_047441754.1",
"protein_id": "XP_047297710.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 170,
"cds_start": 458,
"cds_end": null,
"cds_length": 513,
"cdna_start": 640,
"cdna_end": null,
"cdna_length": 754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*370delC",
"hgvs_p": null,
"transcript": "ENST00000465859.2",
"protein_id": "ENSP00000508445.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.957delC",
"hgvs_p": null,
"transcript": "ENST00000470059.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*160delC",
"hgvs_p": null,
"transcript": "ENST00000470062.5",
"protein_id": "ENSP00000509874.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*160delC",
"hgvs_p": null,
"transcript": "ENST00000472742.6",
"protein_id": "ENSP00000509191.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.1998delC",
"hgvs_p": null,
"transcript": "ENST00000486150.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*1164delC",
"hgvs_p": null,
"transcript": "ENST00000692023.1",
"protein_id": "ENSP00000509927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*370delC",
"hgvs_p": null,
"transcript": "ENST00000465859.2",
"protein_id": "ENSP00000508445.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*160delC",
"hgvs_p": null,
"transcript": "ENST00000470062.5",
"protein_id": "ENSP00000509874.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*160delC",
"hgvs_p": null,
"transcript": "ENST00000472742.6",
"protein_id": "ENSP00000509191.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*1164delC",
"hgvs_p": null,
"transcript": "ENST00000692023.1",
"protein_id": "ENSP00000509927.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*412delG",
"hgvs_p": null,
"transcript": "NM_005660.3",
"protein_id": "NP_005651.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1456,
"mane_select": "ENST00000247138.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*412delG",
"hgvs_p": null,
"transcript": "ENST00000247138.11",
"protein_id": "ENSP00000247138.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 396,
"cds_start": -4,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1456,
"mane_select": "NM_005660.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*1701delG",
"hgvs_p": null,
"transcript": "ENST00000376521.6",
"protein_id": "ENSP00000365704.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "n.*175delC",
"hgvs_p": null,
"transcript": "ENST00000473764.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*1701delG",
"hgvs_p": null,
"transcript": "NM_001282651.2",
"protein_id": "NP_001269580.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": -4,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*1701delG",
"hgvs_p": null,
"transcript": "NM_001282650.2",
"protein_id": "NP_001269579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 406,
"cds_start": -4,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*1701delG",
"hgvs_p": null,
"transcript": "NM_001042498.3",
"protein_id": "NP_001035963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": -4,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*1701delG",
"hgvs_p": null,
"transcript": "NM_001282649.2",
"protein_id": "NP_001269578.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": -4,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*338delG",
"hgvs_p": null,
"transcript": "NM_001282647.2",
"protein_id": "NP_001269576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": -4,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*338delG",
"hgvs_p": null,
"transcript": "ENST00000376529.8",
"protein_id": "ENSP00000365712.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 224,
"cds_start": -4,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "c.*338delG",
"hgvs_p": null,
"transcript": "ENST00000635460.1",
"protein_id": "ENSP00000489339.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "n.*1003delG",
"hgvs_p": null,
"transcript": "ENST00000635285.1",
"protein_id": "ENSP00000489484.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2046,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35A2",
"gene_hgnc_id": 11022,
"hgvs_c": "n.*2777delG",
"hgvs_p": null,
"transcript": "ENST00000635628.1",
"protein_id": "ENSP00000489613.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"dbsnp": "rs1557041891",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 5.998,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": "PVS1_Moderate,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PVS1_Moderate",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000447146.7",
"gene_symbol": "PQBP1",
"hgnc_id": 9330,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.743delC",
"hgvs_p": "p.Pro248fs"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000247138.11",
"gene_symbol": "SLC35A2",
"hgnc_id": 11022,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "XL,Unknown",
"hgvs_c": "c.*412delG",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}