← 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-81325856-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=81325856&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 81325856,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_003625.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "NM_003625.5",
"protein_id": "NP_003616.2",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "ENST00000549396.6",
"protein_id": "ENSP00000450337.1",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "ENST00000548586.5",
"protein_id": "ENSP00000449338.1",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 1251,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "ENST00000550584.6",
"protein_id": "ENSP00000449558.2",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 1247,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "ENST00000552948.5",
"protein_id": "ENSP00000447868.1",
"transcript_support_level": 1,
"aa_start": 855,
"aa_end": null,
"aa_length": 1236,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "NM_001220476.2",
"protein_id": "NP_001207405.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1251,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "NM_001220473.3",
"protein_id": "NP_001207402.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1247,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "NM_001220475.2",
"protein_id": "NP_001207404.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1236,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "NM_001220474.3",
"protein_id": "NP_001207403.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1232,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "ENST00000549325.5",
"protein_id": "ENSP00000450298.1",
"transcript_support_level": 5,
"aa_start": 837,
"aa_end": null,
"aa_length": 1232,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2341A>G",
"hgvs_p": "p.Thr781Ala",
"transcript": "NM_001220477.2",
"protein_id": "NP_001207406.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2341,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2341A>G",
"hgvs_p": "p.Thr781Ala",
"transcript": "ENST00000407050.8",
"protein_id": "ENSP00000385093.4",
"transcript_support_level": 2,
"aa_start": 781,
"aa_end": null,
"aa_length": 1156,
"cds_start": 2341,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2266A>G",
"hgvs_p": "p.Thr756Ala",
"transcript": "NM_001220478.2",
"protein_id": "NP_001207407.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2266,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2266A>G",
"hgvs_p": "p.Thr756Ala",
"transcript": "ENST00000333447.11",
"protein_id": "ENSP00000327416.8",
"transcript_support_level": 5,
"aa_start": 756,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2266,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2266A>G",
"hgvs_p": "p.Thr756Ala",
"transcript": "ENST00000443686.7",
"protein_id": "ENSP00000388373.3",
"transcript_support_level": 2,
"aa_start": 756,
"aa_end": null,
"aa_length": 1152,
"cds_start": 2266,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2104A>G",
"hgvs_p": "p.Thr702Ala",
"transcript": "NM_001282536.1",
"protein_id": "NP_001269465.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2104,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2104A>G",
"hgvs_p": "p.Thr702Ala",
"transcript": "ENST00000550359.6",
"protein_id": "ENSP00000447273.2",
"transcript_support_level": 2,
"aa_start": 702,
"aa_end": null,
"aa_length": 1104,
"cds_start": 2104,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.1264A>G",
"hgvs_p": "p.Thr422Ala",
"transcript": "NM_001220479.3",
"protein_id": "NP_001207408.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 783,
"cds_start": 1264,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.1264A>G",
"hgvs_p": "p.Thr422Ala",
"transcript": "ENST00000541570.6",
"protein_id": "ENSP00000438337.2",
"transcript_support_level": 2,
"aa_start": 422,
"aa_end": null,
"aa_length": 783,
"cds_start": 1264,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "NM_001220480.3",
"protein_id": "NP_001207409.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 443,
"cds_start": 214,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.214A>G",
"hgvs_p": "p.Thr72Ala",
"transcript": "ENST00000541017.5",
"protein_id": "ENSP00000445532.1",
"transcript_support_level": 2,
"aa_start": 72,
"aa_end": null,
"aa_length": 443,
"cds_start": 214,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.49A>G",
"hgvs_p": "p.Thr17Ala",
"transcript": "ENST00000551147.1",
"protein_id": "ENSP00000449524.1",
"transcript_support_level": 4,
"aa_start": 17,
"aa_end": null,
"aa_length": 186,
"cds_start": 49,
"cds_end": null,
"cds_length": 563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551147.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429770.1",
"protein_id": "XP_047285726.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1260,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429771.1",
"protein_id": "XP_047285727.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1260,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429772.1",
"protein_id": "XP_047285728.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1257,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429773.1",
"protein_id": "XP_047285729.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1254,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429774.1",
"protein_id": "XP_047285730.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1251,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429775.1",
"protein_id": "XP_047285731.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1250,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429776.1",
"protein_id": "XP_047285732.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1250,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_017020086.2",
"protein_id": "XP_016875575.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1247,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429777.1",
"protein_id": "XP_047285733.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1247,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429778.1",
"protein_id": "XP_047285734.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1244,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "XM_017020088.2",
"protein_id": "XP_016875577.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "XM_047429780.1",
"protein_id": "XP_047285736.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1242,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_017020090.3",
"protein_id": "XP_016875579.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1241,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429781.1",
"protein_id": "XP_047285737.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1240,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429782.1",
"protein_id": "XP_047285738.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1239,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_024449240.2",
"protein_id": "XP_024305008.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1237,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429783.1",
"protein_id": "XP_047285739.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1236,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2488A>G",
"hgvs_p": "p.Thr830Ala",
"transcript": "XM_017020094.3",
"protein_id": "XP_016875583.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1235,
"cds_start": 2488,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429784.1",
"protein_id": "XP_047285740.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1233,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "XM_047429795.1",
"protein_id": "XP_047285751.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1233,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2488A>G",
"hgvs_p": "p.Thr830Ala",
"transcript": "XM_047429785.1",
"protein_id": "XP_047285741.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1232,
"cds_start": 2488,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "XM_017020099.2",
"protein_id": "XP_016875588.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1229,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429786.1",
"protein_id": "XP_047285742.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1229,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429787.1",
"protein_id": "XP_047285743.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1229,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_017020103.3",
"protein_id": "XP_016875592.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1226,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2488A>G",
"hgvs_p": "p.Thr830Ala",
"transcript": "XM_047429788.1",
"protein_id": "XP_047285744.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1226,
"cds_start": 2488,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429789.1",
"protein_id": "XP_047285745.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1226,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429790.1",
"protein_id": "XP_047285746.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1223,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2488A>G",
"hgvs_p": "p.Thr830Ala",
"transcript": "XM_017020105.2",
"protein_id": "XP_016875594.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 1222,
"cds_start": 2488,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_017020107.3",
"protein_id": "XP_016875596.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1220,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_024449241.2",
"protein_id": "XP_024305009.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1220,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_017020108.3",
"protein_id": "XP_016875597.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1219,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_024449242.2",
"protein_id": "XP_024305010.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1216,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_047429791.1",
"protein_id": "XP_047285747.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 1210,
"cds_start": 2563,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Thr837Ala",
"transcript": "XM_047429796.1",
"protein_id": "XP_047285752.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 1202,
"cds_start": 2509,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2281A>G",
"hgvs_p": "p.Thr761Ala",
"transcript": "XM_047429792.1",
"protein_id": "XP_047285748.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 1166,
"cds_start": 2281,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2281A>G",
"hgvs_p": "p.Thr761Ala",
"transcript": "XM_047429793.1",
"protein_id": "XP_047285749.1",
"transcript_support_level": null,
"aa_start": 761,
"aa_end": null,
"aa_length": 1166,
"cds_start": 2281,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2263A>G",
"hgvs_p": "p.Thr755Ala",
"transcript": "XM_017020118.2",
"protein_id": "XP_016875607.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 1160,
"cds_start": 2263,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2104A>G",
"hgvs_p": "p.Thr702Ala",
"transcript": "XM_047429794.1",
"protein_id": "XP_047285750.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 1107,
"cds_start": 2104,
"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": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala",
"transcript": "XM_024449244.2",
"protein_id": "XP_024305012.1",
"transcript_support_level": null,
"aa_start": 855,
"aa_end": null,
"aa_length": 887,
"cds_start": 2563,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449244.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.1339A>G",
"hgvs_p": "p.Thr447Ala",
"transcript": "XM_024449245.2",
"protein_id": "XP_024305013.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 852,
"cds_start": 1339,
"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": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.*951A>G",
"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": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.*951A>G",
"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.1243+48893A>G",
"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": true,
"strand": true,
"consequences": [
"upstream_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.-48A>G",
"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": "rs745328136",
"frequency_reference_population": 6.850704e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8507e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08188390731811523,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.048,
"revel_prediction": "Benign",
"alphamissense_score": 0.0715,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.63,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003625.5",
"gene_symbol": "PPFIA2",
"hgnc_id": 9246,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2563A>G",
"hgvs_p": "p.Thr855Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}