← 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: 11-82824958-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=82824958&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 82824958,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_199418.4",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1439A>G",
"hgvs_p": "p.His480Arg",
"transcript": "NM_005040.4",
"protein_id": "NP_005031.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 496,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313010.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005040.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1439A>G",
"hgvs_p": "p.His480Arg",
"transcript": "ENST00000313010.8",
"protein_id": "ENSP00000317362.3",
"transcript_support_level": 1,
"aa_start": 480,
"aa_end": null,
"aa_length": 496,
"cds_start": 1439,
"cds_end": null,
"cds_length": 1491,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005040.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313010.8"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1502A>G",
"hgvs_p": "p.His501Arg",
"transcript": "NM_199418.4",
"protein_id": "NP_955450.2",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 517,
"cds_start": 1502,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199418.4"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1502A>G",
"hgvs_p": "p.His501Arg",
"transcript": "ENST00000393399.6",
"protein_id": "ENSP00000377055.2",
"transcript_support_level": 2,
"aa_start": 501,
"aa_end": null,
"aa_length": 517,
"cds_start": 1502,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393399.6"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1334A>G",
"hgvs_p": "p.His445Arg",
"transcript": "ENST00000949391.1",
"protein_id": "ENSP00000619450.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 461,
"cds_start": 1334,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949391.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1277A>G",
"hgvs_p": "p.His426Arg",
"transcript": "ENST00000532809.2",
"protein_id": "ENSP00000437169.2",
"transcript_support_level": 3,
"aa_start": 426,
"aa_end": null,
"aa_length": 442,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532809.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1169A>G",
"hgvs_p": "p.His390Arg",
"transcript": "ENST00000913715.1",
"protein_id": "ENSP00000583774.1",
"transcript_support_level": null,
"aa_start": 390,
"aa_end": null,
"aa_length": 406,
"cds_start": 1169,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913715.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "NM_001319214.2",
"protein_id": "NP_001306143.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319214.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000531801.6",
"protein_id": "ENSP00000432004.2",
"transcript_support_level": 5,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531801.6"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000534264.2",
"protein_id": "ENSP00000436095.2",
"transcript_support_level": 4,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534264.2"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000679387.1",
"protein_id": "ENSP00000506058.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679387.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000679623.1",
"protein_id": "ENSP00000506508.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679623.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000680566.1",
"protein_id": "ENSP00000505064.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680566.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "ENST00000681637.1",
"protein_id": "ENSP00000506101.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681637.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.His276Arg",
"transcript": "ENST00000680437.1",
"protein_id": "ENSP00000505089.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 292,
"cds_start": 827,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680437.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000679809.1",
"protein_id": "ENSP00000506290.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679809.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000680040.1",
"protein_id": "ENSP00000506579.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680040.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000680186.1",
"protein_id": "ENSP00000505188.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680186.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000680524.1",
"protein_id": "ENSP00000506464.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000680524.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000681432.1",
"protein_id": "ENSP00000505091.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681432.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000681592.1",
"protein_id": "ENSP00000505075.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681592.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.335A>G",
"hgvs_p": "p.His112Arg",
"transcript": "ENST00000681883.1",
"protein_id": "ENSP00000506008.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 128,
"cds_start": 335,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681883.1"
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "c.1124A>G",
"hgvs_p": "p.His375Arg",
"transcript": "XM_005274093.2",
"protein_id": "XP_005274150.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 391,
"cds_start": 1124,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005274093.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.651A>G",
"hgvs_p": null,
"transcript": "ENST00000525772.6",
"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": "ENST00000525772.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.3487A>G",
"hgvs_p": null,
"transcript": "ENST00000526918.6",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000526918.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.*265A>G",
"hgvs_p": null,
"transcript": "ENST00000528082.6",
"protein_id": "ENSP00000435071.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528082.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.1936A>G",
"hgvs_p": null,
"transcript": "ENST00000532709.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000532709.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.6481A>G",
"hgvs_p": null,
"transcript": "ENST00000623464.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "TEC",
"feature": "ENST00000623464.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.4167A>G",
"hgvs_p": null,
"transcript": "ENST00000681155.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681155.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.*561A>G",
"hgvs_p": null,
"transcript": "ENST00000681322.1",
"protein_id": "ENSP00000506444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681322.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.3486A>G",
"hgvs_p": null,
"transcript": "ENST00000681508.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681508.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.1292A>G",
"hgvs_p": null,
"transcript": "ENST00000681781.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000681781.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.1531A>G",
"hgvs_p": null,
"transcript": "ENST00000681826.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000681826.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.*265A>G",
"hgvs_p": null,
"transcript": "ENST00000528082.6",
"protein_id": "ENSP00000435071.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000528082.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"hgvs_c": "n.*561A>G",
"hgvs_p": null,
"transcript": "ENST00000681322.1",
"protein_id": "ENSP00000506444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681322.1"
}
],
"gene_symbol": "PRCP",
"gene_hgnc_id": 9344,
"dbsnp": "rs759180366",
"frequency_reference_population": 0.000016417867,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.0000164179,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13230979442596436,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.054,
"revel_prediction": "Benign",
"alphamissense_score": 0.1099,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.225,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_199418.4",
"gene_symbol": "PRCP",
"hgnc_id": 9344,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1502A>G",
"hgvs_p": "p.His501Arg"
}
],
"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
}