← 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: 12-120224174-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=120224174&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"gene_symbol": "PXN",
"hgnc_id": 9718,
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_025157.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "LOC124903034",
"hgnc_id": null,
"hgvs_c": "n.3695T>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "XR_007063486.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.0634,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.51,
"chr": "12",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.09579864144325256,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 424,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3807,
"cdna_start": null,
"cds_end": null,
"cds_length": 1275,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000458477.6",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000395536.2",
"strand": false,
"transcript": "ENST00000458477.6",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1081,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5214,
"cdna_start": 318,
"cds_end": null,
"cds_length": 3246,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385981.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000637617.2",
"protein_coding": true,
"protein_id": "NP_001372910.1",
"strand": false,
"transcript": "NM_001385981.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1081,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5214,
"cdna_start": 318,
"cds_end": null,
"cds_length": 3246,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000637617.2",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001385981.1",
"protein_coding": true,
"protein_id": "ENSP00000489840.1",
"strand": false,
"transcript": "ENST00000637617.2",
"transcript_support_level": 5
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 591,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3785,
"cdna_start": 359,
"cds_end": null,
"cds_length": 1776,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000228307.11",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000228307.7",
"strand": false,
"transcript": "ENST00000228307.11",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 557,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3683,
"cdna_start": 359,
"cds_end": null,
"cds_length": 1674,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000424649.6",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000391283.2",
"strand": false,
"transcript": "ENST00000424649.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 424,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3807,
"cdna_start": null,
"cds_end": null,
"cds_length": 1275,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000458477.6",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000395536.2",
"strand": false,
"transcript": "ENST00000458477.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1805,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000538144.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.204A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000538144.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 424,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3809,
"cdna_start": null,
"cds_end": null,
"cds_length": 1275,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_025157.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_079433.3",
"strand": false,
"transcript": "NM_025157.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 36,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 729,
"cdna_start": null,
"cds_end": null,
"cds_length": 111,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000546532.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447180.1",
"strand": false,
"transcript": "ENST00000546532.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 35,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 655,
"cdna_start": null,
"cds_end": null,
"cds_length": 108,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000548912.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000446607.1",
"strand": false,
"transcript": "ENST00000548912.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 30,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 588,
"cdna_start": null,
"cds_end": null,
"cds_length": 94,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000552550.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000446650.1",
"strand": false,
"transcript": "ENST00000552550.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 996,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5443,
"cdna_start": null,
"cds_end": null,
"cds_length": 2991,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011538622.2",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011536924.1",
"strand": false,
"transcript": "XM_011538622.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 822,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2878,
"cdna_start": null,
"cds_end": null,
"cds_length": 2469,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_017019732.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875221.2",
"strand": false,
"transcript": "XM_017019732.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 801,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4590,
"cdna_start": null,
"cds_end": null,
"cds_length": 2406,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 12,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047429237.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285193.1",
"strand": false,
"transcript": "XM_047429237.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 753,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4446,
"cdna_start": null,
"cds_end": null,
"cds_length": 2262,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 12,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047429238.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285194.1",
"strand": false,
"transcript": "XM_047429238.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 506,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3855,
"cdna_start": null,
"cds_end": null,
"cds_length": 1521,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429251.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285207.1",
"strand": false,
"transcript": "XM_047429251.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 472,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3753,
"cdna_start": null,
"cds_end": null,
"cds_length": 1419,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429252.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285208.1",
"strand": false,
"transcript": "XM_047429252.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 458,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3711,
"cdna_start": null,
"cds_end": null,
"cds_length": 1377,
"cds_start": null,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429253.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285209.1",
"strand": false,
"transcript": "XM_047429253.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1168,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5468,
"cdna_start": 312,
"cds_end": null,
"cds_length": 3507,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000967075.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637134.1",
"strand": false,
"transcript": "ENST00000967075.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1079,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5246,
"cdna_start": 356,
"cds_end": null,
"cds_length": 3240,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884794.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554853.1",
"strand": false,
"transcript": "ENST00000884794.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1037,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5122,
"cdna_start": 356,
"cds_end": null,
"cds_length": 3114,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884793.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554852.1",
"strand": false,
"transcript": "ENST00000884793.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 989,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4938,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2970,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385982.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372911.1",
"strand": false,
"transcript": "NM_001385982.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 989,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4975,
"cdna_start": 350,
"cds_end": null,
"cds_length": 2970,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884795.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554854.1",
"strand": false,
"transcript": "ENST00000884795.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 987,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4932,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2964,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385983.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372912.1",
"strand": false,
"transcript": "NM_001385983.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 987,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4922,
"cdna_start": 308,
"cds_end": null,
"cds_length": 2964,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884802.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554861.1",
"strand": false,
"transcript": "ENST00000884802.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 934,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4772,
"cdna_start": 317,
"cds_end": null,
"cds_length": 2805,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000967074.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637133.1",
"strand": false,
"transcript": "ENST00000967074.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 900,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4671,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2703,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385984.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372913.1",
"strand": false,
"transcript": "NM_001385984.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 886,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4622,
"cdna_start": 311,
"cds_end": null,
"cds_length": 2661,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000967076.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000637135.1",
"strand": false,
"transcript": "ENST00000967076.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 852,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4527,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2559,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385985.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372914.1",
"strand": false,
"transcript": "NM_001385985.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 852,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4527,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2559,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884799.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554858.1",
"strand": false,
"transcript": "ENST00000884799.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 742,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4262,
"cdna_start": 383,
"cds_end": null,
"cds_length": 2229,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000916171.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586230.1",
"strand": false,
"transcript": "ENST00000916171.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 740,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4191,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2223,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385986.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372915.1",
"strand": false,
"transcript": "NM_001385986.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 740,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4222,
"cdna_start": 349,
"cds_end": null,
"cds_length": 2223,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000916174.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586233.1",
"strand": false,
"transcript": "ENST00000916174.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 694,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4053,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2085,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385987.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372916.1",
"strand": false,
"transcript": "NM_001385987.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 692,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4088,
"cdna_start": 359,
"cds_end": null,
"cds_length": 2079,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884791.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554850.1",
"strand": false,
"transcript": "ENST00000884791.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 675,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3973,
"cdna_start": 296,
"cds_end": null,
"cds_length": 2028,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884804.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554863.1",
"strand": false,
"transcript": "ENST00000884804.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 660,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4016,
"cdna_start": 383,
"cds_end": null,
"cds_length": 1983,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000916172.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586231.1",
"strand": false,
"transcript": "ENST00000916172.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 640,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3875,
"cdna_start": 302,
"cds_end": null,
"cds_length": 1923,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884803.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554862.1",
"strand": false,
"transcript": "ENST00000884803.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 639,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3944,
"cdna_start": 374,
"cds_end": null,
"cds_length": 1920,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884789.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554848.1",
"strand": false,
"transcript": "ENST00000884789.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 637,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3882,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1914,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884797.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554856.1",
"strand": false,
"transcript": "ENST00000884797.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 619,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3868,
"cdna_start": 359,
"cds_end": null,
"cds_length": 1860,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884792.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554851.1",
"strand": false,
"transcript": "ENST00000884792.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 605,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3786,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1818,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001243756.2",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001230685.1",
"strand": false,
"transcript": "NM_001243756.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 605,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3835,
"cdna_start": 359,
"cds_end": null,
"cds_length": 1818,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000267257.11",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000267257.7",
"strand": false,
"transcript": "ENST00000267257.11",
"transcript_support_level": 5
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 591,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3744,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1776,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001080855.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001074324.1",
"strand": false,
"transcript": "NM_001080855.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "S",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4500,
"cdna_start": 1074,
"cds_end": null,
"cds_length": 1770,
"cds_start": 211,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001410986.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.211A>T",
"hgvs_p": "p.Ser71Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001397915.1",
"strand": false,
"transcript": "NM_001410986.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "S",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4112,
"cdna_start": 687,
"cds_end": null,
"cds_length": 1770,
"cds_start": 211,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000536957.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.211A>T",
"hgvs_p": "p.Ser71Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000443887.1",
"strand": false,
"transcript": "ENST00000536957.5",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3794,
"cdna_start": 374,
"cds_end": null,
"cds_length": 1770,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884790.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554849.1",
"strand": false,
"transcript": "ENST00000884790.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3738,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1770,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884798.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554857.1",
"strand": false,
"transcript": "ENST00000884798.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 586,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3736,
"cdna_start": 325,
"cds_end": null,
"cds_length": 1761,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884796.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554855.1",
"strand": false,
"transcript": "ENST00000884796.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 584,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2585,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1755,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000916175.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586234.1",
"strand": false,
"transcript": "ENST00000916175.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 571,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3680,
"cdna_start": 314,
"cds_end": null,
"cds_length": 1716,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884801.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554860.1",
"strand": false,
"transcript": "ENST00000884801.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 561,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3942,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1686,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385988.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372917.1",
"strand": false,
"transcript": "NM_001385988.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 557,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3642,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1674,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_002859.4",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_002850.2",
"strand": false,
"transcript": "NM_002859.4",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 537,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3580,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1614,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884800.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554859.1",
"strand": false,
"transcript": "ENST00000884800.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 511,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3792,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1536,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385989.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372918.1",
"strand": false,
"transcript": "NM_001385989.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 500,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3508,
"cdna_start": 355,
"cds_end": null,
"cds_length": 1503,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000916173.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000586232.1",
"strand": false,
"transcript": "ENST00000916173.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 479,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3696,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1440,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001385990.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001372919.1",
"strand": false,
"transcript": "NM_001385990.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 175,
"aa_ref": "S",
"aa_start": 74,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 957,
"cdna_start": 647,
"cds_end": null,
"cds_length": 530,
"cds_start": 220,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000543331.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.220A>T",
"hgvs_p": "p.Ser74Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000443745.1",
"strand": false,
"transcript": "ENST00000543331.1",
"transcript_support_level": 4
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1135,
"aa_ref": "S",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6490,
"cdna_start": 1450,
"cds_end": null,
"cds_length": 3408,
"cds_start": 235,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047429236.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.235A>T",
"hgvs_p": "p.Ser79Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285192.1",
"strand": false,
"transcript": "XM_047429236.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1129,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5358,
"cdna_start": 318,
"cds_end": null,
"cds_length": 3390,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_006719532.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006719595.1",
"strand": false,
"transcript": "XM_006719532.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 742,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4197,
"cdna_start": 318,
"cds_end": null,
"cds_length": 2229,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429239.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285195.1",
"strand": false,
"transcript": "XM_047429239.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 639,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3888,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1920,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429240.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285196.1",
"strand": false,
"transcript": "XM_047429240.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 637,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3882,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1914,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429241.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285197.1",
"strand": false,
"transcript": "XM_047429241.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 611,
"aa_ref": "S",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4637,
"cdna_start": 1169,
"cds_end": null,
"cds_length": 1836,
"cds_start": 235,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017019739.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.235A>T",
"hgvs_p": "p.Ser79Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875228.1",
"strand": false,
"transcript": "XM_017019739.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 606,
"aa_ref": "S",
"aa_start": 74,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4437,
"cdna_start": 969,
"cds_end": null,
"cds_length": 1821,
"cds_start": 220,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429242.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.220A>T",
"hgvs_p": "p.Ser74Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285198.1",
"strand": false,
"transcript": "XM_047429242.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 603,
"aa_ref": "S",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4428,
"cdna_start": 960,
"cds_end": null,
"cds_length": 1812,
"cds_start": 211,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429243.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.211A>T",
"hgvs_p": "p.Ser71Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285199.1",
"strand": false,
"transcript": "XM_047429243.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 597,
"aa_ref": "S",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4595,
"cdna_start": 1169,
"cds_end": null,
"cds_length": 1794,
"cds_start": 235,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017019740.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.235A>T",
"hgvs_p": "p.Ser79Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875229.1",
"strand": false,
"transcript": "XM_017019740.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 592,
"aa_ref": "S",
"aa_start": 74,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4395,
"cdna_start": 969,
"cds_end": null,
"cds_length": 1779,
"cds_start": 220,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429244.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.220A>T",
"hgvs_p": "p.Ser74Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285200.1",
"strand": false,
"transcript": "XM_047429244.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 589,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3738,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1770,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429246.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285202.1",
"strand": false,
"transcript": "XM_047429246.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 568,
"aa_ref": "S",
"aa_start": 73,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1900,
"cdna_start": 318,
"cds_end": null,
"cds_length": 1707,
"cds_start": 217,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429248.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.217A>T",
"hgvs_p": "p.Ser73Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285204.1",
"strand": false,
"transcript": "XM_047429248.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 563,
"aa_ref": "S",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4493,
"cdna_start": 1169,
"cds_end": null,
"cds_length": 1692,
"cds_start": 235,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_017019742.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.235A>T",
"hgvs_p": "p.Ser79Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875231.1",
"strand": false,
"transcript": "XM_017019742.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 558,
"aa_ref": "S",
"aa_start": 74,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4293,
"cdna_start": 969,
"cds_end": null,
"cds_length": 1677,
"cds_start": 220,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429249.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.220A>T",
"hgvs_p": "p.Ser74Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285205.1",
"strand": false,
"transcript": "XM_047429249.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 555,
"aa_ref": "S",
"aa_start": 71,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4354,
"cdna_start": 1030,
"cds_end": null,
"cds_length": 1668,
"cds_start": 211,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047429250.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.211A>T",
"hgvs_p": "p.Ser71Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285206.1",
"strand": false,
"transcript": "XM_047429250.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 424,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3809,
"cdna_start": null,
"cds_end": null,
"cds_length": 1275,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_025157.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_079433.3",
"strand": false,
"transcript": "NM_025157.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 36,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 729,
"cdna_start": null,
"cds_end": null,
"cds_length": 111,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000546532.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447180.1",
"strand": false,
"transcript": "ENST00000546532.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 35,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 655,
"cdna_start": null,
"cds_end": null,
"cds_length": 108,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000548912.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000446607.1",
"strand": false,
"transcript": "ENST00000548912.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 30,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 588,
"cdna_start": null,
"cds_end": null,
"cds_length": 94,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000552550.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000446650.1",
"strand": false,
"transcript": "ENST00000552550.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 996,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5443,
"cdna_start": null,
"cds_end": null,
"cds_length": 2991,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_011538622.2",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011536924.1",
"strand": false,
"transcript": "XM_011538622.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 822,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2878,
"cdna_start": null,
"cds_end": null,
"cds_length": 2469,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_017019732.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016875221.2",
"strand": false,
"transcript": "XM_017019732.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 801,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4590,
"cdna_start": null,
"cds_end": null,
"cds_length": 2406,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047429237.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285193.1",
"strand": false,
"transcript": "XM_047429237.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 753,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4446,
"cdna_start": null,
"cds_end": null,
"cds_length": 2262,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047429238.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285194.1",
"strand": false,
"transcript": "XM_047429238.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 506,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3855,
"cdna_start": null,
"cds_end": null,
"cds_length": 1521,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429251.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285207.1",
"strand": false,
"transcript": "XM_047429251.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 472,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3753,
"cdna_start": null,
"cds_end": null,
"cds_length": 1419,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429252.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285208.1",
"strand": false,
"transcript": "XM_047429252.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 458,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3711,
"cdna_start": null,
"cds_end": null,
"cds_length": 1377,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 12,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_047429253.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "c.-183A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047285209.1",
"strand": false,
"transcript": "XM_047429253.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 5457,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000323871.9",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.217A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000489977.1",
"strand": false,
"transcript": "ENST00000323871.9",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 516,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000440827.3",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.379A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000440827.3",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 579,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000547746.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.559A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000547746.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1004,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000547983.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.*26A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000446893.1",
"strand": false,
"transcript": "ENST00000547983.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 588,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000551327.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.237A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000551327.5",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2945,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XR_002957365.2",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.135A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_002957365.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4942,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063486.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC124903034",
"hgvs_c": "n.3695T>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063486.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4866,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XR_007063487.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC124903034",
"hgvs_c": "n.3695T>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063487.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1004,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000547983.5",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.*26A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000446893.1",
"strand": false,
"transcript": "ENST00000547983.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 550,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000540221.1",
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"hgvs_c": "n.*1A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000540221.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs4767884",
"effect": "5_prime_UTR_premature_start_codon_gain_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 9718,
"gene_symbol": "PXN",
"gnomad_exomes_ac": 0,
"gnomad_exomes_af": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.078,
"pos": 120224174,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.061,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_025157.5"
}
]
}