← 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: 7-95372243-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=95372243&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 95372243,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_000940.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "NM_000940.3",
"protein_id": "NP_000931.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 354,
"cds_start": 297,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265627.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000940.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000265627.10",
"protein_id": "ENSP00000265627.5",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 354,
"cds_start": 297,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000940.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265627.10"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902762.1",
"protein_id": "ENSP00000572821.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 415,
"cds_start": 441,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902762.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902763.1",
"protein_id": "ENSP00000572822.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 405,
"cds_start": 441,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902763.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902748.1",
"protein_id": "ENSP00000572807.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 402,
"cds_start": 441,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902748.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.435G>A",
"hgvs_p": "p.Ala145Ala",
"transcript": "ENST00000902749.1",
"protein_id": "ENSP00000572808.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 400,
"cds_start": 435,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902749.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902752.1",
"protein_id": "ENSP00000572811.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 399,
"cds_start": 441,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902752.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902760.1",
"protein_id": "ENSP00000572819.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 367,
"cds_start": 297,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902760.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902758.1",
"protein_id": "ENSP00000572817.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 359,
"cds_start": 441,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902758.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Ala147Ala",
"transcript": "ENST00000902764.1",
"protein_id": "ENSP00000572823.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 359,
"cds_start": 441,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902764.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.435G>A",
"hgvs_p": "p.Ala145Ala",
"transcript": "ENST00000902755.1",
"protein_id": "ENSP00000572814.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 357,
"cds_start": 435,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902755.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902757.1",
"protein_id": "ENSP00000572816.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 357,
"cds_start": 297,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902757.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902756.1",
"protein_id": "ENSP00000572815.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 351,
"cds_start": 297,
"cds_end": null,
"cds_length": 1056,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902756.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.279G>A",
"hgvs_p": "p.Ala93Ala",
"transcript": "ENST00000902753.1",
"protein_id": "ENSP00000572812.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 348,
"cds_start": 279,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902753.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.225G>A",
"hgvs_p": "p.Ala75Ala",
"transcript": "ENST00000902759.1",
"protein_id": "ENSP00000572818.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 330,
"cds_start": 225,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902759.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902750.1",
"protein_id": "ENSP00000572809.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 311,
"cds_start": 297,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902750.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902751.1",
"protein_id": "ENSP00000572810.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 311,
"cds_start": 297,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902751.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000902761.1",
"protein_id": "ENSP00000572820.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 302,
"cds_start": 297,
"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": "ENST00000902761.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000451904.5",
"protein_id": "ENSP00000403850.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 270,
"cds_start": 297,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451904.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala",
"transcript": "ENST00000427422.5",
"protein_id": "ENSP00000413276.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 245,
"cds_start": 297,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427422.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "c.146-4755G>A",
"hgvs_p": null,
"transcript": "ENST00000902754.1",
"protein_id": "ENSP00000572813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902754.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*178G>A",
"hgvs_p": null,
"transcript": "ENST00000418617.5",
"protein_id": "ENSP00000393174.1",
"transcript_support_level": 3,
"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": "ENST00000418617.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*178G>A",
"hgvs_p": null,
"transcript": "ENST00000442770.5",
"protein_id": "ENSP00000390253.1",
"transcript_support_level": 3,
"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": "ENST00000442770.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*55G>A",
"hgvs_p": null,
"transcript": "ENST00000456855.5",
"protein_id": "ENSP00000391072.1",
"transcript_support_level": 3,
"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": "ENST00000456855.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.459G>A",
"hgvs_p": null,
"transcript": "ENST00000482624.5",
"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": "retained_intron",
"feature": "ENST00000482624.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*178G>A",
"hgvs_p": null,
"transcript": "ENST00000418617.5",
"protein_id": "ENSP00000393174.1",
"transcript_support_level": 3,
"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": "ENST00000418617.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*178G>A",
"hgvs_p": null,
"transcript": "ENST00000442770.5",
"protein_id": "ENSP00000390253.1",
"transcript_support_level": 3,
"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": "ENST00000442770.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"hgvs_c": "n.*55G>A",
"hgvs_p": null,
"transcript": "ENST00000456855.5",
"protein_id": "ENSP00000391072.1",
"transcript_support_level": 3,
"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": "ENST00000456855.5"
}
],
"gene_symbol": "PON3",
"gene_hgnc_id": 9206,
"dbsnp": "rs1053275",
"frequency_reference_population": 0.5124655,
"hom_count_reference_population": 218407,
"allele_count_reference_population": 826490,
"gnomad_exomes_af": 0.509491,
"gnomad_genomes_af": 0.54107,
"gnomad_exomes_ac": 744296,
"gnomad_genomes_ac": 82194,
"gnomad_exomes_homalt": 195610,
"gnomad_genomes_homalt": 22797,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7300000190734863,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.081,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000940.3",
"gene_symbol": "PON3",
"hgnc_id": 9206,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.297G>A",
"hgvs_p": "p.Ala99Ala"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}