← 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: 16-14627161-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=14627161&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 14627161,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002582.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "NM_002582.4",
"protein_id": "NP_002573.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 639,
"cds_start": 272,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000437198.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002582.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000437198.7",
"protein_id": "ENSP00000387911.2",
"transcript_support_level": 1,
"aa_start": 91,
"aa_end": null,
"aa_length": 639,
"cds_start": 272,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002582.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437198.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000931608.1",
"protein_id": "ENSP00000601667.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 691,
"cds_start": 272,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931608.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000650990.1",
"protein_id": "ENSP00000498741.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 664,
"cds_start": 272,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650990.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000697474.1",
"protein_id": "ENSP00000513329.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 659,
"cds_start": 272,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000697474.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874419.1",
"protein_id": "ENSP00000544478.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 638,
"cds_start": 272,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874419.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874418.1",
"protein_id": "ENSP00000544477.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 635,
"cds_start": 272,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874418.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.251A>G",
"hgvs_p": "p.Tyr84Cys",
"transcript": "ENST00000960024.1",
"protein_id": "ENSP00000630083.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 632,
"cds_start": 251,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960024.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874421.1",
"protein_id": "ENSP00000544480.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 620,
"cds_start": 272,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874421.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000960023.1",
"protein_id": "ENSP00000630082.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 617,
"cds_start": 272,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960023.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874415.1",
"protein_id": "ENSP00000544474.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 613,
"cds_start": 272,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874415.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874420.1",
"protein_id": "ENSP00000544479.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 612,
"cds_start": 272,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874420.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874414.1",
"protein_id": "ENSP00000544473.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 610,
"cds_start": 272,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874414.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000874416.1",
"protein_id": "ENSP00000544475.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 610,
"cds_start": 272,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874416.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.185A>G",
"hgvs_p": "p.Tyr62Cys",
"transcript": "ENST00000931610.1",
"protein_id": "ENSP00000601669.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 610,
"cds_start": 185,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931610.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000650960.1",
"protein_id": "ENSP00000499110.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 590,
"cds_start": 272,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650960.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000651049.1",
"protein_id": "ENSP00000498644.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 585,
"cds_start": 272,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651049.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000652727.1",
"protein_id": "ENSP00000498650.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 581,
"cds_start": 272,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652727.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.89A>G",
"hgvs_p": "p.Tyr30Cys",
"transcript": "NM_001134477.3",
"protein_id": "NP_001127949.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 578,
"cds_start": 89,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001134477.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.89A>G",
"hgvs_p": "p.Tyr30Cys",
"transcript": "ENST00000341484.11",
"protein_id": "ENSP00000345456.7",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 578,
"cds_start": 89,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341484.11"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000651634.1",
"protein_id": "ENSP00000499078.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 577,
"cds_start": 272,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651634.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000931611.1",
"protein_id": "ENSP00000601670.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 539,
"cds_start": 272,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931611.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000651027.1",
"protein_id": "ENSP00000498640.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 524,
"cds_start": 272,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651027.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "ENST00000652501.1",
"protein_id": "ENSP00000498261.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 499,
"cds_start": 272,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652501.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.221A>G",
"hgvs_p": "p.Tyr74Cys",
"transcript": "ENST00000651913.1",
"protein_id": "ENSP00000498230.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 486,
"cds_start": 221,
"cds_end": null,
"cds_length": 1462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651913.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "XM_047434181.1",
"protein_id": "XP_047290137.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 590,
"cds_start": 272,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434181.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "XM_047434182.1",
"protein_id": "XP_047290138.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 590,
"cds_start": 272,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434182.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.89A>G",
"hgvs_p": "p.Tyr30Cys",
"transcript": "XM_047434183.1",
"protein_id": "XP_047290139.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 529,
"cds_start": 89,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434183.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.89A>G",
"hgvs_p": "p.Tyr30Cys",
"transcript": "XM_047434184.1",
"protein_id": "XP_047290140.1",
"transcript_support_level": null,
"aa_start": 30,
"aa_end": null,
"aa_length": 529,
"cds_start": 89,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434184.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "XM_011522514.3",
"protein_id": "XP_011520816.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 426,
"cds_start": 272,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522514.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys",
"transcript": "XM_047434185.1",
"protein_id": "XP_047290141.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 310,
"cds_start": 272,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434185.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.246-25A>G",
"hgvs_p": null,
"transcript": "ENST00000874417.1",
"protein_id": "ENSP00000544476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.177+1011A>G",
"hgvs_p": null,
"transcript": "ENST00000651865.1",
"protein_id": "ENSP00000498567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651865.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.159-25A>G",
"hgvs_p": null,
"transcript": "NM_001242992.2",
"protein_id": "NP_001229921.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242992.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.159-25A>G",
"hgvs_p": null,
"transcript": "ENST00000420015.6",
"protein_id": "ENSP00000410525.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 593,
"cds_start": null,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420015.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.177+1011A>G",
"hgvs_p": null,
"transcript": "ENST00000931609.1",
"protein_id": "ENSP00000601668.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": null,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931609.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.177+1011A>G",
"hgvs_p": null,
"transcript": "ENST00000539279.5",
"protein_id": "ENSP00000444381.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 464,
"cds_start": null,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539279.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000563641.6",
"protein_id": "ENSP00000458103.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": "ENST00000563641.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.382A>G",
"hgvs_p": null,
"transcript": "ENST00000564113.6",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000564113.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.398A>G",
"hgvs_p": null,
"transcript": "ENST00000566021.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": "ENST00000566021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.1298A>G",
"hgvs_p": null,
"transcript": "ENST00000651241.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000651241.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*166A>G",
"hgvs_p": null,
"transcript": "ENST00000651300.1",
"protein_id": "ENSP00000498294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.272A>G",
"hgvs_p": null,
"transcript": "ENST00000651348.1",
"protein_id": "ENSP00000498315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651348.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.70A>G",
"hgvs_p": null,
"transcript": "ENST00000651760.1",
"protein_id": "ENSP00000498642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651760.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.272A>G",
"hgvs_p": null,
"transcript": "ENST00000652051.1",
"protein_id": "ENSP00000498898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652051.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.429A>G",
"hgvs_p": null,
"transcript": "ENST00000652411.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000652411.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000652541.1",
"protein_id": "ENSP00000499206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652541.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.418A>G",
"hgvs_p": null,
"transcript": "ENST00000697472.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000697472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.397A>G",
"hgvs_p": null,
"transcript": "ENST00000697473.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.427A>G",
"hgvs_p": null,
"transcript": "ENST00000697475.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000697475.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.405A>G",
"hgvs_p": null,
"transcript": "ENST00000697476.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000697476.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.407A>G",
"hgvs_p": null,
"transcript": "ENST00000697477.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000697477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.407A>G",
"hgvs_p": null,
"transcript": "XR_007064881.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064881.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.407A>G",
"hgvs_p": null,
"transcript": "XR_007064882.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064882.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.407A>G",
"hgvs_p": null,
"transcript": "XR_007064883.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064883.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.324A>G",
"hgvs_p": null,
"transcript": "XR_007064884.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007064884.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000563641.6",
"protein_id": "ENSP00000458103.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": "ENST00000563641.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*166A>G",
"hgvs_p": null,
"transcript": "ENST00000651300.1",
"protein_id": "ENSP00000498294.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651300.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*6A>G",
"hgvs_p": null,
"transcript": "ENST00000652541.1",
"protein_id": "ENSP00000499206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652541.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": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.246-25A>G",
"hgvs_p": null,
"transcript": "ENST00000538472.5",
"protein_id": "ENSP00000445659.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000538472.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.*15A>G",
"hgvs_p": null,
"transcript": "ENST00000562896.1",
"protein_id": "ENSP00000456982.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562896.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.-26A>G",
"hgvs_p": null,
"transcript": "ENST00000652066.1",
"protein_id": "ENSP00000499051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000652066.1"
}
],
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"dbsnp": "rs201765587",
"frequency_reference_population": 0.000054801687,
"hom_count_reference_population": 0,
"allele_count_reference_population": 88,
"gnomad_exomes_af": 0.0000509121,
"gnomad_genomes_af": 0.0000919214,
"gnomad_exomes_ac": 74,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.750792384147644,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.578,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5669,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.45,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.733,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.09,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3,PP5",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002582.4",
"gene_symbol": "PARN",
"hgnc_id": 8609,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.272A>G",
"hgvs_p": "p.Tyr91Cys"
}
],
"clinvar_disease": " 4, Telomere-related, autosomal recessive 6,Dyskeratosis congenita,PARN-related disorder,Pulmonary fibrosis and/or bone marrow failure,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 LP:2 US:3",
"phenotype_combined": "Dyskeratosis congenita, autosomal recessive 6;Pulmonary fibrosis and/or bone marrow failure, Telomere-related, 4|Dyskeratosis congenita, autosomal recessive 6|not provided|not specified|Pulmonary fibrosis and/or bone marrow failure, Telomere-related, 4|PARN-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}