← 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-81539202-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=81539202&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 81539202,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_003625.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "NM_003625.5",
"protein_id": "NP_003616.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1257,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000549396.6",
"protein_id": "ENSP00000450337.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1257,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000548586.5",
"protein_id": "ENSP00000449338.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000550584.6",
"protein_id": "ENSP00000449558.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000552948.5",
"protein_id": "ENSP00000447868.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "NM_001220476.2",
"protein_id": "NP_001207405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "NM_001220473.3",
"protein_id": "NP_001207402.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "NM_001220475.2",
"protein_id": "NP_001207404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "NM_001220474.3",
"protein_id": "NP_001207403.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1232,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000549325.5",
"protein_id": "ENSP00000450298.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1232,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.81+58750G>A",
"hgvs_p": null,
"transcript": "NM_001220477.2",
"protein_id": "NP_001207406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1156,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.81+58750G>A",
"hgvs_p": null,
"transcript": "ENST00000407050.8",
"protein_id": "ENSP00000385093.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1156,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.81+58750G>A",
"hgvs_p": null,
"transcript": "NM_001220478.2",
"protein_id": "NP_001207407.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.81+58750G>A",
"hgvs_p": null,
"transcript": "ENST00000333447.11",
"protein_id": "ENSP00000327416.8",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.81+58750G>A",
"hgvs_p": null,
"transcript": "ENST00000443686.7",
"protein_id": "ENSP00000388373.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000551442.5",
"protein_id": "ENSP00000449469.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551442.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000547623.5",
"protein_id": "ENSP00000447918.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 120,
"cds_start": null,
"cds_end": null,
"cds_length": 364,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547623.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429770.1",
"protein_id": "XP_047285726.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1260,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429771.1",
"protein_id": "XP_047285727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1260,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429772.1",
"protein_id": "XP_047285728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1257,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429773.1",
"protein_id": "XP_047285729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1254,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429774.1",
"protein_id": "XP_047285730.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1251,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429775.1",
"protein_id": "XP_047285731.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429776.1",
"protein_id": "XP_047285732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1250,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020086.2",
"protein_id": "XP_016875575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429777.1",
"protein_id": "XP_047285733.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1247,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429778.1",
"protein_id": "XP_047285734.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1244,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020088.2",
"protein_id": "XP_016875577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1242,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429780.1",
"protein_id": "XP_047285736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1242,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020090.3",
"protein_id": "XP_016875579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1241,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429781.1",
"protein_id": "XP_047285737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429782.1",
"protein_id": "XP_047285738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_024449240.2",
"protein_id": "XP_024305008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1237,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429783.1",
"protein_id": "XP_047285739.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1236,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020094.3",
"protein_id": "XP_016875583.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429784.1",
"protein_id": "XP_047285740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1233,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429795.1",
"protein_id": "XP_047285751.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1233,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429785.1",
"protein_id": "XP_047285741.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1232,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020099.2",
"protein_id": "XP_016875588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429786.1",
"protein_id": "XP_047285742.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429787.1",
"protein_id": "XP_047285743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1229,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020103.3",
"protein_id": "XP_016875592.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429788.1",
"protein_id": "XP_047285744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429789.1",
"protein_id": "XP_047285745.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1226,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429790.1",
"protein_id": "XP_047285746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1223,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020105.2",
"protein_id": "XP_016875594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1222,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020107.3",
"protein_id": "XP_016875596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1220,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_024449241.2",
"protein_id": "XP_024305009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1220,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_017020108.3",
"protein_id": "XP_016875597.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1219,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_024449242.2",
"protein_id": "XP_024305010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1216,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429791.1",
"protein_id": "XP_047285747.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1210,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.250-81336G>A",
"hgvs_p": null,
"transcript": "XM_047429796.1",
"protein_id": "XP_047285752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1202,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.-87-3691G>A",
"hgvs_p": null,
"transcript": "XM_017020118.2",
"protein_id": "XP_016875607.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1160,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null,
"transcript": "XM_024449244.2",
"protein_id": "XP_024305012.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 887,
"cds_start": null,
"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": 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": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.306-3691G>A",
"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": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"hgvs_c": "n.58-81336G>A",
"hgvs_p": null,
"transcript": "ENST00000552020.1",
"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": "retained_intron",
"feature": "ENST00000552020.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2-AS2",
"gene_hgnc_id": 58195,
"hgvs_c": "n.281-14365C>T",
"hgvs_p": null,
"transcript": "ENST00000671127.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": "ENST00000671127.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPFIA2-AS2",
"gene_hgnc_id": 58195,
"hgvs_c": "n.312-14365C>T",
"hgvs_p": null,
"transcript": "NR_199032.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": "NR_199032.1"
}
],
"gene_symbol": "PPFIA2",
"gene_hgnc_id": 9246,
"dbsnp": "rs2400954",
"frequency_reference_population": 0.64856756,
"hom_count_reference_population": 32111,
"allele_count_reference_population": 98389,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.648568,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 98389,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 32111,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.0299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1.03,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.519,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003625.5",
"gene_symbol": "PPFIA2",
"hgnc_id": 9246,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.304-81336G>A",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NR_199032.1",
"gene_symbol": "PPFIA2-AS2",
"hgnc_id": 58195,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.312-14365C>T",
"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
}