← 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: 2-200881474-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=200881474&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 200881474,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032472.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "NM_130906.3",
"protein_id": "NP_570981.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392283.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_130906.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000392283.9",
"protein_id": "ENSP00000376107.4",
"transcript_support_level": 1,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_130906.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392283.9"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000286175.12",
"protein_id": "ENSP00000286175.8",
"transcript_support_level": 1,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000286175.12"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.484G>A",
"hgvs_p": null,
"transcript": "ENST00000465823.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000465823.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.244G>A",
"hgvs_p": "p.Gly82Ser",
"transcript": "ENST00000409264.6",
"protein_id": "ENSP00000386893.2",
"transcript_support_level": 2,
"aa_start": 82,
"aa_end": null,
"aa_length": 180,
"cds_start": 244,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409264.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "NM_032472.4",
"protein_id": "NP_115861.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032472.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000409449.5",
"protein_id": "ENSP00000387012.1",
"transcript_support_level": 5,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409449.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000899880.1",
"protein_id": "ENSP00000569939.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899880.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000899882.1",
"protein_id": "ENSP00000569941.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899882.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000899885.1",
"protein_id": "ENSP00000569944.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899885.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000917429.1",
"protein_id": "ENSP00000587488.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917429.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000917431.1",
"protein_id": "ENSP00000587490.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917431.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000917439.1",
"protein_id": "ENSP00000587498.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917439.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000917442.1",
"protein_id": "ENSP00000587501.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917442.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000952533.1",
"protein_id": "ENSP00000622592.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952533.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "ENST00000952534.1",
"protein_id": "ENSP00000622593.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952534.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899879.1",
"protein_id": "ENSP00000569938.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899879.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899881.1",
"protein_id": "ENSP00000569940.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899881.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899883.1",
"protein_id": "ENSP00000569942.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899883.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899884.1",
"protein_id": "ENSP00000569943.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899884.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899886.1",
"protein_id": "ENSP00000569945.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899886.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899887.1",
"protein_id": "ENSP00000569946.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899887.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899889.1",
"protein_id": "ENSP00000569948.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899889.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000899890.1",
"protein_id": "ENSP00000569949.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899890.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917428.1",
"protein_id": "ENSP00000587487.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917428.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917433.1",
"protein_id": "ENSP00000587492.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917433.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917434.1",
"protein_id": "ENSP00000587493.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917434.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917437.1",
"protein_id": "ENSP00000587496.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917437.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917438.1",
"protein_id": "ENSP00000587497.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917438.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917440.1",
"protein_id": "ENSP00000587499.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917440.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000917441.1",
"protein_id": "ENSP00000587500.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917441.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000952532.1",
"protein_id": "ENSP00000622591.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952532.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Gly59Ser",
"transcript": "ENST00000409361.5",
"protein_id": "ENSP00000386235.1",
"transcript_support_level": 3,
"aa_start": 59,
"aa_end": null,
"aa_length": 157,
"cds_start": 175,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409361.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Gly59Ser",
"transcript": "ENST00000899888.1",
"protein_id": "ENSP00000569947.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 157,
"cds_start": 175,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899888.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Gly59Ser",
"transcript": "ENST00000917430.1",
"protein_id": "ENSP00000587489.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 157,
"cds_start": 175,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917430.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Gly59Ser",
"transcript": "ENST00000917432.1",
"protein_id": "ENSP00000587491.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 157,
"cds_start": 175,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917432.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Gly59Ser",
"transcript": "ENST00000952531.1",
"protein_id": "ENSP00000622590.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 157,
"cds_start": 175,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952531.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "ENST00000457063.1",
"protein_id": "ENSP00000401196.1",
"transcript_support_level": 3,
"aa_start": 63,
"aa_end": null,
"aa_length": 79,
"cds_start": 187,
"cds_end": null,
"cds_length": 240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457063.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "XM_005246651.4",
"protein_id": "XP_005246708.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246651.4"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "XM_017004352.2",
"protein_id": "XP_016859841.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004352.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "XM_017004353.2",
"protein_id": "XP_016859842.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004353.2"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser",
"transcript": "XM_017004354.3",
"protein_id": "XP_016859843.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 165,
"cds_start": 199,
"cds_end": null,
"cds_length": 498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004354.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "XM_005246652.6",
"protein_id": "XP_005246709.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246652.6"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "XM_011511358.3",
"protein_id": "XP_011509660.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511358.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "XM_017004355.3",
"protein_id": "XP_016859844.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004355.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.187G>A",
"hgvs_p": "p.Gly63Ser",
"transcript": "XM_017004356.3",
"protein_id": "XP_016859845.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 161,
"cds_start": 187,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017004356.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.93G>A",
"hgvs_p": "p.Glu31Glu",
"transcript": "ENST00000443398.5",
"protein_id": "ENSP00000391082.1",
"transcript_support_level": 5,
"aa_start": 31,
"aa_end": null,
"aa_length": 72,
"cds_start": 93,
"cds_end": null,
"cds_length": 220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443398.5"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.78+4224G>A",
"hgvs_p": null,
"transcript": "ENST00000917435.1",
"protein_id": "ENSP00000587494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 107,
"cds_start": null,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917435.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "c.78+4224G>A",
"hgvs_p": null,
"transcript": "ENST00000917436.1",
"protein_id": "ENSP00000587495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 107,
"cds_start": null,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917436.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.134G>A",
"hgvs_p": null,
"transcript": "ENST00000415562.5",
"protein_id": "ENSP00000400726.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": "ENST00000415562.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.1211G>A",
"hgvs_p": null,
"transcript": "ENST00000463866.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000463866.2"
},
{
"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": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.540G>A",
"hgvs_p": null,
"transcript": "ENST00000492074.5",
"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": "ENST00000492074.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.437G>A",
"hgvs_p": null,
"transcript": "ENST00000497263.5",
"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": "ENST00000497263.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.576G>A",
"hgvs_p": null,
"transcript": "ENST00000706557.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": "ENST00000706557.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.675G>A",
"hgvs_p": null,
"transcript": "ENST00000706559.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": "ENST00000706559.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.75G>A",
"hgvs_p": null,
"transcript": "ENST00000706560.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": "ENST00000706560.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.243G>A",
"hgvs_p": null,
"transcript": "ENST00000706561.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": "ENST00000706561.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.187G>A",
"hgvs_p": null,
"transcript": "ENST00000706562.1",
"protein_id": "ENSP00000516447.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": "ENST00000706562.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.199G>A",
"hgvs_p": null,
"transcript": "ENST00000706563.1",
"protein_id": "ENSP00000516448.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": "ENST00000706563.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.*83G>A",
"hgvs_p": null,
"transcript": "ENST00000706564.1",
"protein_id": "ENSP00000516449.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": "ENST00000706564.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"hgvs_c": "n.*83G>A",
"hgvs_p": null,
"transcript": "ENST00000706564.1",
"protein_id": "ENSP00000516449.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": "ENST00000706564.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNU6-312P",
"gene_hgnc_id": 47275,
"hgvs_c": "n.*241G>A",
"hgvs_p": null,
"transcript": "ENST00000364629.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "snRNA",
"feature": "ENST00000364629.1"
}
],
"gene_symbol": "PPIL3",
"gene_hgnc_id": 9262,
"dbsnp": "rs1559340084",
"frequency_reference_population": 0.0000013693547,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136935,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9640008211135864,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.388,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.7942,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.743,
"phylop100way_prediction": "Uncertain_significance",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_032472.4",
"gene_symbol": "PPIL3",
"hgnc_id": 9262,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.199G>A",
"hgvs_p": "p.Gly67Ser"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000364629.1",
"gene_symbol": "RNU6-312P",
"hgnc_id": 47275,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*241G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}