← 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: 6-32162873-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=32162873&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 32162873,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_138717.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "NM_005155.7",
"protein_id": "NP_005146.4",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000324816.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005155.7"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000324816.11",
"protein_id": "ENSP00000320528.6",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005155.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324816.11"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val",
"transcript": "ENST00000361568.6",
"protein_id": "ENSP00000354608.2",
"transcript_support_level": 1,
"aa_start": 284,
"aa_end": null,
"aa_length": 308,
"cds_start": 850,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361568.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000375137.6",
"protein_id": "ENSP00000364279.2",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375137.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.765+251A>G",
"hgvs_p": null,
"transcript": "ENST00000422437.5",
"protein_id": "ENSP00000457534.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422437.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.880A>G",
"hgvs_p": "p.Met294Val",
"transcript": "ENST00000937064.1",
"protein_id": "ENSP00000607123.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 318,
"cds_start": 880,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937064.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val",
"transcript": "NM_138717.3",
"protein_id": "NP_619731.2",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 308,
"cds_start": 850,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138717.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "NM_001204103.2",
"protein_id": "NP_001191032.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204103.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000375143.6",
"protein_id": "ENSP00000364285.2",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375143.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000395523.5",
"protein_id": "ENSP00000378894.1",
"transcript_support_level": 5,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395523.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000897785.1",
"protein_id": "ENSP00000567844.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897785.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000897788.1",
"protein_id": "ENSP00000567847.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897788.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000897789.1",
"protein_id": "ENSP00000567848.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897789.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000897790.1",
"protein_id": "ENSP00000567849.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897790.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000937057.1",
"protein_id": "ENSP00000607116.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937057.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000937058.1",
"protein_id": "ENSP00000607117.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937058.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000937061.1",
"protein_id": "ENSP00000607120.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937061.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000937062.1",
"protein_id": "ENSP00000607121.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937062.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.832A>G",
"hgvs_p": "p.Met278Val",
"transcript": "ENST00000963978.1",
"protein_id": "ENSP00000634037.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 302,
"cds_start": 832,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963978.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.802A>G",
"hgvs_p": "p.Met268Val",
"transcript": "ENST00000937059.1",
"protein_id": "ENSP00000607118.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 292,
"cds_start": 802,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937059.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Met253Val",
"transcript": "ENST00000897786.1",
"protein_id": "ENSP00000567845.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 277,
"cds_start": 757,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897786.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Met253Val",
"transcript": "ENST00000897787.1",
"protein_id": "ENSP00000567846.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 277,
"cds_start": 757,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897787.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Met253Val",
"transcript": "ENST00000937060.1",
"protein_id": "ENSP00000607119.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 277,
"cds_start": 757,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937060.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Met253Val",
"transcript": "ENST00000937063.1",
"protein_id": "ENSP00000607122.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 277,
"cds_start": 757,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937063.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Met253Val",
"transcript": "ENST00000937065.1",
"protein_id": "ENSP00000607124.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 277,
"cds_start": 757,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937065.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.222+251A>G",
"hgvs_p": null,
"transcript": "ENST00000421600.2",
"protein_id": "ENSP00000455023.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000421600.2"
},
{
"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": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.765+251A>G",
"hgvs_p": null,
"transcript": "ENST00000428388.6",
"protein_id": "ENSP00000455087.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000428388.6"
},
{
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.896+251A>G",
"hgvs_p": null,
"transcript": "ENST00000453656.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000453656.6"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.750+251A>G",
"hgvs_p": null,
"transcript": "ENST00000479001.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000479001.2"
},
{
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.*317+251A>G",
"hgvs_p": null,
"transcript": "ENST00000583227.5",
"protein_id": "ENSP00000461909.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000583227.5"
},
{
"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": 7,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.*317+251A>G",
"hgvs_p": null,
"transcript": "ENST00000585246.5",
"protein_id": "ENSP00000463570.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000585246.5"
},
{
"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": 16,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "PPT2-EGFL8",
"gene_hgnc_id": 48343,
"hgvs_c": "n.1179+251A>G",
"hgvs_p": null,
"transcript": "NR_037861.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_037861.1"
}
],
"gene_symbol": "PPT2",
"gene_hgnc_id": 9326,
"dbsnp": "rs767427607",
"frequency_reference_population": 0.0000037180896,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273661,
"gnomad_genomes_af": 0.000013152,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.048213571310043335,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.211,
"revel_prediction": "Benign",
"alphamissense_score": 0.0539,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.518,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_138717.3",
"gene_symbol": "PPT2",
"hgnc_id": 9326,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.850A>G",
"hgvs_p": "p.Met284Val"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000422437.5",
"gene_symbol": "PPT2-EGFL8",
"hgnc_id": 48343,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.765+251A>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}