← 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-516050-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=516050&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 516050,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000453061.7",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "NM_001127178.3",
"protein_id": "NP_001120650.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 983,
"cds_start": 979,
"cds_end": null,
"cds_length": 2952,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 3909,
"mane_select": "ENST00000453061.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "ENST00000453061.7",
"protein_id": "ENSP00000415203.2",
"transcript_support_level": 1,
"aa_start": 327,
"aa_end": null,
"aa_length": 983,
"cds_start": 979,
"cds_end": null,
"cds_length": 2952,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 3909,
"mane_select": "NM_001127178.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.580C>G",
"hgvs_p": "p.Pro194Ala",
"transcript": "ENST00000383028.8",
"protein_id": "ENSP00000372494.4",
"transcript_support_level": 1,
"aa_start": 194,
"aa_end": null,
"aa_length": 850,
"cds_start": 580,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "ENST00000509768.1",
"protein_id": "ENSP00000421550.1",
"transcript_support_level": 1,
"aa_start": 238,
"aa_end": null,
"aa_length": 480,
"cds_start": 712,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 1584,
"cdna_end": null,
"cdna_length": 3121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.979C>G",
"hgvs_p": null,
"transcript": "ENST00000506402.5",
"protein_id": "ENSP00000424619.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-51C>G",
"hgvs_p": null,
"transcript": "NM_001345988.2",
"protein_id": "NP_001332917.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 640,
"cds_start": -4,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-234C>G",
"hgvs_p": null,
"transcript": "NM_001345994.2",
"protein_id": "NP_001332923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": -4,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-647C>G",
"hgvs_p": null,
"transcript": "NM_001345990.2",
"protein_id": "NP_001332919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-509C>G",
"hgvs_p": null,
"transcript": "NM_001345991.2",
"protein_id": "NP_001332920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "NM_017733.5",
"protein_id": "NP_060203.3",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 975,
"cds_start": 979,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 3885,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "ENST00000310340.9",
"protein_id": "ENSP00000311750.5",
"transcript_support_level": 2,
"aa_start": 327,
"aa_end": null,
"aa_length": 975,
"cds_start": 979,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 3203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "NM_001289051.2",
"protein_id": "NP_001275980.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 894,
"cds_start": 712,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 3718,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "NM_001345986.2",
"protein_id": "NP_001332915.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 894,
"cds_start": 712,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 1341,
"cdna_end": null,
"cdna_length": 4145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "ENST00000504346.5",
"protein_id": "ENSP00000424800.1",
"transcript_support_level": 2,
"aa_start": 238,
"aa_end": null,
"aa_length": 894,
"cds_start": 712,
"cds_end": null,
"cds_length": 2685,
"cdna_start": 887,
"cdna_end": null,
"cdna_length": 3019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "NM_001345987.2",
"protein_id": "NP_001332916.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 886,
"cds_start": 712,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 1341,
"cdna_end": null,
"cdna_length": 4121,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.580C>G",
"hgvs_p": "p.Pro194Ala",
"transcript": "NM_001289052.2",
"protein_id": "NP_001275981.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 850,
"cds_start": 580,
"cds_end": null,
"cds_length": 2553,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 3510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "NM_001345989.2",
"protein_id": "NP_001332918.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 612,
"cds_start": 979,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "NM_001289053.2",
"protein_id": "NP_001275982.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 480,
"cds_start": 712,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 3200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.613C>G",
"hgvs_p": "p.Pro205Ala",
"transcript": "NM_001289055.2",
"protein_id": "NP_001275984.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 341,
"cds_start": 613,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 1175,
"cdna_end": null,
"cdna_length": 2666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "NM_001289057.2",
"protein_id": "NP_001275986.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 299,
"cds_start": 712,
"cds_end": null,
"cds_length": 900,
"cdna_start": 1341,
"cdna_end": null,
"cdna_length": 2660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "ENST00000503111.5",
"protein_id": "ENSP00000426002.1",
"transcript_support_level": 2,
"aa_start": 238,
"aa_end": null,
"aa_length": 299,
"cds_start": 712,
"cds_end": null,
"cds_length": 900,
"cdna_start": 1311,
"cdna_end": null,
"cdna_length": 2629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_011513490.4",
"protein_id": "XP_011511792.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 930,
"cds_start": 979,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 5655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.613C>G",
"hgvs_p": "p.Pro205Ala",
"transcript": "XM_047415846.1",
"protein_id": "XP_047271802.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 861,
"cds_start": 613,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 3495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415847.1",
"protein_id": "XP_047271803.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 701,
"cds_start": 979,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "XM_047415848.1",
"protein_id": "XP_047271804.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 657,
"cds_start": 712,
"cds_end": null,
"cds_length": 1974,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415849.1",
"protein_id": "XP_047271805.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 624,
"cds_start": 979,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415850.1",
"protein_id": "XP_047271806.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 619,
"cds_start": 979,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415851.1",
"protein_id": "XP_047271807.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 611,
"cds_start": 979,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_011513494.4",
"protein_id": "XP_011511796.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 547,
"cds_start": 979,
"cds_end": null,
"cds_length": 1644,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415853.1",
"protein_id": "XP_047271809.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 539,
"cds_start": 979,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415854.1",
"protein_id": "XP_047271810.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 539,
"cds_start": 979,
"cds_end": null,
"cds_length": 1620,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415855.1",
"protein_id": "XP_047271811.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 488,
"cds_start": 979,
"cds_end": null,
"cds_length": 1467,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala",
"transcript": "XM_047415856.1",
"protein_id": "XP_047271812.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 463,
"cds_start": 979,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 1105,
"cdna_end": null,
"cdna_length": 2596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.712C>G",
"hgvs_p": "p.Pro238Ala",
"transcript": "XM_047415857.1",
"protein_id": "XP_047271813.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 374,
"cds_start": 712,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.*488C>G",
"hgvs_p": null,
"transcript": "ENST00000504187.5",
"protein_id": "ENSP00000427069.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_110293.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1341C>G",
"hgvs_p": null,
"transcript": "NR_144326.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_144327.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_144328.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1341C>G",
"hgvs_p": null,
"transcript": "NR_144329.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_144330.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1341C>G",
"hgvs_p": null,
"transcript": "NR_144331.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_144332.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "NR_144333.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1341C>G",
"hgvs_p": null,
"transcript": "NR_144334.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3334,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.1105C>G",
"hgvs_p": null,
"transcript": "XR_924965.4",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-51C>G",
"hgvs_p": null,
"transcript": "NM_001345988.2",
"protein_id": "NP_001332917.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 640,
"cds_start": -4,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-234C>G",
"hgvs_p": null,
"transcript": "NM_001345994.2",
"protein_id": "NP_001332923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 617,
"cds_start": -4,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-647C>G",
"hgvs_p": null,
"transcript": "NM_001345990.2",
"protein_id": "NP_001332919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4001,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "c.-509C>G",
"hgvs_p": null,
"transcript": "NM_001345991.2",
"protein_id": "NP_001332920.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 472,
"cds_start": -4,
"cds_end": null,
"cds_length": 1419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.*488C>G",
"hgvs_p": null,
"transcript": "ENST00000504187.5",
"protein_id": "ENSP00000427069.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"hgvs_c": "n.-20C>G",
"hgvs_p": null,
"transcript": "ENST00000506898.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PIGG",
"gene_hgnc_id": 25985,
"dbsnp": "rs773467896",
"frequency_reference_population": 0.000023543698,
"hom_count_reference_population": 0,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.0000205223,
"gnomad_genomes_af": 0.0000525638,
"gnomad_exomes_ac": 30,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13165217638015747,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.239,
"revel_prediction": "Benign",
"alphamissense_score": 0.2235,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.17,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000453061.7",
"gene_symbol": "PIGG",
"hgnc_id": 25985,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.979C>G",
"hgvs_p": "p.Pro327Ala"
}
],
"clinvar_disease": " autosomal recessive 53,Intellectual disability",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Intellectual disability, autosomal recessive 53",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}