← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 12-81277338-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=81277338&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 81277338,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003625.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "NM_003625.5",
"protein_id": "NP_003616.2",
"transcript_support_level": null,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000549396.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003625.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "ENST00000549396.6",
"protein_id": "ENSP00000450337.1",
"transcript_support_level": 1,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003625.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549396.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3271G>T",
"hgvs_p": "p.Ala1091Ser",
"transcript": "ENST00000548586.5",
"protein_id": "ENSP00000449338.1",
"transcript_support_level": 1,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3271,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548586.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "ENST00000550584.6",
"protein_id": "ENSP00000449558.2",
"transcript_support_level": 1,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550584.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3226G>T",
"hgvs_p": "p.Ala1076Ser",
"transcript": "ENST00000552948.5",
"protein_id": "ENSP00000447868.1",
"transcript_support_level": 1,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552948.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3271G>T",
"hgvs_p": "p.Ala1091Ser",
"transcript": "NM_001220476.2",
"protein_id": "NP_001207405.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3271,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220476.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "NM_001220473.3",
"protein_id": "NP_001207402.1",
"transcript_support_level": null,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220473.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3226G>T",
"hgvs_p": "p.Ala1076Ser",
"transcript": "NM_001220475.2",
"protein_id": "NP_001207404.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220475.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3244G>T",
"hgvs_p": "p.Ala1082Ser",
"transcript": "NM_001220474.3",
"protein_id": "NP_001207403.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3244,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220474.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3244G>T",
"hgvs_p": "p.Ala1082Ser",
"transcript": "ENST00000549325.5",
"protein_id": "ENSP00000450298.1",
"transcript_support_level": 5,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3244,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000549325.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2986G>T",
"hgvs_p": "p.Ala996Ser",
"transcript": "NM_001220477.2",
"protein_id": "NP_001207406.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2986,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220477.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2986G>T",
"hgvs_p": "p.Ala996Ser",
"transcript": "ENST00000407050.8",
"protein_id": "ENSP00000385093.4",
"transcript_support_level": 2,
"aa_start": 996,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2986,
"cds_end": null,
"cds_length": 3471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407050.8"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2974G>T",
"hgvs_p": "p.Ala992Ser",
"transcript": "NM_001220478.2",
"protein_id": "NP_001207407.1",
"transcript_support_level": null,
"aa_start": 992,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2974,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220478.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2974G>T",
"hgvs_p": "p.Ala992Ser",
"transcript": "ENST00000333447.11",
"protein_id": "ENSP00000327416.8",
"transcript_support_level": 5,
"aa_start": 992,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2974,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333447.11"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2974G>T",
"hgvs_p": "p.Ala992Ser",
"transcript": "ENST00000443686.7",
"protein_id": "ENSP00000388373.3",
"transcript_support_level": 2,
"aa_start": 992,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2974,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443686.7"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2830G>T",
"hgvs_p": "p.Ala944Ser",
"transcript": "NM_001282536.1",
"protein_id": "NP_001269465.1",
"transcript_support_level": null,
"aa_start": 944,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2830,
"cds_end": null,
"cds_length": 3315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282536.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2830G>T",
"hgvs_p": "p.Ala944Ser",
"transcript": "ENST00000550359.6",
"protein_id": "ENSP00000447273.2",
"transcript_support_level": 2,
"aa_start": 944,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2830,
"cds_end": null,
"cds_length": 3315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550359.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.1897G>T",
"hgvs_p": "p.Ala633Ser",
"transcript": "NM_001220479.3",
"protein_id": "NP_001207408.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 783,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220479.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.1897G>T",
"hgvs_p": "p.Ala633Ser",
"transcript": "ENST00000541570.6",
"protein_id": "ENSP00000438337.2",
"transcript_support_level": 2,
"aa_start": 633,
"aa_end": null,
"aa_length": 783,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541570.6"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.847G>T",
"hgvs_p": "p.Ala283Ser",
"transcript": "NM_001220480.3",
"protein_id": "NP_001207409.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 443,
"cds_start": 847,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001220480.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.847G>T",
"hgvs_p": "p.Ala283Ser",
"transcript": "ENST00000541017.5",
"protein_id": "ENSP00000445532.1",
"transcript_support_level": 2,
"aa_start": 283,
"aa_end": null,
"aa_length": 443,
"cds_start": 847,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541017.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3298G>T",
"hgvs_p": "p.Ala1100Ser",
"transcript": "XM_047429770.1",
"protein_id": "XP_047285726.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1260,
"cds_start": 3298,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429770.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3298G>T",
"hgvs_p": "p.Ala1100Ser",
"transcript": "XM_047429771.1",
"protein_id": "XP_047285727.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1260,
"cds_start": 3298,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429771.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "XM_047429772.1",
"protein_id": "XP_047285728.1",
"transcript_support_level": null,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1257,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429772.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3280G>T",
"hgvs_p": "p.Ala1094Ser",
"transcript": "XM_047429773.1",
"protein_id": "XP_047285729.1",
"transcript_support_level": null,
"aa_start": 1094,
"aa_end": null,
"aa_length": 1254,
"cds_start": 3280,
"cds_end": null,
"cds_length": 3765,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429773.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3271G>T",
"hgvs_p": "p.Ala1091Ser",
"transcript": "XM_047429774.1",
"protein_id": "XP_047285730.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1251,
"cds_start": 3271,
"cds_end": null,
"cds_length": 3756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429774.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3298G>T",
"hgvs_p": "p.Ala1100Ser",
"transcript": "XM_047429775.1",
"protein_id": "XP_047285731.1",
"transcript_support_level": null,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1250,
"cds_start": 3298,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429775.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3268G>T",
"hgvs_p": "p.Ala1090Ser",
"transcript": "XM_047429776.1",
"protein_id": "XP_047285732.1",
"transcript_support_level": null,
"aa_start": 1090,
"aa_end": null,
"aa_length": 1250,
"cds_start": 3268,
"cds_end": null,
"cds_length": 3753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429776.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser",
"transcript": "XM_017020086.2",
"protein_id": "XP_016875575.1",
"transcript_support_level": null,
"aa_start": 1097,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3289,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020086.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3259G>T",
"hgvs_p": "p.Ala1087Ser",
"transcript": "XM_047429777.1",
"protein_id": "XP_047285733.1",
"transcript_support_level": null,
"aa_start": 1087,
"aa_end": null,
"aa_length": 1247,
"cds_start": 3259,
"cds_end": null,
"cds_length": 3744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429777.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3280G>T",
"hgvs_p": "p.Ala1094Ser",
"transcript": "XM_047429778.1",
"protein_id": "XP_047285734.1",
"transcript_support_level": null,
"aa_start": 1094,
"aa_end": null,
"aa_length": 1244,
"cds_start": 3280,
"cds_end": null,
"cds_length": 3735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429778.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3244G>T",
"hgvs_p": "p.Ala1082Ser",
"transcript": "XM_017020088.2",
"protein_id": "XP_016875577.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3244,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020088.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3244G>T",
"hgvs_p": "p.Ala1082Ser",
"transcript": "XM_047429780.1",
"protein_id": "XP_047285736.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3244,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429780.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3271G>T",
"hgvs_p": "p.Ala1091Ser",
"transcript": "XM_017020090.3",
"protein_id": "XP_016875579.1",
"transcript_support_level": null,
"aa_start": 1091,
"aa_end": null,
"aa_length": 1241,
"cds_start": 3271,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020090.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3268G>T",
"hgvs_p": "p.Ala1090Ser",
"transcript": "XM_047429781.1",
"protein_id": "XP_047285737.1",
"transcript_support_level": null,
"aa_start": 1090,
"aa_end": null,
"aa_length": 1240,
"cds_start": 3268,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429781.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3235G>T",
"hgvs_p": "p.Ala1079Ser",
"transcript": "XM_047429782.1",
"protein_id": "XP_047285738.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1239,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429782.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3259G>T",
"hgvs_p": "p.Ala1087Ser",
"transcript": "XM_024449240.2",
"protein_id": "XP_024305008.1",
"transcript_support_level": null,
"aa_start": 1087,
"aa_end": null,
"aa_length": 1237,
"cds_start": 3259,
"cds_end": null,
"cds_length": 3714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449240.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3226G>T",
"hgvs_p": "p.Ala1076Ser",
"transcript": "XM_047429783.1",
"protein_id": "XP_047285739.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1236,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429783.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3223G>T",
"hgvs_p": "p.Ala1075Ser",
"transcript": "XM_017020094.3",
"protein_id": "XP_016875583.1",
"transcript_support_level": null,
"aa_start": 1075,
"aa_end": null,
"aa_length": 1235,
"cds_start": 3223,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020094.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3217G>T",
"hgvs_p": "p.Ala1073Ser",
"transcript": "XM_047429784.1",
"protein_id": "XP_047285740.1",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3217,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429784.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3217G>T",
"hgvs_p": "p.Ala1073Ser",
"transcript": "XM_047429795.1",
"protein_id": "XP_047285751.1",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1233,
"cds_start": 3217,
"cds_end": null,
"cds_length": 3702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429795.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3214G>T",
"hgvs_p": "p.Ala1072Ser",
"transcript": "XM_047429785.1",
"protein_id": "XP_047285741.1",
"transcript_support_level": null,
"aa_start": 1072,
"aa_end": null,
"aa_length": 1232,
"cds_start": 3214,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429785.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3235G>T",
"hgvs_p": "p.Ala1079Ser",
"transcript": "XM_017020099.2",
"protein_id": "XP_016875588.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1229,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020099.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3235G>T",
"hgvs_p": "p.Ala1079Ser",
"transcript": "XM_047429786.1",
"protein_id": "XP_047285742.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1229,
"cds_start": 3235,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429786.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3205G>T",
"hgvs_p": "p.Ala1069Ser",
"transcript": "XM_047429787.1",
"protein_id": "XP_047285743.1",
"transcript_support_level": null,
"aa_start": 1069,
"aa_end": null,
"aa_length": 1229,
"cds_start": 3205,
"cds_end": null,
"cds_length": 3690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429787.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3226G>T",
"hgvs_p": "p.Ala1076Ser",
"transcript": "XM_017020103.3",
"protein_id": "XP_016875592.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020103.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Ala1066Ser",
"transcript": "XM_047429788.1",
"protein_id": "XP_047285744.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429788.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Ala1066Ser",
"transcript": "XM_047429789.1",
"protein_id": "XP_047285745.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1226,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429789.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3187G>T",
"hgvs_p": "p.Ala1063Ser",
"transcript": "XM_047429790.1",
"protein_id": "XP_047285746.1",
"transcript_support_level": null,
"aa_start": 1063,
"aa_end": null,
"aa_length": 1223,
"cds_start": 3187,
"cds_end": null,
"cds_length": 3672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429790.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3214G>T",
"hgvs_p": "p.Ala1072Ser",
"transcript": "XM_017020105.2",
"protein_id": "XP_016875594.1",
"transcript_support_level": null,
"aa_start": 1072,
"aa_end": null,
"aa_length": 1222,
"cds_start": 3214,
"cds_end": null,
"cds_length": 3669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020105.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3208G>T",
"hgvs_p": "p.Ala1070Ser",
"transcript": "XM_017020107.3",
"protein_id": "XP_016875596.1",
"transcript_support_level": null,
"aa_start": 1070,
"aa_end": null,
"aa_length": 1220,
"cds_start": 3208,
"cds_end": null,
"cds_length": 3663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020107.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3178G>T",
"hgvs_p": "p.Ala1060Ser",
"transcript": "XM_024449241.2",
"protein_id": "XP_024305009.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1220,
"cds_start": 3178,
"cds_end": null,
"cds_length": 3663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449241.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3205G>T",
"hgvs_p": "p.Ala1069Ser",
"transcript": "XM_017020108.3",
"protein_id": "XP_016875597.1",
"transcript_support_level": null,
"aa_start": 1069,
"aa_end": null,
"aa_length": 1219,
"cds_start": 3205,
"cds_end": null,
"cds_length": 3660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020108.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Ala1066Ser",
"transcript": "XM_024449242.2",
"protein_id": "XP_024305010.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1216,
"cds_start": 3196,
"cds_end": null,
"cds_length": 3651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449242.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3178G>T",
"hgvs_p": "p.Ala1060Ser",
"transcript": "XM_047429791.1",
"protein_id": "XP_047285747.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1210,
"cds_start": 3178,
"cds_end": null,
"cds_length": 3633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429791.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3124G>T",
"hgvs_p": "p.Ala1042Ser",
"transcript": "XM_047429796.1",
"protein_id": "XP_047285752.1",
"transcript_support_level": null,
"aa_start": 1042,
"aa_end": null,
"aa_length": 1202,
"cds_start": 3124,
"cds_end": null,
"cds_length": 3609,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429796.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3016G>T",
"hgvs_p": "p.Ala1006Ser",
"transcript": "XM_047429792.1",
"protein_id": "XP_047285748.1",
"transcript_support_level": null,
"aa_start": 1006,
"aa_end": null,
"aa_length": 1166,
"cds_start": 3016,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429792.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.3016G>T",
"hgvs_p": "p.Ala1006Ser",
"transcript": "XM_047429793.1",
"protein_id": "XP_047285749.1",
"transcript_support_level": null,
"aa_start": 1006,
"aa_end": null,
"aa_length": 1166,
"cds_start": 3016,
"cds_end": null,
"cds_length": 3501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429793.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2998G>T",
"hgvs_p": "p.Ala1000Ser",
"transcript": "XM_017020118.2",
"protein_id": "XP_016875607.1",
"transcript_support_level": null,
"aa_start": 1000,
"aa_end": null,
"aa_length": 1160,
"cds_start": 2998,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020118.2"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2839G>T",
"hgvs_p": "p.Ala947Ser",
"transcript": "XM_047429794.1",
"protein_id": "XP_047285750.1",
"transcript_support_level": null,
"aa_start": 947,
"aa_end": null,
"aa_length": 1107,
"cds_start": 2839,
"cds_end": null,
"cds_length": 3324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429794.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2074G>T",
"hgvs_p": "p.Ala692Ser",
"transcript": "XM_024449245.2",
"protein_id": "XP_024305013.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 852,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449245.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.*1584G>T",
"hgvs_p": null,
"transcript": "ENST00000551461.5",
"protein_id": "ENSP00000449821.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000551461.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.*1584G>T",
"hgvs_p": null,
"transcript": "ENST00000551461.5",
"protein_id": "ENSP00000449821.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000551461.5"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.1244-17942G>T",
"hgvs_p": null,
"transcript": "ENST00000545296.6",
"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": "pseudogene",
"feature": "ENST00000545296.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2-AS1",
"gene_hgnc_id": 53397,
"hgvs_c": "n.176-5349C>A",
"hgvs_p": null,
"transcript": "ENST00000549161.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": "ENST00000549161.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2-AS1",
"gene_hgnc_id": 53397,
"hgvs_c": "n.167-5349C>A",
"hgvs_p": null,
"transcript": "ENST00000550138.5",
"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": "pseudogene",
"feature": "ENST00000550138.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2-AS1",
"gene_hgnc_id": 53397,
"hgvs_c": "n.182-5349C>A",
"hgvs_p": null,
"transcript": "ENST00000654866.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": "ENST00000654866.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.*34G>T",
"hgvs_p": null,
"transcript": "ENST00000550018.5",
"protein_id": "ENSP00000447189.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": null,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550018.5"
}
],
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"dbsnp": "rs748566393",
"frequency_reference_population": 0.0000044626236,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000282331,
"gnomad_genomes_af": 0.0000197621,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1136801540851593,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.099,
"revel_prediction": "Benign",
"alphamissense_score": 0.0693,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.437,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_003625.5",
"gene_symbol": "PPFIA2",
"hgnc_id": 9246,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3289G>T",
"hgvs_p": "p.Ala1097Ser"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000549161.5",
"gene_symbol": "PPFIA2-AS1",
"hgnc_id": 53397,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.176-5349C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}