← 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: 22-46215209-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=46215209&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 46215209,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000407236.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_005036.6",
"protein_id": "NP_005027.2",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 10118,
"mane_select": "ENST00000407236.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "ENST00000407236.6",
"protein_id": "ENSP00000385523.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 10118,
"mane_select": "NM_005036.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "ENST00000402126.2",
"protein_id": "ENSP00000385246.1",
"transcript_support_level": 1,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 381,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "n.455C>T",
"hgvs_p": null,
"transcript": "ENST00000493286.1",
"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": 1564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001001928.4",
"protein_id": "NP_001001928.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 10034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"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": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001001929.3",
"protein_id": "NP_001001929.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 10034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001362872.2",
"protein_id": "NP_001349801.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10115,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001362873.3",
"protein_id": "NP_001349802.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 844,
"cdna_end": null,
"cdna_length": 10381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393941.1",
"protein_id": "NP_001380870.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 494,
"cdna_end": null,
"cdna_length": 10031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393942.1",
"protein_id": "NP_001380871.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 594,
"cdna_end": null,
"cdna_length": 10131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393943.1",
"protein_id": "NP_001380872.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 10378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393944.1",
"protein_id": "NP_001380873.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 10294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393945.1",
"protein_id": "NP_001380874.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 10297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393946.1",
"protein_id": "NP_001380875.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 463,
"cds_start": 245,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 10100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "NM_001393947.1",
"protein_id": "NP_001380876.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 251,
"cds_start": 245,
"cds_end": null,
"cds_length": 756,
"cdna_start": 497,
"cdna_end": null,
"cdna_length": 9383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "ENST00000420804.5",
"protein_id": "ENSP00000414752.1",
"transcript_support_level": 2,
"aa_start": 82,
"aa_end": null,
"aa_length": 132,
"cds_start": 245,
"cds_end": null,
"cds_length": 400,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_011530239.3",
"protein_id": "XP_011528541.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 10216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_011530240.3",
"protein_id": "XP_011528542.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 681,
"cdna_end": null,
"cdna_length": 10219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441420.1",
"protein_id": "XP_047297376.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 966,
"cdna_end": null,
"cdna_length": 10504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441421.1",
"protein_id": "XP_047297377.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 10376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441422.1",
"protein_id": "XP_047297378.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 806,
"cdna_end": null,
"cdna_length": 10344,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441423.1",
"protein_id": "XP_047297379.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 10279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441424.1",
"protein_id": "XP_047297380.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 10276,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441425.1",
"protein_id": "XP_047297381.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 10274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"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": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441426.1",
"protein_id": "XP_047297382.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 468,
"cds_start": 245,
"cds_end": null,
"cds_length": 1407,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 10031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441428.1",
"protein_id": "XP_047297384.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 235,
"cds_start": 245,
"cds_end": null,
"cds_length": 708,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441429.1",
"protein_id": "XP_047297385.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 180,
"cds_start": 245,
"cds_end": null,
"cds_length": 543,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile",
"transcript": "XM_047441430.1",
"protein_id": "XP_047297386.1",
"transcript_support_level": null,
"aa_start": 82,
"aa_end": null,
"aa_length": 174,
"cds_start": 245,
"cds_end": null,
"cds_length": 525,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 959,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.-162C>T",
"hgvs_p": null,
"transcript": "XM_017028839.2",
"protein_id": "XP_016884328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 334,
"cds_start": -4,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9859,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"hgvs_c": "c.-162C>T",
"hgvs_p": null,
"transcript": "XM_047441427.1",
"protein_id": "XP_047297383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PPARA",
"gene_hgnc_id": 9232,
"dbsnp": "rs142150973",
"frequency_reference_population": 0.00023293763,
"hom_count_reference_population": 0,
"allele_count_reference_population": 376,
"gnomad_exomes_af": 0.000144338,
"gnomad_genomes_af": 0.00108326,
"gnomad_exomes_ac": 211,
"gnomad_genomes_ac": 165,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006227582693099976,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.12,
"revel_prediction": "Benign",
"alphamissense_score": 0.0917,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.087,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000407236.6",
"gene_symbol": "PPARA",
"hgnc_id": 9232,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.245C>T",
"hgvs_p": "p.Thr82Ile"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}