← 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-35424424-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=35424424&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 35424424,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006238.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "NM_006238.5",
"protein_id": "NP_006229.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": "ENST00000360694.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "ENST00000360694.8",
"protein_id": "ENSP00000353916.3",
"transcript_support_level": 2,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": "NM_006238.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "NM_001171818.2",
"protein_id": "NP_001165289.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 3830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "ENST00000311565.4",
"protein_id": "ENSP00000310928.4",
"transcript_support_level": 5,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 3774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.606C>G",
"hgvs_p": "p.Ile202Met",
"transcript": "NM_001171819.2",
"protein_id": "NP_001165290.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 402,
"cds_start": 606,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 3503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.606C>G",
"hgvs_p": "p.Ile202Met",
"transcript": "ENST00000448077.6",
"protein_id": "ENSP00000414372.2",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 402,
"cds_start": 606,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 3516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "NM_177435.3",
"protein_id": "NP_803184.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 361,
"cds_start": 723,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"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": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "ENST00000337400.6",
"protein_id": "ENSP00000337063.2",
"transcript_support_level": 5,
"aa_start": 241,
"aa_end": null,
"aa_length": 361,
"cds_start": 723,
"cds_end": null,
"cds_length": 1086,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.429C>G",
"hgvs_p": "p.Ile143Met",
"transcript": "NM_001171820.2",
"protein_id": "NP_001165291.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 343,
"cds_start": 429,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.429C>G",
"hgvs_p": "p.Ile143Met",
"transcript": "ENST00000418635.6",
"protein_id": "ENSP00000413314.2",
"transcript_support_level": 2,
"aa_start": 143,
"aa_end": null,
"aa_length": 343,
"cds_start": 429,
"cds_end": null,
"cds_length": 1032,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 3453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_005249193.2",
"protein_id": "XP_005249250.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1060,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_006715123.2",
"protein_id": "XP_006715186.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_011514707.2",
"protein_id": "XP_011513009.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1795,
"cdna_end": null,
"cdna_length": 4497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_011514710.2",
"protein_id": "XP_011513012.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_017010973.2",
"protein_id": "XP_016866462.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1257,
"cdna_end": null,
"cdna_length": 3959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_017010974.2",
"protein_id": "XP_016866463.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 3884,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418915.1",
"protein_id": "XP_047274871.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 4126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418916.1",
"protein_id": "XP_047274872.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1154,
"cdna_end": null,
"cdna_length": 3856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418917.1",
"protein_id": "XP_047274873.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1360,
"cdna_end": null,
"cdna_length": 4062,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418918.1",
"protein_id": "XP_047274874.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1200,
"cdna_end": null,
"cdna_length": 3902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418919.1",
"protein_id": "XP_047274875.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 2044,
"cdna_end": null,
"cdna_length": 4746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418920.1",
"protein_id": "XP_047274876.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1898,
"cdna_end": null,
"cdna_length": 4600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418921.1",
"protein_id": "XP_047274877.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1884,
"cdna_end": null,
"cdna_length": 4586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418922.1",
"protein_id": "XP_047274878.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 2169,
"cdna_end": null,
"cdna_length": 4871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418923.1",
"protein_id": "XP_047274879.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 2047,
"cdna_end": null,
"cdna_length": 4749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418924.1",
"protein_id": "XP_047274880.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1576,
"cdna_end": null,
"cdna_length": 4278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418925.1",
"protein_id": "XP_047274881.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1147,
"cdna_end": null,
"cdna_length": 3849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418926.1",
"protein_id": "XP_047274882.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 3692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418927.1",
"protein_id": "XP_047274883.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 6910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418928.1",
"protein_id": "XP_047274884.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1119,
"cdna_end": null,
"cdna_length": 3821,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418929.1",
"protein_id": "XP_047274885.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 2020,
"cdna_end": null,
"cdna_length": 4722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418930.1",
"protein_id": "XP_047274886.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1769,
"cdna_end": null,
"cdna_length": 4471,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418931.1",
"protein_id": "XP_047274887.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 441,
"cds_start": 723,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 3599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_024446474.2",
"protein_id": "XP_024302242.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 990,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418932.1",
"protein_id": "XP_047274888.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1032,
"cdna_end": null,
"cdna_length": 3618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418933.1",
"protein_id": "XP_047274889.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1128,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418934.1",
"protein_id": "XP_047274890.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1673,
"cdna_end": null,
"cdna_length": 4259,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418935.1",
"protein_id": "XP_047274891.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1795,
"cdna_end": null,
"cdna_length": 4381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418936.1",
"protein_id": "XP_047274892.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 948,
"cdna_end": null,
"cdna_length": 3534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met",
"transcript": "XM_047418937.1",
"protein_id": "XP_047274893.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 365,
"cds_start": 723,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 4208,
"cdna_end": null,
"cdna_length": 6794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PPARD",
"gene_hgnc_id": 9235,
"dbsnp": "rs987573535",
"frequency_reference_population": 0.0000013681014,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013681,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20237910747528076,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.439,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0907,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 0.695,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006238.5",
"gene_symbol": "PPARD",
"hgnc_id": 9235,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.723C>G",
"hgvs_p": "p.Ile241Met"
}
],
"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
}