← 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-533822-AC-CA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=533822&ref=AC&alt=CA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PIGG",
"hgnc_id": 25985,
"hgvs_c": "c.2576_2577delACinsCA",
"hgvs_p": "p.Asn859Thr",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_001127178.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "4",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 983,
"aa_ref": "N",
"aa_start": 859,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3909,
"cdna_start": 2702,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2576,
"consequences": [
"missense_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.2576_2577delACinsCA",
"hgvs_p": "p.Asn859Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 983,
"aa_ref": "N",
"aa_start": 859,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3909,
"cdna_start": 2702,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2576,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000453061.7",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2576_2577delACinsCA",
"hgvs_p": "p.Asn859Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 850,
"aa_ref": "N",
"aa_start": 726,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2787,
"cdna_start": 2255,
"cds_end": null,
"cds_length": 2553,
"cds_start": 2177,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000383028.8",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2177_2178delACinsCA",
"hgvs_p": "p.Asn726Thr",
"intron_rank": null,
"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": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1394,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000508144.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.191_192delACinsCA",
"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": "ENST00000508144.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2241,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000513192.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1709_1710delACinsCA",
"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": "ENST00000513192.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3519,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000513239.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2983_2984delACinsCA",
"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": "ENST00000513239.5",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 975,
"aa_ref": "N",
"aa_start": 851,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3885,
"cdna_start": 2678,
"cds_end": null,
"cds_length": 2928,
"cds_start": 2552,
"consequences": [
"missense_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.2552_2553delACinsCA",
"hgvs_p": "p.Asn851Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 975,
"aa_ref": "N",
"aa_start": 851,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3203,
"cdna_start": 2667,
"cds_end": null,
"cds_length": 2928,
"cds_start": 2552,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000310340.9",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2552_2553delACinsCA",
"hgvs_p": "p.Asn851Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 913,
"aa_ref": "N",
"aa_start": 789,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2947,
"cdna_start": 2418,
"cds_end": null,
"cds_length": 2742,
"cds_start": 2366,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000868086.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2366_2367delACinsCA",
"hgvs_p": "p.Asn789Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 912,
"aa_ref": "N",
"aa_start": 788,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2909,
"cdna_start": 2377,
"cds_end": null,
"cds_length": 2739,
"cds_start": 2363,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000868087.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2363_2364delACinsCA",
"hgvs_p": "p.Asn788Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 894,
"aa_ref": "N",
"aa_start": 770,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3718,
"cdna_start": 2511,
"cds_end": null,
"cds_length": 2685,
"cds_start": 2309,
"consequences": [
"missense_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.2309_2310delACinsCA",
"hgvs_p": "p.Asn770Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 894,
"aa_ref": "N",
"aa_start": 770,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4145,
"cdna_start": 2938,
"cds_end": null,
"cds_length": 2685,
"cds_start": 2309,
"consequences": [
"missense_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.2309_2310delACinsCA",
"hgvs_p": "p.Asn770Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 894,
"aa_ref": "N",
"aa_start": 770,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3019,
"cdna_start": 2484,
"cds_end": null,
"cds_length": 2685,
"cds_start": 2309,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000504346.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.2309_2310delACinsCA",
"hgvs_p": "p.Asn770Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 886,
"aa_ref": "N",
"aa_start": 762,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4121,
"cdna_start": 2914,
"cds_end": null,
"cds_length": 2661,
"cds_start": 2285,
"consequences": [
"missense_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.2285_2286delACinsCA",
"hgvs_p": "p.Asn762Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 850,
"aa_ref": "N",
"aa_start": 726,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3510,
"cdna_start": 2303,
"cds_end": null,
"cds_length": 2553,
"cds_start": 2177,
"consequences": [
"missense_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.2177_2178delACinsCA",
"hgvs_p": "p.Asn726Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 664,
"aa_ref": "N",
"aa_start": 540,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2248,
"cdna_start": 1712,
"cds_end": null,
"cds_length": 1995,
"cds_start": 1619,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000936869.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "c.1619_1620delACinsCA",
"hgvs_p": "p.Asn540Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 640,
"aa_ref": "N",
"aa_start": 516,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4003,
"cdna_start": 2796,
"cds_end": null,
"cds_length": 1923,
"cds_start": 1547,
"consequences": [
"missense_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.1547_1548delACinsCA",
"hgvs_p": "p.Asn516Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 617,
"aa_ref": "N",
"aa_start": 493,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4259,
"cdna_start": 3052,
"cds_end": null,
"cds_length": 1854,
"cds_start": 1478,
"consequences": [
"missense_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.1478_1479delACinsCA",
"hgvs_p": "p.Asn493Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 472,
"aa_ref": "N",
"aa_start": 348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4001,
"cdna_start": 2794,
"cds_end": null,
"cds_length": 1419,
"cds_start": 1043,
"consequences": [
"missense_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.1043_1044delACinsCA",
"hgvs_p": "p.Asn348Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 472,
"aa_ref": "N",
"aa_start": 348,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4099,
"cdna_start": 2892,
"cds_end": null,
"cds_length": 1419,
"cds_start": 1043,
"consequences": [
"missense_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.1043_1044delACinsCA",
"hgvs_p": "p.Asn348Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 930,
"aa_ref": "N",
"aa_start": 859,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5655,
"cdna_start": 2702,
"cds_end": null,
"cds_length": 2793,
"cds_start": 2576,
"consequences": [
"missense_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.2576_2577delACinsCA",
"hgvs_p": "p.Asn859Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 861,
"aa_ref": "N",
"aa_start": 737,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3495,
"cdna_start": 2288,
"cds_end": null,
"cds_length": 2586,
"cds_start": 2210,
"consequences": [
"missense_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.2210_2211delACinsCA",
"hgvs_p": "p.Asn737Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 625,
"aa_ref": "N",
"aa_start": 501,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2803,
"cdna_start": 1596,
"cds_end": null,
"cds_length": 1878,
"cds_start": 1502,
"consequences": [
"missense_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.1502_1503delACinsCA",
"hgvs_p": "p.Asn501Thr",
"intron_rank": null,
"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": "T",
"aa_end": null,
"aa_length": 542,
"aa_ref": "N",
"aa_start": 418,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2538,
"cdna_start": 1331,
"cds_end": null,
"cds_length": 1629,
"cds_start": 1253,
"consequences": [
"missense_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.1253_1254delACinsCA",
"hgvs_p": "p.Asn418Thr",
"intron_rank": null,
"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": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 626,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000503261.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.467_468delACinsCA",
"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": "ENST00000503261.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 445,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000504879.1",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.230_231delACinsCA",
"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": "ENST00000504879.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 658,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000511666.5",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.286_287delACinsCA",
"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": "ENST00000511666.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": 3863,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NR_110293.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2656_2657delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NR_144326.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2938_2939delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NR_144327.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2959_2960delACinsCA",
"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_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": 4332,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NR_144328.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.3125_3126delACinsCA",
"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": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3837,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NR_144329.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2630_2631delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_144330.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2392_2393delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_144331.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2628_2629delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NR_144332.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2247_2248delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NR_144333.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.1937_1938delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NR_144334.2",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.2127_2128delACinsCA",
"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_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": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XR_924965.4",
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"hgvs_c": "n.5690_5691delACinsCA",
"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": "XR_924965.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 25985,
"gene_symbol": "PIGG",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.756,
"pos": 533822,
"ref": "AC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001127178.3"
}
]
}