← 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: 3-141292556-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=141292556&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 141292556,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_152282.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "NM_001037172.3",
"protein_id": "NP_001032249.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000286353.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001037172.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000286353.9",
"protein_id": "ENSP00000286353.4",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001037172.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000286353.9"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000393010.6",
"protein_id": "ENSP00000376733.2",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000393010.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.767G>C",
"hgvs_p": "p.Arg256Pro",
"transcript": "ENST00000508812.1",
"protein_id": "ENSP00000422901.1",
"transcript_support_level": 1,
"aa_start": 256,
"aa_end": null,
"aa_length": 471,
"cds_start": 767,
"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": "ENST00000508812.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "NM_152282.5",
"protein_id": "NP_689495.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152282.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000879101.1",
"protein_id": "ENSP00000549160.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879101.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000879102.1",
"protein_id": "ENSP00000549161.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879102.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000879104.1",
"protein_id": "ENSP00000549163.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879104.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000925230.1",
"protein_id": "ENSP00000595289.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925230.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000925231.1",
"protein_id": "ENSP00000595290.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925231.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000925232.1",
"protein_id": "ENSP00000595291.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925232.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971913.1",
"protein_id": "ENSP00000641972.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971913.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971914.1",
"protein_id": "ENSP00000641973.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971914.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971915.1",
"protein_id": "ENSP00000641974.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971915.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971916.1",
"protein_id": "ENSP00000641975.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971916.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971917.1",
"protein_id": "ENSP00000641976.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971917.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971918.1",
"protein_id": "ENSP00000641977.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971918.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "ENST00000971919.1",
"protein_id": "ENSP00000641978.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971919.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.743G>C",
"hgvs_p": "p.Arg248Pro",
"transcript": "ENST00000504264.5",
"protein_id": "ENSP00000426877.1",
"transcript_support_level": 2,
"aa_start": 248,
"aa_end": null,
"aa_length": 463,
"cds_start": 743,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504264.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.680G>C",
"hgvs_p": "p.Arg227Pro",
"transcript": "NM_001282728.2",
"protein_id": "NP_001269657.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 442,
"cds_start": 680,
"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": "NM_001282728.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.680G>C",
"hgvs_p": "p.Arg227Pro",
"transcript": "ENST00000502783.5",
"protein_id": "ENSP00000422558.1",
"transcript_support_level": 2,
"aa_start": 227,
"aa_end": null,
"aa_length": 442,
"cds_start": 680,
"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": "ENST00000502783.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.635G>C",
"hgvs_p": "p.Arg212Pro",
"transcript": "ENST00000879103.1",
"protein_id": "ENSP00000549162.1",
"transcript_support_level": null,
"aa_start": 212,
"aa_end": null,
"aa_length": 427,
"cds_start": 635,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879103.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449209.1",
"protein_id": "XP_047305165.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449209.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449210.1",
"protein_id": "XP_047305166.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449210.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449211.1",
"protein_id": "XP_047305167.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449211.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449212.1",
"protein_id": "XP_047305168.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449212.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449213.1",
"protein_id": "XP_047305169.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449213.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449214.1",
"protein_id": "XP_047305170.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449214.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449215.1",
"protein_id": "XP_047305171.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449215.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449216.1",
"protein_id": "XP_047305172.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449216.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449217.1",
"protein_id": "XP_047305173.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449217.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449218.1",
"protein_id": "XP_047305174.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449218.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449219.1",
"protein_id": "XP_047305175.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449219.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449220.1",
"protein_id": "XP_047305176.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449220.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449221.1",
"protein_id": "XP_047305177.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449221.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449222.1",
"protein_id": "XP_047305178.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449222.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449223.1",
"protein_id": "XP_047305179.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449223.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449224.1",
"protein_id": "XP_047305180.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449224.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449225.1",
"protein_id": "XP_047305181.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449225.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449226.1",
"protein_id": "XP_047305182.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449226.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449227.1",
"protein_id": "XP_047305183.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449227.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449228.1",
"protein_id": "XP_047305184.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449228.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449229.1",
"protein_id": "XP_047305185.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449229.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro",
"transcript": "XM_047449230.1",
"protein_id": "XP_047305186.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 480,
"cds_start": 794,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449230.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.767G>C",
"hgvs_p": "p.Arg256Pro",
"transcript": "XM_024453830.2",
"protein_id": "XP_024309598.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 471,
"cds_start": 767,
"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": "XM_024453830.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.743G>C",
"hgvs_p": "p.Arg248Pro",
"transcript": "XM_005247903.5",
"protein_id": "XP_005247960.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 463,
"cds_start": 743,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247903.5"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "c.680G>C",
"hgvs_p": "p.Arg227Pro",
"transcript": "XM_047449231.1",
"protein_id": "XP_047305187.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 442,
"cds_start": 680,
"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": "XM_047449231.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249417",
"gene_hgnc_id": null,
"hgvs_c": "n.167-24948C>G",
"hgvs_p": null,
"transcript": "ENST00000507698.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": "pseudogene",
"feature": "ENST00000507698.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "n.505+5103G>C",
"hgvs_p": null,
"transcript": "ENST00000636601.1",
"protein_id": "ENSP00000490861.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": "ENST00000636601.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": 4,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "n.505+5103G>C",
"hgvs_p": null,
"transcript": "ENST00000637579.1",
"protein_id": "ENSP00000490114.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": "ENST00000637579.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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "n.505+5103G>C",
"hgvs_p": null,
"transcript": "ENST00000637751.1",
"protein_id": "ENSP00000490743.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": "ENST00000637751.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "n.*240G>C",
"hgvs_p": null,
"transcript": "ENST00000514263.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000514263.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"hgvs_c": "n.*427G>C",
"hgvs_p": null,
"transcript": "ENST00000514880.5",
"protein_id": "ENSP00000425264.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": "ENST00000514880.5"
}
],
"gene_symbol": "PXYLP1",
"gene_hgnc_id": 26303,
"dbsnp": "rs140468634",
"frequency_reference_population": 0.0000065711656,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657117,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.857450544834137,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.617,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9839,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.774,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152282.5",
"gene_symbol": "PXYLP1",
"hgnc_id": 26303,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.794G>C",
"hgvs_p": "p.Arg265Pro"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000507698.1",
"gene_symbol": "ENSG00000249417",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.167-24948C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}