← 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: 18-62113191-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=62113191&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 62113191,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001438896.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "NM_176787.5",
"protein_id": "NP_789744.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000640252.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_176787.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000640252.2",
"protein_id": "ENSP00000492233.1",
"transcript_support_level": 1,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_176787.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640252.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000400334.7",
"protein_id": "ENSP00000383188.2",
"transcript_support_level": 1,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400334.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.1377T>G",
"hgvs_p": null,
"transcript": "ENST00000638424.1",
"protein_id": "ENSP00000491963.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": "ENST00000638424.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000858614.1",
"protein_id": "ENSP00000528673.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 998,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858614.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000858622.1",
"protein_id": "ENSP00000528681.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 972,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858622.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "NM_001438896.1",
"protein_id": "NP_001425825.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438896.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000639902.1",
"protein_id": "ENSP00000490965.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639902.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000640540.1",
"protein_id": "ENSP00000491620.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640540.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000962942.1",
"protein_id": "ENSP00000633001.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962942.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000962943.1",
"protein_id": "ENSP00000633002.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962943.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000962945.1",
"protein_id": "ENSP00000633004.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 959,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962945.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1443T>G",
"hgvs_p": "p.Ser481Ser",
"transcript": "ENST00000962946.1",
"protein_id": "ENSP00000633005.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 953,
"cds_start": 1443,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962946.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1443T>G",
"hgvs_p": "p.Ser481Ser",
"transcript": "ENST00000962948.1",
"protein_id": "ENSP00000633007.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 953,
"cds_start": 1443,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962948.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000858615.1",
"protein_id": "ENSP00000528674.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 951,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858615.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000962940.1",
"protein_id": "ENSP00000632999.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 950,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962940.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000962947.1",
"protein_id": "ENSP00000633006.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 946,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2841,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962947.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000927326.1",
"protein_id": "ENSP00000597385.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 939,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927326.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000639174.1",
"protein_id": "ENSP00000492783.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 936,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2811,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639174.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "NM_012327.6",
"protein_id": "NP_036459.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012327.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000357637.10",
"protein_id": "ENSP00000350263.4",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357637.10"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000638936.1",
"protein_id": "ENSP00000492592.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638936.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000640050.1",
"protein_id": "ENSP00000492051.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640050.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000640145.1",
"protein_id": "ENSP00000491525.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640145.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000640876.1",
"protein_id": "ENSP00000491628.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640876.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000858613.1",
"protein_id": "ENSP00000528672.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858613.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000858621.1",
"protein_id": "ENSP00000528680.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858621.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "NM_001438904.1",
"protein_id": "NP_001425833.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 929,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438904.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000927328.1",
"protein_id": "ENSP00000597387.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 926,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927328.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000638977.1",
"protein_id": "ENSP00000491010.1",
"transcript_support_level": 5,
"aa_start": 439,
"aa_end": null,
"aa_length": 911,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638977.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000639758.1",
"protein_id": "ENSP00000491475.1",
"transcript_support_level": 5,
"aa_start": 439,
"aa_end": null,
"aa_length": 911,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639758.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000639912.1",
"protein_id": "ENSP00000490970.1",
"transcript_support_level": 5,
"aa_start": 439,
"aa_end": null,
"aa_length": 911,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639912.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000858611.1",
"protein_id": "ENSP00000528670.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 911,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858611.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1317T>G",
"hgvs_p": "p.Ser439Ser",
"transcript": "ENST00000858619.1",
"protein_id": "ENSP00000528678.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 911,
"cds_start": 1317,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858619.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "NM_001438905.1",
"protein_id": "NP_001425834.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438905.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000638183.1",
"protein_id": "ENSP00000491013.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638183.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1218T>G",
"hgvs_p": "p.Ser406Ser",
"transcript": "ENST00000927327.1",
"protein_id": "ENSP00000597386.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 878,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927327.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1185T>G",
"hgvs_p": "p.Ser395Ser",
"transcript": "ENST00000858617.1",
"protein_id": "ENSP00000528676.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 867,
"cds_start": 1185,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858617.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1146T>G",
"hgvs_p": "p.Ser382Ser",
"transcript": "ENST00000638435.1",
"protein_id": "ENSP00000491850.1",
"transcript_support_level": 5,
"aa_start": 382,
"aa_end": null,
"aa_length": 854,
"cds_start": 1146,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638435.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1125T>G",
"hgvs_p": "p.Ser375Ser",
"transcript": "ENST00000639342.1",
"protein_id": "ENSP00000491022.1",
"transcript_support_level": 5,
"aa_start": 375,
"aa_end": null,
"aa_length": 847,
"cds_start": 1125,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639342.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1125T>G",
"hgvs_p": "p.Ser375Ser",
"transcript": "ENST00000962949.1",
"protein_id": "ENSP00000633008.1",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 847,
"cds_start": 1125,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962949.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.846T>G",
"hgvs_p": "p.Ser282Ser",
"transcript": "ENST00000639600.1",
"protein_id": "ENSP00000492474.1",
"transcript_support_level": 5,
"aa_start": 282,
"aa_end": null,
"aa_length": 750,
"cds_start": 846,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639600.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000588571.6",
"protein_id": "ENSP00000466035.2",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 490,
"cds_start": 1377,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000588571.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000589339.6",
"protein_id": "ENSP00000465506.2",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 490,
"cds_start": 1377,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589339.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "ENST00000638329.1",
"protein_id": "ENSP00000492804.1",
"transcript_support_level": 5,
"aa_start": 459,
"aa_end": null,
"aa_length": 490,
"cds_start": 1377,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638329.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525890.2",
"protein_id": "XP_011524192.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525890.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525891.2",
"protein_id": "XP_011524193.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525891.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525892.2",
"protein_id": "XP_011524194.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525892.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525893.2",
"protein_id": "XP_011524195.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525893.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525894.2",
"protein_id": "XP_011524196.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525894.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525895.2",
"protein_id": "XP_011524197.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 970,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525895.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525896.2",
"protein_id": "XP_011524198.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 951,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525896.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437432.1",
"protein_id": "XP_047293388.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 951,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437432.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437433.1",
"protein_id": "XP_047293389.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 951,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437433.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437434.1",
"protein_id": "XP_047293390.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 951,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437434.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437435.1",
"protein_id": "XP_047293391.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437435.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437436.1",
"protein_id": "XP_047293392.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437436.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437437.1",
"protein_id": "XP_047293393.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437437.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437438.1",
"protein_id": "XP_047293394.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437438.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437439.1",
"protein_id": "XP_047293395.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437439.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437440.1",
"protein_id": "XP_047293396.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 931,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437440.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437441.1",
"protein_id": "XP_047293397.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 929,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437441.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437442.1",
"protein_id": "XP_047293398.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 929,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437442.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437431.1",
"protein_id": "XP_047293387.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 927,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437431.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_011525898.2",
"protein_id": "XP_011524200.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 910,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525898.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437443.1",
"protein_id": "XP_047293399.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437443.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437445.1",
"protein_id": "XP_047293401.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437445.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437446.1",
"protein_id": "XP_047293402.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437446.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437447.1",
"protein_id": "XP_047293403.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437447.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437448.1",
"protein_id": "XP_047293404.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437448.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser",
"transcript": "XM_047437449.1",
"protein_id": "XP_047293405.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 897,
"cds_start": 1377,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437449.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": 30,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1251+1370T>G",
"hgvs_p": null,
"transcript": "ENST00000638369.1",
"protein_id": "ENSP00000491811.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638369.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": 28,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1251+1370T>G",
"hgvs_p": null,
"transcript": "ENST00000858612.1",
"protein_id": "ENSP00000528671.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858612.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": 29,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1251+1370T>G",
"hgvs_p": null,
"transcript": "ENST00000858620.1",
"protein_id": "ENSP00000528679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": null,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858620.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": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "NM_001438910.1",
"protein_id": "NP_001425839.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438910.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": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "ENST00000638167.1",
"protein_id": "ENSP00000491549.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638167.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": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "ENST00000858616.1",
"protein_id": "ENSP00000528675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858616.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": 28,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "ENST00000858618.1",
"protein_id": "ENSP00000528677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858618.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": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "ENST00000962939.1",
"protein_id": "ENSP00000632998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962939.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": 16,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1172+25052T>G",
"hgvs_p": null,
"transcript": "ENST00000962941.1",
"protein_id": "ENSP00000633000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": null,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962941.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": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1172+25052T>G",
"hgvs_p": null,
"transcript": "ENST00000962944.1",
"protein_id": "ENSP00000633003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 463,
"cds_start": null,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962944.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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1172+25052T>G",
"hgvs_p": null,
"transcript": "ENST00000858623.1",
"protein_id": "ENSP00000528682.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 431,
"cds_start": null,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858623.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": 29,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_017025685.2",
"protein_id": "XP_016881174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025685.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": 28,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437451.1",
"protein_id": "XP_047293407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437451.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": 27,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437452.1",
"protein_id": "XP_047293408.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437452.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": 28,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437453.1",
"protein_id": "XP_047293409.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 836,
"cds_start": null,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437453.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": 29,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437450.1",
"protein_id": "XP_047293406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 817,
"cds_start": null,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437450.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": 28,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437455.1",
"protein_id": "XP_047293411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 817,
"cds_start": null,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437455.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": 28,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437454.1",
"protein_id": "XP_047293410.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437454.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": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437456.1",
"protein_id": "XP_047293412.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437456.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": 28,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437457.1",
"protein_id": "XP_047293413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437457.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": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437458.1",
"protein_id": "XP_047293414.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 797,
"cds_start": null,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437458.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": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437461.1",
"protein_id": "XP_047293417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 793,
"cds_start": null,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437461.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": 28,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437460.1",
"protein_id": "XP_047293416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": null,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437460.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": 28,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437462.1",
"protein_id": "XP_047293418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": null,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437462.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": 27,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437463.1",
"protein_id": "XP_047293419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": null,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437463.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": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "c.1173-6106T>G",
"hgvs_p": null,
"transcript": "XM_047437464.1",
"protein_id": "XP_047293420.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": null,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437464.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.1356T>G",
"hgvs_p": null,
"transcript": "ENST00000638858.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000638858.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.1377T>G",
"hgvs_p": null,
"transcript": "ENST00000638904.1",
"protein_id": "ENSP00000491318.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": "ENST00000638904.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.1618T>G",
"hgvs_p": null,
"transcript": "ENST00000639214.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000639214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.*737T>G",
"hgvs_p": null,
"transcript": "ENST00000639681.1",
"protein_id": "ENSP00000491929.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": "ENST00000639681.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.*737T>G",
"hgvs_p": null,
"transcript": "ENST00000640170.1",
"protein_id": "ENSP00000491270.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": "ENST00000640170.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.1377T>G",
"hgvs_p": null,
"transcript": "ENST00000640268.1",
"protein_id": "ENSP00000491111.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": "ENST00000640268.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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.192T>G",
"hgvs_p": null,
"transcript": "ENST00000640682.1",
"protein_id": "ENSP00000491415.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": "ENST00000640682.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.*737T>G",
"hgvs_p": null,
"transcript": "ENST00000639681.1",
"protein_id": "ENSP00000491929.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": "ENST00000639681.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.*737T>G",
"hgvs_p": null,
"transcript": "ENST00000640170.1",
"protein_id": "ENSP00000491270.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": "ENST00000640170.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": 26,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"hgvs_c": "n.*533-6106T>G",
"hgvs_p": null,
"transcript": "ENST00000640593.1",
"protein_id": "ENSP00000492017.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": "ENST00000640593.1"
}
],
"gene_symbol": "PIGN",
"gene_hgnc_id": 8967,
"dbsnp": "rs17714875",
"frequency_reference_population": 0.000013026875,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.000013699,
"gnomad_genomes_af": 0.00000657505,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.789,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001438896.1",
"gene_symbol": "PIGN",
"hgnc_id": 8967,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1377T>G",
"hgvs_p": "p.Ser459Ser"
}
],
"clinvar_disease": "Multiple congenital anomalies-hypotonia-seizures syndrome 1",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Multiple congenital anomalies-hypotonia-seizures syndrome 1",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}