← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 1-161169143-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=161169143&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 161169143,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000309.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "NM_001122764.3",
"protein_id": "NP_001116236.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367999.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122764.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000367999.9",
"protein_id": "ENSP00000356978.4",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001122764.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367999.9"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000352210.9",
"protein_id": "ENSP00000343943.5",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352210.9"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.968C>G",
"hgvs_p": "p.Pro323Arg",
"transcript": "ENST00000881040.1",
"protein_id": "ENSP00000551099.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 544,
"cds_start": 968,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881040.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.770C>G",
"hgvs_p": "p.Pro257Arg",
"transcript": "ENST00000881038.1",
"protein_id": "ENSP00000551097.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 478,
"cds_start": 770,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881038.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.770C>G",
"hgvs_p": "p.Pro257Arg",
"transcript": "ENST00000881039.1",
"protein_id": "ENSP00000551098.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 478,
"cds_start": 770,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881039.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "NM_000309.5",
"protein_id": "NP_000300.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000309.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "NM_001365398.1",
"protein_id": "NP_001352327.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365398.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000881045.1",
"protein_id": "ENSP00000551104.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881045.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000881046.1",
"protein_id": "ENSP00000551105.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881046.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000971241.1",
"protein_id": "ENSP00000641300.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 477,
"cds_start": 767,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971241.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.749C>G",
"hgvs_p": "p.Pro250Arg",
"transcript": "ENST00000971244.1",
"protein_id": "ENSP00000641303.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 471,
"cds_start": 749,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971244.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.749C>G",
"hgvs_p": "p.Pro250Arg",
"transcript": "ENST00000971249.1",
"protein_id": "ENSP00000641308.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 471,
"cds_start": 749,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971249.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000923443.1",
"protein_id": "ENSP00000593502.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 457,
"cds_start": 767,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923443.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000881043.1",
"protein_id": "ENSP00000551102.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 450,
"cds_start": 767,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881043.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000971245.1",
"protein_id": "ENSP00000641304.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 450,
"cds_start": 767,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971245.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.668C>G",
"hgvs_p": "p.Pro223Arg",
"transcript": "NM_001350128.2",
"protein_id": "NP_001337057.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 444,
"cds_start": 668,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350128.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.662C>G",
"hgvs_p": "p.Pro221Arg",
"transcript": "ENST00000923441.1",
"protein_id": "ENSP00000593500.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 442,
"cds_start": 662,
"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": "ENST00000923441.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "NM_001365399.1",
"protein_id": "NP_001352328.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 440,
"cds_start": 767,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365399.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.653C>G",
"hgvs_p": "p.Pro218Arg",
"transcript": "ENST00000881036.1",
"protein_id": "ENSP00000551095.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 439,
"cds_start": 653,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881036.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.653C>G",
"hgvs_p": "p.Pro218Arg",
"transcript": "ENST00000881044.1",
"protein_id": "ENSP00000551103.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 439,
"cds_start": 653,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881044.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.647C>G",
"hgvs_p": "p.Pro216Arg",
"transcript": "ENST00000923447.1",
"protein_id": "ENSP00000593506.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 437,
"cds_start": 647,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923447.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000652182.1",
"protein_id": "ENSP00000498884.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 434,
"cds_start": 767,
"cds_end": null,
"cds_length": 1307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652182.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000881042.1",
"protein_id": "ENSP00000551101.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 418,
"cds_start": 767,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881042.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.494C>G",
"hgvs_p": "p.Pro165Arg",
"transcript": "ENST00000923438.1",
"protein_id": "ENSP00000593497.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 386,
"cds_start": 494,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923438.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.494C>G",
"hgvs_p": "p.Pro165Arg",
"transcript": "ENST00000923445.1",
"protein_id": "ENSP00000593504.1",
"transcript_support_level": null,
"aa_start": 165,
"aa_end": null,
"aa_length": 386,
"cds_start": 494,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923445.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000971243.1",
"protein_id": "ENSP00000641302.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 380,
"cds_start": 767,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971243.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "ENST00000971248.1",
"protein_id": "ENSP00000641307.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 380,
"cds_start": 767,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971248.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.470C>G",
"hgvs_p": "p.Pro157Arg",
"transcript": "ENST00000652103.1",
"protein_id": "ENSP00000498501.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 378,
"cds_start": 470,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652103.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "NM_001350129.2",
"protein_id": "NP_001337058.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 341,
"cds_start": 359,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350129.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "NM_001365400.1",
"protein_id": "NP_001352329.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 341,
"cds_start": 359,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365400.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.518C>G",
"hgvs_p": "p.Pro173Arg",
"transcript": "ENST00000923446.1",
"protein_id": "ENSP00000593505.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 335,
"cds_start": 518,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923446.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.281C>G",
"hgvs_p": "p.Pro94Arg",
"transcript": "NM_001350130.2",
"protein_id": "NP_001337059.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 315,
"cds_start": 281,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350130.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.281C>G",
"hgvs_p": "p.Pro94Arg",
"transcript": "NM_001350131.2",
"protein_id": "NP_001337060.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 315,
"cds_start": 281,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350131.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.281C>G",
"hgvs_p": "p.Pro94Arg",
"transcript": "NM_001365401.1",
"protein_id": "NP_001352330.1",
"transcript_support_level": null,
"aa_start": 94,
"aa_end": null,
"aa_length": 315,
"cds_start": 281,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365401.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.518C>G",
"hgvs_p": "p.Pro173Arg",
"transcript": "ENST00000971247.1",
"protein_id": "ENSP00000641306.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 297,
"cds_start": 518,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971247.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.203C>G",
"hgvs_p": "p.Pro68Arg",
"transcript": "ENST00000537523.5",
"protein_id": "ENSP00000439544.1",
"transcript_support_level": 3,
"aa_start": 68,
"aa_end": null,
"aa_length": 229,
"cds_start": 203,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537523.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.896C>G",
"hgvs_p": "p.Pro299Arg",
"transcript": "XM_011509663.3",
"protein_id": "XP_011507965.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 567,
"cds_start": 896,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509663.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Pro294Arg",
"transcript": "XM_011509664.2",
"protein_id": "XP_011507966.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 562,
"cds_start": 881,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509664.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.896C>G",
"hgvs_p": "p.Pro299Arg",
"transcript": "XM_011509665.3",
"protein_id": "XP_011507967.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 536,
"cds_start": 896,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509665.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Pro294Arg",
"transcript": "XM_047423569.1",
"protein_id": "XP_047279525.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 531,
"cds_start": 881,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423569.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Pro261Arg",
"transcript": "XM_011509667.3",
"protein_id": "XP_011507969.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 529,
"cds_start": 782,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509667.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Pro261Arg",
"transcript": "XM_011509668.3",
"protein_id": "XP_011507970.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 529,
"cds_start": 782,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509668.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Pro261Arg",
"transcript": "XM_011509670.3",
"protein_id": "XP_011507972.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 529,
"cds_start": 782,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509670.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Pro261Arg",
"transcript": "XM_047423581.1",
"protein_id": "XP_047279537.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 529,
"cds_start": 782,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423581.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg",
"transcript": "XM_005245291.5",
"protein_id": "XP_005245348.2",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 524,
"cds_start": 767,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245291.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.881C>G",
"hgvs_p": "p.Pro294Arg",
"transcript": "XM_011509671.2",
"protein_id": "XP_011507973.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 515,
"cds_start": 881,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509671.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Pro261Arg",
"transcript": "XM_006711404.5",
"protein_id": "XP_006711467.3",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 482,
"cds_start": 782,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711404.5"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.632C>G",
"hgvs_p": "p.Pro211Arg",
"transcript": "XM_011509673.3",
"protein_id": "XP_011507975.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 479,
"cds_start": 632,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509673.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.896C>G",
"hgvs_p": "p.Pro299Arg",
"transcript": "XM_011509674.3",
"protein_id": "XP_011507976.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 470,
"cds_start": 896,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509674.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.668C>G",
"hgvs_p": "p.Pro223Arg",
"transcript": "XM_011509672.4",
"protein_id": "XP_011507974.2",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 444,
"cds_start": 668,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509672.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.518C>G",
"hgvs_p": "p.Pro173Arg",
"transcript": "XM_024447864.2",
"protein_id": "XP_024303632.2",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 394,
"cds_start": 518,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447864.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "XM_005245295.4",
"protein_id": "XP_005245352.2",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 388,
"cds_start": 359,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245295.4"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "XM_011509678.2",
"protein_id": "XP_011507980.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 388,
"cds_start": 359,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509678.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "XM_047423592.1",
"protein_id": "XP_047279548.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 388,
"cds_start": 359,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423592.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.359C>G",
"hgvs_p": "p.Pro120Arg",
"transcript": "XM_017001566.3",
"protein_id": "XP_016857055.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 341,
"cds_start": 359,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001566.3"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.65C>G",
"hgvs_p": "p.Pro22Arg",
"transcript": "XM_047423604.1",
"protein_id": "XP_047279560.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 290,
"cds_start": 65,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.472-517C>G",
"hgvs_p": null,
"transcript": "ENST00000923444.1",
"protein_id": "ENSP00000593503.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923444.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.471+1016C>G",
"hgvs_p": null,
"transcript": "ENST00000971250.1",
"protein_id": "ENSP00000641309.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": null,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971250.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-517C>G",
"hgvs_p": null,
"transcript": "ENST00000881037.1",
"protein_id": "ENSP00000551096.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": null,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881037.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-517C>G",
"hgvs_p": null,
"transcript": "ENST00000881041.1",
"protein_id": "ENSP00000551100.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": null,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881041.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-517C>G",
"hgvs_p": null,
"transcript": "ENST00000971251.1",
"protein_id": "ENSP00000641310.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": null,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-517C>G",
"hgvs_p": null,
"transcript": "ENST00000923440.1",
"protein_id": "ENSP00000593499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": null,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923440.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1266C>G",
"hgvs_p": null,
"transcript": "ENST00000923439.1",
"protein_id": "ENSP00000593498.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 222,
"cds_start": null,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923439.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1266C>G",
"hgvs_p": null,
"transcript": "ENST00000923442.1",
"protein_id": "ENSP00000593501.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 222,
"cds_start": null,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923442.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1266C>G",
"hgvs_p": null,
"transcript": "ENST00000971242.1",
"protein_id": "ENSP00000641301.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 222,
"cds_start": null,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000497522.5",
"protein_id": "ENSP00000491230.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 187,
"cds_start": null,
"cds_end": null,
"cds_length": 565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000497522.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000544598.5",
"protein_id": "ENSP00000444216.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544598.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000923436.1",
"protein_id": "ENSP00000593495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923436.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000923437.1",
"protein_id": "ENSP00000593496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923437.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000923448.1",
"protein_id": "ENSP00000593507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": null,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923448.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.223-1537C>G",
"hgvs_p": null,
"transcript": "ENST00000971246.1",
"protein_id": "ENSP00000641305.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 165,
"cds_start": null,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971246.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.88-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000535223.5",
"protein_id": "ENSP00000443769.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535223.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "c.88-1477C>G",
"hgvs_p": null,
"transcript": "ENST00000462866.5",
"protein_id": "ENSP00000491797.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 140,
"cds_start": null,
"cds_end": null,
"cds_length": 423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000462866.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.333C>G",
"hgvs_p": null,
"transcript": "ENST00000460611.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000460611.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.468C>G",
"hgvs_p": null,
"transcript": "ENST00000462977.1",
"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": "ENST00000462977.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*67C>G",
"hgvs_p": null,
"transcript": "ENST00000470607.5",
"protein_id": "ENSP00000492580.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000470607.5"
},
{
"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": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.329C>G",
"hgvs_p": null,
"transcript": "ENST00000494216.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000494216.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*448C>G",
"hgvs_p": null,
"transcript": "ENST00000495483.5",
"protein_id": "ENSP00000490967.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000495483.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*358C>G",
"hgvs_p": null,
"transcript": "ENST00000650741.1",
"protein_id": "ENSP00000499106.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": "ENST00000650741.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*524C>G",
"hgvs_p": null,
"transcript": "ENST00000651150.1",
"protein_id": "ENSP00000498615.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": "ENST00000651150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*67C>G",
"hgvs_p": null,
"transcript": "ENST00000652297.1",
"protein_id": "ENSP00000498871.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": "ENST00000652297.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*309C>G",
"hgvs_p": null,
"transcript": "ENST00000652473.1",
"protein_id": "ENSP00000498477.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": "ENST00000652473.1"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.1107C>G",
"hgvs_p": null,
"transcript": "XR_007061329.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": "XR_007061329.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*67C>G",
"hgvs_p": null,
"transcript": "ENST00000470607.5",
"protein_id": "ENSP00000492580.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000470607.5"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*448C>G",
"hgvs_p": null,
"transcript": "ENST00000495483.5",
"protein_id": "ENSP00000490967.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000495483.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*358C>G",
"hgvs_p": null,
"transcript": "ENST00000650741.1",
"protein_id": "ENSP00000499106.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": "ENST00000650741.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*524C>G",
"hgvs_p": null,
"transcript": "ENST00000651150.1",
"protein_id": "ENSP00000498615.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": "ENST00000651150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*67C>G",
"hgvs_p": null,
"transcript": "ENST00000652297.1",
"protein_id": "ENSP00000498871.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": "ENST00000652297.1"
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.*309C>G",
"hgvs_p": null,
"transcript": "ENST00000652473.1",
"protein_id": "ENSP00000498477.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": "ENST00000652473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.223-517C>G",
"hgvs_p": null,
"transcript": "ENST00000539753.5",
"protein_id": "ENSP00000439613.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000539753.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"hgvs_c": "n.-141C>G",
"hgvs_p": null,
"transcript": "ENST00000541818.1",
"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": "ENST00000541818.1"
}
],
"gene_symbol": "PPOX",
"gene_hgnc_id": 9280,
"dbsnp": "rs12735723",
"frequency_reference_population": 0.00893543,
"hom_count_reference_population": 79,
"allele_count_reference_population": 14423,
"gnomad_exomes_af": 0.00920837,
"gnomad_genomes_af": 0.0063159,
"gnomad_exomes_ac": 13461,
"gnomad_genomes_ac": 962,
"gnomad_exomes_homalt": 74,
"gnomad_genomes_homalt": 5,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010694295167922974,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.495,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0968,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.307,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_000309.5",
"gene_symbol": "PPOX",
"hgnc_id": 9280,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.767C>G",
"hgvs_p": "p.Pro256Arg"
}
],
"clinvar_disease": " childhood-onset,PPOX-related disorder,Variegate porphyria,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1 B:4",
"phenotype_combined": "not provided|Variegate porphyria|Variegate porphyria, childhood-onset|PPOX-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}