← 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: 4-521945-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=521945&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "PIGG",
"hgnc_id": 25985,
"hgvs_c": "c.1351C>G",
"hgvs_p": "p.Arg451Gly",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001289053.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 286,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.067,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"chr": "4",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": " autosomal recessive 53,Intellectual disability",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.05477336049079895,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 480,
"aa_ref": "R",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3121,
"cdna_start": 2223,
"cds_end": null,
"cds_length": 1443,
"cds_start": 1351,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000509768.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1351C>G",
"hgvs_p": "p.Arg451Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421550.1",
"strand": true,
"transcript": "ENST00000509768.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 983,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3909,
"cdna_start": null,
"cds_end": null,
"cds_length": 2952,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001127178.3",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000453061.7",
"protein_coding": true,
"protein_id": "NP_001120650.1",
"strand": true,
"transcript": "NM_001127178.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 983,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3909,
"cdna_start": null,
"cds_end": null,
"cds_length": 2952,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000453061.7",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001127178.3",
"protein_coding": true,
"protein_id": "ENSP00000415203.2",
"strand": true,
"transcript": "ENST00000453061.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 850,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2787,
"cdna_start": null,
"cds_end": null,
"cds_length": 2553,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000383028.8",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1215+4C>G",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000372494.4",
"strand": true,
"transcript": "ENST00000383028.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2387,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000506402.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.*88-63C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000424619.1",
"strand": true,
"transcript": "ENST00000506402.5",
"transcript_support_level": 1
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 480,
"aa_ref": "R",
"aa_start": 451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3200,
"cdna_start": 2302,
"cds_end": null,
"cds_length": 1443,
"cds_start": 1351,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001289053.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1351C>G",
"hgvs_p": "p.Arg451Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001275982.1",
"strand": true,
"transcript": "NM_001289053.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 341,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2666,
"cdna_start": null,
"cds_end": null,
"cds_length": 1026,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001289055.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*180C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001275984.1",
"strand": true,
"transcript": "NM_001289055.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 299,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2660,
"cdna_start": null,
"cds_end": null,
"cds_length": 900,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001289057.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*233C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001275986.1",
"strand": true,
"transcript": "NM_001289057.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 299,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2629,
"cdna_start": null,
"cds_end": null,
"cds_length": 900,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000503111.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*233C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426002.1",
"strand": true,
"transcript": "ENST00000503111.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 488,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2671,
"cdna_start": null,
"cds_end": null,
"cds_length": 1467,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047415855.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*180C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271811.1",
"strand": true,
"transcript": "XM_047415855.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 463,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2596,
"cdna_start": null,
"cds_end": null,
"cds_length": 1392,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047415856.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*180C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271812.1",
"strand": true,
"transcript": "XM_047415856.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 374,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2405,
"cdna_start": null,
"cds_end": null,
"cds_length": 1125,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047415857.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.*180C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271813.1",
"strand": true,
"transcript": "XM_047415857.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 975,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3885,
"cdna_start": null,
"cds_end": null,
"cds_length": 2928,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_017733.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1590+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_060203.3",
"strand": true,
"transcript": "NM_017733.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 975,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3203,
"cdna_start": null,
"cds_end": null,
"cds_length": 2928,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000310340.9",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1590+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000311750.5",
"strand": true,
"transcript": "ENST00000310340.9",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 913,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2947,
"cdna_start": null,
"cds_end": null,
"cds_length": 2742,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000868086.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1404+4C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000538145.1",
"strand": true,
"transcript": "ENST00000868086.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 912,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2909,
"cdna_start": null,
"cds_end": null,
"cds_length": 2739,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000868087.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1401+4C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000538146.1",
"strand": true,
"transcript": "ENST00000868087.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 894,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3718,
"cdna_start": null,
"cds_end": null,
"cds_length": 2685,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001289051.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1347+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001275980.1",
"strand": true,
"transcript": "NM_001289051.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 894,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4145,
"cdna_start": null,
"cds_end": null,
"cds_length": 2685,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345986.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1347+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332915.1",
"strand": true,
"transcript": "NM_001345986.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 894,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3019,
"cdna_start": null,
"cds_end": null,
"cds_length": 2685,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504346.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1347+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000424800.1",
"strand": true,
"transcript": "ENST00000504346.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 886,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4121,
"cdna_start": null,
"cds_end": null,
"cds_length": 2661,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345987.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1323+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332916.1",
"strand": true,
"transcript": "NM_001345987.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 850,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3510,
"cdna_start": null,
"cds_end": null,
"cds_length": 2553,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001289052.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1215+4C>G",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001275981.1",
"strand": true,
"transcript": "NM_001289052.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 664,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2248,
"cdna_start": null,
"cds_end": null,
"cds_length": 1995,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000936869.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000606928.1",
"strand": true,
"transcript": "ENST00000936869.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 640,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4003,
"cdna_start": null,
"cds_end": null,
"cds_length": 1923,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345988.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.585+4C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332917.1",
"strand": true,
"transcript": "NM_001345988.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 617,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4259,
"cdna_start": null,
"cds_end": null,
"cds_length": 1854,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345994.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.516+4C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332923.1",
"strand": true,
"transcript": "NM_001345994.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 612,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2595,
"cdna_start": null,
"cds_end": null,
"cds_length": 1839,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345989.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332918.1",
"strand": true,
"transcript": "NM_001345989.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 472,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4001,
"cdna_start": null,
"cds_end": null,
"cds_length": 1419,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345990.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.81+4C>G",
"hgvs_p": null,
"intron_rank": 9,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332919.1",
"strand": true,
"transcript": "NM_001345990.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 472,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4099,
"cdna_start": null,
"cds_end": null,
"cds_length": 1419,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001345991.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.81+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001332920.1",
"strand": true,
"transcript": "NM_001345991.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 930,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5655,
"cdna_start": null,
"cds_end": null,
"cds_length": 2793,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011513490.4",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511792.1",
"strand": true,
"transcript": "XM_011513490.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 861,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3495,
"cdna_start": null,
"cds_end": null,
"cds_length": 2586,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415846.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1248+4C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271802.1",
"strand": true,
"transcript": "XM_047415846.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 701,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2829,
"cdna_start": null,
"cds_end": null,
"cds_length": 2106,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415847.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271803.1",
"strand": true,
"transcript": "XM_047415847.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 657,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2483,
"cdna_start": null,
"cds_end": null,
"cds_length": 1974,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415848.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1323+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271804.1",
"strand": true,
"transcript": "XM_047415848.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 625,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2803,
"cdna_start": null,
"cds_end": null,
"cds_length": 1878,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011513492.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.540+4C>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511794.1",
"strand": true,
"transcript": "XM_011513492.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 624,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2567,
"cdna_start": null,
"cds_end": null,
"cds_length": 1875,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415849.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271805.1",
"strand": true,
"transcript": "XM_047415849.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 619,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2436,
"cdna_start": null,
"cds_end": null,
"cds_length": 1860,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415850.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271806.1",
"strand": true,
"transcript": "XM_047415850.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 611,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2412,
"cdna_start": null,
"cds_end": null,
"cds_length": 1836,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415851.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1590+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271807.1",
"strand": true,
"transcript": "XM_047415851.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 547,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2576,
"cdna_start": null,
"cds_end": null,
"cds_length": 1644,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011513494.4",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011511796.1",
"strand": true,
"transcript": "XM_011513494.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 542,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2538,
"cdna_start": null,
"cds_end": null,
"cds_length": 1629,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415852.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.291+4C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271808.1",
"strand": true,
"transcript": "XM_047415852.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 539,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2243,
"cdna_start": null,
"cds_end": null,
"cds_length": 1620,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415853.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1614+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271809.1",
"strand": true,
"transcript": "XM_047415853.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 539,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2552,
"cdna_start": null,
"cds_end": null,
"cds_length": 1620,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047415854.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1590+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047271810.1",
"strand": true,
"transcript": "XM_047415854.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000504187.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.*1081C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000427069.1",
"strand": true,
"transcript": "ENST00000504187.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4332,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NR_144328.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1698C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144328.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1784,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000504187.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.*1081C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000427069.1",
"strand": true,
"transcript": "ENST00000504187.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 832,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000506898.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.616+4C>G",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000506898.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 768,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000507493.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.481+4C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000507493.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 570,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000508562.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.52+4C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000508562.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 562,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000513679.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.185+4C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000513679.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3863,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_110293.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1694+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_110293.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4778,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 14,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144326.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1976+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144326.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4166,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144327.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1740+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144327.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3837,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144329.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1930+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144329.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144330.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1740+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144330.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3835,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144331.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1976+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144331.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3454,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144332.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1740+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144332.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3144,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144333.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1740+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144333.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3334,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_144334.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1930+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_144334.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5791,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_924965.4",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1740+4C>G",
"hgvs_p": null,
"intron_rank": 8,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_924965.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs377462432",
"effect": "missense_variant",
"frequency_reference_population": 0.00017721532,
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"gnomad_exomes_ac": 268,
"gnomad_exomes_af": 0.000183355,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 18,
"gnomad_genomes_af": 0.000118259,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Intellectual disability, autosomal recessive 53",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.662,
"pos": 521945,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.031,
"splice_prediction_selected": "Uncertain_significance",
"splice_score_selected": 0.23000000417232513,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Uncertain_significance",
"spliceai_max_score": 0.23,
"transcript": "NM_001289053.2"
}
]
}