← 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: 13-100368504-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=100368504&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 100368504,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000376285.6",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "NM_000282.4",
"protein_id": "NP_000273.2",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 728,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": "ENST00000376285.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "ENST00000376285.6",
"protein_id": "ENSP00000365462.1",
"transcript_support_level": 1,
"aa_start": 559,
"aa_end": null,
"aa_length": 728,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2484,
"mane_select": "NM_000282.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "NM_001352605.2",
"protein_id": "NP_001339534.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 710,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2430,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "NM_001127692.3",
"protein_id": "NP_001121164.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 702,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "ENST00000376286.8",
"protein_id": "ENSP00000365463.4",
"transcript_support_level": 2,
"aa_start": 533,
"aa_end": null,
"aa_length": 702,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2481,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "NM_001178004.2",
"protein_id": "NP_001171475.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 681,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2343,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "ENST00000376279.7",
"protein_id": "ENSP00000365456.3",
"transcript_support_level": 2,
"aa_start": 559,
"aa_end": null,
"aa_length": 681,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1782,
"cdna_end": null,
"cdna_length": 2418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1532G>A",
"hgvs_p": "p.Trp511*",
"transcript": "NM_001352606.2",
"protein_id": "NP_001339535.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 680,
"cds_start": 1532,
"cds_end": null,
"cds_length": 2043,
"cdna_start": 1560,
"cdna_end": null,
"cdna_length": 2340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "NM_001352607.2",
"protein_id": "NP_001339536.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 655,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1454G>A",
"hgvs_p": "p.Trp485*",
"transcript": "NM_001352608.2",
"protein_id": "NP_001339537.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 654,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1965,
"cdna_start": 1482,
"cdna_end": null,
"cdna_length": 2262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "NM_001352609.2",
"protein_id": "NP_001339538.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 640,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1334G>A",
"hgvs_p": "p.Trp445*",
"transcript": "ENST00000637657.1",
"protein_id": "ENSP00000489974.1",
"transcript_support_level": 5,
"aa_start": 445,
"aa_end": null,
"aa_length": 614,
"cds_start": 1334,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1336,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.731G>A",
"hgvs_p": "p.Trp244*",
"transcript": "NM_001352610.2",
"protein_id": "NP_001339539.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 413,
"cds_start": 731,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1625,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.731G>A",
"hgvs_p": "p.Trp244*",
"transcript": "NM_001352611.2",
"protein_id": "NP_001339540.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 395,
"cds_start": 731,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 1625,
"cdna_end": null,
"cdna_length": 2351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.587G>A",
"hgvs_p": "p.Trp196*",
"transcript": "NM_001352612.2",
"protein_id": "NP_001339541.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 365,
"cds_start": 587,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.278G>A",
"hgvs_p": "p.Trp93*",
"transcript": "ENST00000424527.5",
"protein_id": "ENSP00000396050.1",
"transcript_support_level": 3,
"aa_start": 93,
"aa_end": null,
"aa_length": 148,
"cds_start": 278,
"cds_end": null,
"cds_length": 447,
"cdna_start": 278,
"cdna_end": null,
"cdna_length": 447,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.32G>A",
"hgvs_p": "p.Trp11*",
"transcript": "ENST00000458283.5",
"protein_id": "ENSP00000390850.1",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 133,
"cds_start": 32,
"cds_end": null,
"cds_length": 402,
"cdna_start": 33,
"cdna_end": null,
"cdna_length": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.5G>A",
"hgvs_p": "p.Trp2*",
"transcript": "ENST00000413170.1",
"protein_id": "ENSP00000411194.1",
"transcript_support_level": 3,
"aa_start": 2,
"aa_end": null,
"aa_length": 83,
"cds_start": 5,
"cds_end": null,
"cds_length": 252,
"cdna_start": 6,
"cdna_end": null,
"cdna_length": 397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_017020605.2",
"protein_id": "XP_016876094.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 744,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 3339,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "XM_017020606.2",
"protein_id": "XP_016876095.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 718,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2157,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 3261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1577G>A",
"hgvs_p": "p.Trp526*",
"transcript": "XM_017020607.2",
"protein_id": "XP_016876096.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 711,
"cds_start": 1577,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 4379,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_011521093.2",
"protein_id": "XP_011519395.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 699,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2100,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1577G>A",
"hgvs_p": "p.Trp526*",
"transcript": "XM_017020609.2",
"protein_id": "XP_016876098.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 695,
"cds_start": 1577,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1511G>A",
"hgvs_p": "p.Trp504*",
"transcript": "XM_047430370.1",
"protein_id": "XP_047286326.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 689,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2045,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "XM_047430371.1",
"protein_id": "XP_047286327.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 684,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2055,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_017020611.2",
"protein_id": "XP_016876100.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 683,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_017020612.2",
"protein_id": "XP_016876101.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 681,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2638,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "XM_047430372.1",
"protein_id": "XP_047286328.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 673,
"cds_start": 1598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_017020613.2",
"protein_id": "XP_016876102.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 669,
"cds_start": 1676,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1577G>A",
"hgvs_p": "p.Trp526*",
"transcript": "XM_047430373.1",
"protein_id": "XP_047286329.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 648,
"cds_start": 1577,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 2744,
"cdna_end": null,
"cdna_length": 3383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_047430374.1",
"protein_id": "XP_047286330.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 640,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*",
"transcript": "XM_017020615.2",
"protein_id": "XP_016876104.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 624,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 1704,
"cdna_end": null,
"cdna_length": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1598G>A",
"hgvs_p": "p.Trp533*",
"transcript": "XM_047430375.1",
"protein_id": "XP_047286331.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 614,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.1028G>A",
"hgvs_p": "p.Trp343*",
"transcript": "XM_047430376.1",
"protein_id": "XP_047286332.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 528,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 1254,
"cdna_end": null,
"cdna_length": 2889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.731G>A",
"hgvs_p": "p.Trp244*",
"transcript": "XM_047430378.1",
"protein_id": "XP_047286334.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 429,
"cds_start": 731,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 2618,
"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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.*211G>A",
"hgvs_p": null,
"transcript": "ENST00000636475.1",
"protein_id": "ENSP00000490843.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": 1971,
"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": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.*1160G>A",
"hgvs_p": null,
"transcript": "ENST00000647303.1",
"protein_id": "ENSP00000495663.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": 2196,
"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": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1788G>A",
"hgvs_p": null,
"transcript": "NR_148027.2",
"protein_id": null,
"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": 2427,
"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": 20,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1788G>A",
"hgvs_p": null,
"transcript": "NR_148030.2",
"protein_id": null,
"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": 2568,
"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": 19,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1704G>A",
"hgvs_p": null,
"transcript": "XR_007063681.1",
"protein_id": null,
"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": 2212,
"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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.*211G>A",
"hgvs_p": null,
"transcript": "ENST00000636475.1",
"protein_id": "ENSP00000490843.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": 1971,
"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": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.*1160G>A",
"hgvs_p": null,
"transcript": "ENST00000647303.1",
"protein_id": "ENSP00000495663.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": 2196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "c.943-57129G>A",
"hgvs_p": null,
"transcript": "ENST00000636366.1",
"protein_id": "ENSP00000490939.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": -4,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1755+28245G>A",
"hgvs_p": null,
"transcript": "NR_148028.2",
"protein_id": null,
"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": 2465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1677+28245G>A",
"hgvs_p": null,
"transcript": "NR_148029.2",
"protein_id": null,
"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": 2387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 23,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"hgvs_c": "n.1671+28245G>A",
"hgvs_p": null,
"transcript": "NR_148031.2",
"protein_id": null,
"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": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PCCA",
"gene_hgnc_id": 8653,
"dbsnp": "rs118169528",
"frequency_reference_population": 6.8619954e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.862e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6000000238418579,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"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": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.492,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PM2"
],
"verdict": "Pathogenic",
"transcript": "ENST00000376285.6",
"gene_symbol": "PCCA",
"hgnc_id": 8653,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1676G>A",
"hgvs_p": "p.Trp559*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}