← 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: 11-3811305-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=3811305&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 3811305,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000278243.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_014489.4",
"protein_id": "NP_055304.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 315,
"cds_start": 46,
"cds_end": null,
"cds_length": 948,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1963,
"mane_select": "ENST00000278243.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000278243.9",
"protein_id": "ENSP00000278243.4",
"transcript_support_level": 1,
"aa_start": 16,
"aa_end": null,
"aa_length": 315,
"cds_start": 46,
"cds_end": null,
"cds_length": 948,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1963,
"mane_select": "NM_014489.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.217C>T",
"hgvs_p": "p.Arg73Trp",
"transcript": "ENST00000300730.10",
"protein_id": "ENSP00000300730.6",
"transcript_support_level": 1,
"aa_start": 73,
"aa_end": null,
"aa_length": 307,
"cds_start": 217,
"cds_end": null,
"cds_length": 924,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 1843,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000528216.5",
"protein_id": "ENSP00000432215.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": 1815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-304+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000396993.8",
"protein_id": "ENSP00000380190.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": -4,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.97+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000465237.6",
"protein_id": null,
"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": 962,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-158C>T",
"hgvs_p": null,
"transcript": "NM_001346399.2",
"protein_id": "NP_001333328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2008,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-158C>T",
"hgvs_p": null,
"transcript": "NM_001346401.2",
"protein_id": "NP_001333330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": -4,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001256236.2",
"protein_id": "NP_001243165.2",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 315,
"cds_start": 46,
"cds_end": null,
"cds_length": 948,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000464906.6",
"protein_id": "ENSP00000434631.2",
"transcript_support_level": 2,
"aa_start": 16,
"aa_end": null,
"aa_length": 315,
"cds_start": 46,
"cds_end": null,
"cds_length": 948,
"cdna_start": 135,
"cdna_end": null,
"cdna_length": 1259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.217C>T",
"hgvs_p": "p.Arg73Trp",
"transcript": "ENST00000396986.6",
"protein_id": "ENSP00000380183.2",
"transcript_support_level": 2,
"aa_start": 73,
"aa_end": null,
"aa_length": 311,
"cds_start": 217,
"cds_end": null,
"cds_length": 936,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.199C>T",
"hgvs_p": "p.Arg67Trp",
"transcript": "NM_001346397.2",
"protein_id": "NP_001333326.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 305,
"cds_start": 199,
"cds_end": null,
"cds_length": 918,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 1913,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001346403.1",
"protein_id": "NP_001333332.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 295,
"cds_start": 46,
"cds_end": null,
"cds_length": 888,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 2050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001256240.2",
"protein_id": "NP_001243169.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 254,
"cds_start": 46,
"cds_end": null,
"cds_length": 765,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001283038.2",
"protein_id": "NP_001269967.2",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 254,
"cds_start": 46,
"cds_end": null,
"cds_length": 765,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001346398.2",
"protein_id": "NP_001333327.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 254,
"cds_start": 46,
"cds_end": null,
"cds_length": 765,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1791,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001346405.1",
"protein_id": "NP_001333334.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 254,
"cds_start": 46,
"cds_end": null,
"cds_length": 765,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000463452.6",
"protein_id": "ENSP00000435223.1",
"transcript_support_level": 2,
"aa_start": 16,
"aa_end": null,
"aa_length": 254,
"cds_start": 46,
"cds_end": null,
"cds_length": 765,
"cdna_start": 129,
"cdna_end": null,
"cdna_length": 931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001145438.3",
"protein_id": "NP_001138910.2",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 250,
"cds_start": 46,
"cds_end": null,
"cds_length": 753,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001256239.2",
"protein_id": "NP_001243168.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 250,
"cds_start": 46,
"cds_end": null,
"cds_length": 753,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001346400.2",
"protein_id": "NP_001333329.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 250,
"cds_start": 46,
"cds_end": null,
"cds_length": 753,
"cdna_start": 159,
"cdna_end": null,
"cdna_length": 1779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000469307.4",
"protein_id": "ENSP00000434507.1",
"transcript_support_level": 3,
"aa_start": 16,
"aa_end": null,
"aa_length": 244,
"cds_start": 46,
"cds_end": null,
"cds_length": 735,
"cdna_start": 109,
"cdna_end": null,
"cdna_length": 798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001256237.2",
"protein_id": "NP_001243166.2",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 234,
"cds_start": 46,
"cds_end": null,
"cds_length": 705,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001346404.1",
"protein_id": "NP_001333333.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 234,
"cds_start": 46,
"cds_end": null,
"cds_length": 705,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000464261.5",
"protein_id": "ENSP00000434088.2",
"transcript_support_level": 3,
"aa_start": 16,
"aa_end": null,
"aa_length": 234,
"cds_start": 46,
"cds_end": null,
"cds_length": 705,
"cdna_start": 136,
"cdna_end": null,
"cdna_length": 830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "NM_001256238.2",
"protein_id": "NP_001243167.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 232,
"cds_start": 46,
"cds_end": null,
"cds_length": 699,
"cdna_start": 122,
"cdna_end": null,
"cdna_length": 1827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000493547.6",
"protein_id": "ENSP00000431851.1",
"transcript_support_level": 3,
"aa_start": 16,
"aa_end": null,
"aa_length": 232,
"cds_start": 46,
"cds_end": null,
"cds_length": 699,
"cdna_start": 124,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "ENST00000459679.5",
"protein_id": "ENSP00000433748.2",
"transcript_support_level": 2,
"aa_start": 16,
"aa_end": null,
"aa_length": 208,
"cds_start": 46,
"cds_end": null,
"cds_length": 627,
"cdna_start": 138,
"cdna_end": null,
"cdna_length": 795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.217C>T",
"hgvs_p": "p.Arg73Trp",
"transcript": "XM_047426777.1",
"protein_id": "XP_047282733.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 368,
"cds_start": 217,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 2045,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.199C>T",
"hgvs_p": "p.Arg67Trp",
"transcript": "XM_011520004.3",
"protein_id": "XP_011518306.2",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 366,
"cds_start": 199,
"cds_end": null,
"cds_length": 1101,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 2096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "XM_011519990.3",
"protein_id": "XP_011518292.3",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 315,
"cds_start": 46,
"cds_end": null,
"cds_length": 948,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "XM_011519991.3",
"protein_id": "XP_011518293.3",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 311,
"cds_start": 46,
"cds_end": null,
"cds_length": 936,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "XM_047426781.1",
"protein_id": "XP_047282737.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 311,
"cds_start": 46,
"cds_end": null,
"cds_length": 936,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1951,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "XM_047426776.1",
"protein_id": "XP_047282732.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 293,
"cds_start": 46,
"cds_end": null,
"cds_length": 882,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1000,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp",
"transcript": "XM_011520002.2",
"protein_id": "XP_011518304.1",
"transcript_support_level": null,
"aa_start": 16,
"aa_end": null,
"aa_length": 250,
"cds_start": 46,
"cds_end": null,
"cds_length": 753,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "NM_001346402.2",
"protein_id": "NP_001333331.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 294,
"cds_start": 81,
"cds_end": null,
"cds_length": 885,
"cdna_start": 163,
"cdna_end": null,
"cdna_length": 1880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "NM_001256235.2",
"protein_id": "NP_001243164.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 272,
"cds_start": 15,
"cds_end": null,
"cds_length": 819,
"cdna_start": 102,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "ENST00000396991.6",
"protein_id": "ENSP00000380188.3",
"transcript_support_level": 5,
"aa_start": 5,
"aa_end": null,
"aa_length": 272,
"cds_start": 15,
"cds_end": null,
"cds_length": 819,
"cdna_start": 82,
"cdna_end": null,
"cdna_length": 1798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "XM_011519992.2",
"protein_id": "XP_011518294.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 371,
"cds_start": 81,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 2190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "XM_047426778.1",
"protein_id": "XP_047282734.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 367,
"cds_start": 81,
"cds_end": null,
"cds_length": 1104,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "XM_011519996.2",
"protein_id": "XP_011518298.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 355,
"cds_start": 81,
"cds_end": null,
"cds_length": 1068,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 2142,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "XM_011519998.3",
"protein_id": "XP_011518300.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 349,
"cds_start": 15,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 2229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "XM_011519999.2",
"protein_id": "XP_011518301.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 349,
"cds_start": 15,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "XM_024448443.2",
"protein_id": "XP_024304211.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 268,
"cds_start": 15,
"cds_end": null,
"cds_length": 807,
"cdna_start": 148,
"cdna_end": null,
"cdna_length": 1853,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.15C>T",
"hgvs_p": "p.Tyr5Tyr",
"transcript": "XM_024448444.2",
"protein_id": "XP_024304212.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 268,
"cds_start": 15,
"cds_end": null,
"cds_length": 807,
"cdna_start": 156,
"cdna_end": null,
"cdna_length": 1861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "XM_047426784.1",
"protein_id": "XP_047282740.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 262,
"cds_start": 81,
"cds_end": null,
"cds_length": 789,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 958,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.81C>T",
"hgvs_p": "p.Tyr27Tyr",
"transcript": "XM_047426785.1",
"protein_id": "XP_047282741.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 258,
"cds_start": 81,
"cds_end": null,
"cds_length": 777,
"cdna_start": 242,
"cdna_end": null,
"cdna_length": 946,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.39C>T",
"hgvs_p": null,
"transcript": "ENST00000464590.1",
"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": 846,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000475884.5",
"protein_id": "ENSP00000437203.2",
"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": 745,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000477358.6",
"protein_id": "ENSP00000432123.2",
"transcript_support_level": 5,
"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": 1474,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.149C>T",
"hgvs_p": null,
"transcript": "ENST00000478773.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": 917,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.143C>T",
"hgvs_p": null,
"transcript": "ENST00000483829.5",
"protein_id": null,
"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": 813,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.120C>T",
"hgvs_p": null,
"transcript": "ENST00000485602.5",
"protein_id": null,
"transcript_support_level": 5,
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000489571.5",
"protein_id": "ENSP00000482118.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": 879,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.110C>T",
"hgvs_p": null,
"transcript": "ENST00000495026.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 788,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000524661.5",
"protein_id": "ENSP00000434419.2",
"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": 483,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.46C>T",
"hgvs_p": null,
"transcript": "ENST00000532017.5",
"protein_id": "ENSP00000481391.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": 1513,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "ENST00000532535.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 560,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.281C>T",
"hgvs_p": null,
"transcript": "NR_027017.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": 2222,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "NR_045925.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": 1530,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "NR_045926.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": 1542,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.163C>T",
"hgvs_p": null,
"transcript": "NR_104271.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": 1868,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.148C>T",
"hgvs_p": null,
"transcript": "NR_144428.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": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124902618",
"gene_hgnc_id": null,
"hgvs_c": "n.412G>A",
"hgvs_p": null,
"transcript": "XR_007062559.1",
"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": 552,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-158C>T",
"hgvs_p": null,
"transcript": "NM_001346399.2",
"protein_id": "NP_001333328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2008,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-158C>T",
"hgvs_p": null,
"transcript": "NM_001346401.2",
"protein_id": "NP_001333330.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": -4,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2114,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-39+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000465307.6",
"protein_id": "ENSP00000434401.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-41+2990C>T",
"hgvs_p": null,
"transcript": "NM_001283039.2",
"protein_id": "NP_001269968.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": -4,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-41+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000532523.5",
"protein_id": "ENSP00000433377.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": -4,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.161+2990C>T",
"hgvs_p": null,
"transcript": "NM_001283040.1",
"protein_id": "NP_001269969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 122,
"cds_start": -4,
"cds_end": null,
"cds_length": 369,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-51+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000464441.5",
"protein_id": "ENSP00000435799.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": -4,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-304+2654C>T",
"hgvs_p": null,
"transcript": "ENST00000496834.6",
"protein_id": "ENSP00000432721.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": -4,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-304+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000464229.5",
"protein_id": "ENSP00000434772.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-432+2654C>T",
"hgvs_p": null,
"transcript": "ENST00000479072.5",
"protein_id": "ENSP00000435338.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 94,
"cds_start": -4,
"cds_end": null,
"cds_length": 285,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-304+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000490830.5",
"protein_id": "ENSP00000435703.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 78,
"cds_start": -4,
"cds_end": null,
"cds_length": 237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 810,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.76+2654C>T",
"hgvs_p": null,
"transcript": "ENST00000487112.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": 792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.111+2654C>T",
"hgvs_p": null,
"transcript": "ENST00000525937.1",
"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": 654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.141+2990C>T",
"hgvs_p": null,
"transcript": "ENST00000534498.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.92+2654C>T",
"hgvs_p": null,
"transcript": "NR_027016.3",
"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": 1605,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.100+2990C>T",
"hgvs_p": null,
"transcript": "NR_027018.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": 1826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.107+2990C>T",
"hgvs_p": null,
"transcript": "NR_045923.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": 1620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.107+2990C>T",
"hgvs_p": null,
"transcript": "NR_045927.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": 1699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.92+2654C>T",
"hgvs_p": null,
"transcript": "NR_045929.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": 1721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.107+2990C>T",
"hgvs_p": null,
"transcript": "NR_104270.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": 1608,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.92+2654C>T",
"hgvs_p": null,
"transcript": "NR_104272.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": 1593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.107+2990C>T",
"hgvs_p": null,
"transcript": "NR_144427.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": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.92+2654C>T",
"hgvs_p": null,
"transcript": "NR_144429.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": 1889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "n.92+2654C>T",
"hgvs_p": null,
"transcript": "NR_144430.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": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.161+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426780.1",
"protein_id": "XP_047282736.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.161+2990C>T",
"hgvs_p": null,
"transcript": "XM_006718185.3",
"protein_id": "XP_006718248.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.161+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426782.1",
"protein_id": "XP_047282738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 277,
"cds_start": -4,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.143+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426788.1",
"protein_id": "XP_047282744.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": -4,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-50+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426779.1",
"protein_id": "XP_047282735.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1881,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-16+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426786.1",
"protein_id": "XP_047282742.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": -4,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-16+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426787.1",
"protein_id": "XP_047282743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": -4,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.143+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426793.1",
"protein_id": "XP_047282749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-39+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426789.1",
"protein_id": "XP_047282745.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-39+2654C>T",
"hgvs_p": null,
"transcript": "XM_047426790.1",
"protein_id": "XP_047282746.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 211,
"cds_start": -4,
"cds_end": null,
"cds_length": 636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"hgvs_c": "c.-39+2990C>T",
"hgvs_p": null,
"transcript": "XM_047426792.1",
"protein_id": "XP_047282748.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": -4,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PGAP2",
"gene_hgnc_id": 17893,
"dbsnp": "rs773359554",
"frequency_reference_population": 0.000030360898,
"hom_count_reference_population": 0,
"allele_count_reference_population": 49,
"gnomad_exomes_af": 0.0000314692,
"gnomad_genomes_af": 0.0000197148,
"gnomad_exomes_ac": 46,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4946593642234802,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.351,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3702,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.483,
"phylop100way_prediction": "Uncertain_significance",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000278243.9",
"gene_symbol": "PGAP2",
"hgnc_id": 17893,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.46C>T",
"hgvs_p": "p.Arg16Trp"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007062559.1",
"gene_symbol": "LOC124902618",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.412G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Hyperphosphatasia with intellectual disability syndrome 3",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Hyperphosphatasia with intellectual disability syndrome 3",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}