← 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-14610669-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=14610669&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 14610669,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000437198.7",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "NM_002582.4",
"protein_id": "NP_002573.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 639,
"cds_start": 529,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "ENST00000437198.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000437198.7",
"protein_id": "ENSP00000387911.2",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 639,
"cds_start": 529,
"cds_end": null,
"cds_length": 1920,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 3071,
"mane_select": "NM_002582.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000650990.1",
"protein_id": "ENSP00000498741.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 664,
"cds_start": 529,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 2884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000697474.1",
"protein_id": "ENSP00000513329.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 659,
"cds_start": 529,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 3863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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.379C>T",
"hgvs_p": "p.Gln127*",
"transcript": "ENST00000651865.1",
"protein_id": "ENSP00000498567.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 614,
"cds_start": 379,
"cds_end": null,
"cds_length": 1845,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 2997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Gln131*",
"transcript": "NM_001242992.2",
"protein_id": "NP_001229921.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 593,
"cds_start": 391,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 526,
"cdna_end": null,
"cdna_length": 2933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.391C>T",
"hgvs_p": "p.Gln131*",
"transcript": "ENST00000420015.6",
"protein_id": "ENSP00000410525.2",
"transcript_support_level": 2,
"aa_start": 131,
"aa_end": null,
"aa_length": 593,
"cds_start": 391,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 2360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000650960.1",
"protein_id": "ENSP00000499110.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 590,
"cds_start": 529,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 3075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000651049.1",
"protein_id": "ENSP00000498644.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 585,
"cds_start": 529,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000652727.1",
"protein_id": "ENSP00000498650.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 581,
"cds_start": 529,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.346C>T",
"hgvs_p": "p.Gln116*",
"transcript": "NM_001134477.3",
"protein_id": "NP_001127949.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 578,
"cds_start": 346,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 2988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.346C>T",
"hgvs_p": "p.Gln116*",
"transcript": "ENST00000341484.11",
"protein_id": "ENSP00000345456.7",
"transcript_support_level": 2,
"aa_start": 116,
"aa_end": null,
"aa_length": 578,
"cds_start": 346,
"cds_end": null,
"cds_length": 1737,
"cdna_start": 597,
"cdna_end": null,
"cdna_length": 2100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000651634.1",
"protein_id": "ENSP00000499078.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 577,
"cds_start": 529,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 2319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000651027.1",
"protein_id": "ENSP00000498640.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 524,
"cds_start": 529,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "ENST00000652501.1",
"protein_id": "ENSP00000498261.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 499,
"cds_start": 529,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.478C>T",
"hgvs_p": "p.Gln160*",
"transcript": "ENST00000651913.1",
"protein_id": "ENSP00000498230.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 486,
"cds_start": 478,
"cds_end": null,
"cds_length": 1462,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 1463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.73C>T",
"hgvs_p": "p.Gln25*",
"transcript": "ENST00000569444.5",
"protein_id": "ENSP00000456279.1",
"transcript_support_level": 3,
"aa_start": 25,
"aa_end": null,
"aa_length": 259,
"cds_start": 73,
"cds_end": null,
"cds_length": 781,
"cdna_start": 75,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "XM_047434181.1",
"protein_id": "XP_047290137.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 590,
"cds_start": 529,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "XM_047434182.1",
"protein_id": "XP_047290138.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 590,
"cds_start": 529,
"cds_end": null,
"cds_length": 1773,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.346C>T",
"hgvs_p": "p.Gln116*",
"transcript": "XM_047434183.1",
"protein_id": "XP_047290139.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 529,
"cds_start": 346,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.346C>T",
"hgvs_p": "p.Gln116*",
"transcript": "XM_047434184.1",
"protein_id": "XP_047290140.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 529,
"cds_start": 346,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "XM_011522514.3",
"protein_id": "XP_011520816.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 426,
"cds_start": 529,
"cds_end": null,
"cds_length": 1281,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*",
"transcript": "XM_047434185.1",
"protein_id": "XP_047290141.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 310,
"cds_start": 529,
"cds_end": null,
"cds_length": 933,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.478C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 808,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.31C>T",
"hgvs_p": null,
"transcript": "ENST00000563155.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 335,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*293C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.639C>T",
"hgvs_p": null,
"transcript": "ENST00000564113.6",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.594C>T",
"hgvs_p": null,
"transcript": "ENST00000566021.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.1555C>T",
"hgvs_p": null,
"transcript": "ENST00000651241.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*423C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.529C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*180C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.529C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.232C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.686C>T",
"hgvs_p": null,
"transcript": "ENST00000652411.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.*263C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.980C>T",
"hgvs_p": null,
"transcript": "ENST00000697471.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.675C>T",
"hgvs_p": null,
"transcript": "ENST00000697472.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.654C>T",
"hgvs_p": null,
"transcript": "ENST00000697473.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.684C>T",
"hgvs_p": null,
"transcript": "ENST00000697475.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.662C>T",
"hgvs_p": null,
"transcript": "ENST00000697476.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.664C>T",
"hgvs_p": null,
"transcript": "ENST00000697477.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.664C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 17824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.664C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 17260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.664C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 17746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.581C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 17741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*293C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*423C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"hgvs_c": "n.*180C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.*263C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.178-6443C>T",
"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": -4,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PARN",
"gene_hgnc_id": 8609,
"dbsnp": "rs876661305",
"frequency_reference_population": 6.858983e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85898e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6499999761581421,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.65,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.125,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000437198.7",
"gene_symbol": "PARN",
"hgnc_id": 8609,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Gln177*"
}
],
"clinvar_disease": " 4, Telomere-related, autosomal recessive 6,Dyskeratosis congenita,Pulmonary fibrosis,Pulmonary fibrosis and/or bone marrow failure,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Pulmonary fibrosis and/or bone marrow failure, Telomere-related, 4|Pulmonary fibrosis|Dyskeratosis congenita, autosomal recessive 6;Pulmonary fibrosis and/or bone marrow failure, Telomere-related, 4|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}