← 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: 10-98388419-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=98388419&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 98388419,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_032709.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1382T>C",
"hgvs_p": "p.Met461Thr",
"transcript": "NM_032709.3",
"protein_id": "NP_116098.2",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 581,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370575.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032709.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1382T>C",
"hgvs_p": "p.Met461Thr",
"transcript": "ENST00000370575.5",
"protein_id": "ENSP00000359607.4",
"transcript_support_level": 1,
"aa_start": 461,
"aa_end": null,
"aa_length": 581,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032709.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370575.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "n.2334-1112T>C",
"hgvs_p": null,
"transcript": "ENST00000483923.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000483923.5"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1526T>C",
"hgvs_p": "p.Met509Thr",
"transcript": "ENST00000906254.1",
"protein_id": "ENSP00000576313.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 629,
"cds_start": 1526,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906254.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1523T>C",
"hgvs_p": "p.Met508Thr",
"transcript": "ENST00000965723.1",
"protein_id": "ENSP00000635782.1",
"transcript_support_level": null,
"aa_start": 508,
"aa_end": null,
"aa_length": 628,
"cds_start": 1523,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965723.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1505T>C",
"hgvs_p": "p.Met502Thr",
"transcript": "ENST00000965722.1",
"protein_id": "ENSP00000635781.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 622,
"cds_start": 1505,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965722.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1496T>C",
"hgvs_p": "p.Met499Thr",
"transcript": "ENST00000906252.1",
"protein_id": "ENSP00000576311.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 619,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906252.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1247T>C",
"hgvs_p": "p.Met416Thr",
"transcript": "ENST00000906253.1",
"protein_id": "ENSP00000576312.1",
"transcript_support_level": null,
"aa_start": 416,
"aa_end": null,
"aa_length": 536,
"cds_start": 1247,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906253.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1598T>C",
"hgvs_p": "p.Met533Thr",
"transcript": "XM_047425881.1",
"protein_id": "XP_047281837.1",
"transcript_support_level": null,
"aa_start": 533,
"aa_end": null,
"aa_length": 653,
"cds_start": 1598,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425881.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1496T>C",
"hgvs_p": "p.Met499Thr",
"transcript": "XM_047425882.1",
"protein_id": "XP_047281838.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 619,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425882.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1484T>C",
"hgvs_p": "p.Met495Thr",
"transcript": "XM_011540293.3",
"protein_id": "XP_011538595.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 615,
"cds_start": 1484,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540293.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1496T>C",
"hgvs_p": "p.Met499Thr",
"transcript": "XM_047425883.1",
"protein_id": "XP_047281839.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 598,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425883.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1484T>C",
"hgvs_p": "p.Met495Thr",
"transcript": "XM_047425884.1",
"protein_id": "XP_047281840.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 594,
"cds_start": 1484,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425884.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1496T>C",
"hgvs_p": "p.Met499Thr",
"transcript": "XM_047425885.1",
"protein_id": "XP_047281841.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 566,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425885.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1484T>C",
"hgvs_p": "p.Met495Thr",
"transcript": "XM_047425886.1",
"protein_id": "XP_047281842.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 562,
"cds_start": 1484,
"cds_end": null,
"cds_length": 1689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425886.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1382T>C",
"hgvs_p": "p.Met461Thr",
"transcript": "XM_017016835.2",
"protein_id": "XP_016872324.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 560,
"cds_start": 1382,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016835.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1133T>C",
"hgvs_p": "p.Met378Thr",
"transcript": "XM_047425887.1",
"protein_id": "XP_047281843.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 498,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425887.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1133T>C",
"hgvs_p": "p.Met378Thr",
"transcript": "XM_047425888.1",
"protein_id": "XP_047281844.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 498,
"cds_start": 1133,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425888.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Met340Thr",
"transcript": "XM_017016839.3",
"protein_id": "XP_016872328.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 460,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016839.3"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Met340Thr",
"transcript": "XM_017016840.2",
"protein_id": "XP_016872329.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 460,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016840.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1019T>C",
"hgvs_p": "p.Met340Thr",
"transcript": "XM_017016841.2",
"protein_id": "XP_016872330.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 460,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017016841.2"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.626T>C",
"hgvs_p": "p.Met209Thr",
"transcript": "XM_047425891.1",
"protein_id": "XP_047281847.1",
"transcript_support_level": null,
"aa_start": 209,
"aa_end": null,
"aa_length": 329,
"cds_start": 626,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425891.1"
},
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.575T>C",
"hgvs_p": "p.Met192Thr",
"transcript": "XM_011540301.3",
"protein_id": "XP_011538603.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 312,
"cds_start": 575,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540301.3"
},
{
"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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.1395-1112T>C",
"hgvs_p": null,
"transcript": "XM_047425890.1",
"protein_id": "XP_047281846.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 466,
"cds_start": null,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425890.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "n.18T>C",
"hgvs_p": null,
"transcript": "ENST00000464808.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000464808.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "n.2992T>C",
"hgvs_p": null,
"transcript": "XR_007062008.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": "XR_007062008.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "n.2903-335T>C",
"hgvs_p": null,
"transcript": "XR_007062009.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": "XR_007062009.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"hgvs_c": "c.*1394T>C",
"hgvs_p": null,
"transcript": "XM_047425889.1",
"protein_id": "XP_047281845.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 484,
"cds_start": null,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425889.1"
}
],
"gene_symbol": "PYROXD2",
"gene_hgnc_id": 23517,
"dbsnp": "rs2147896",
"frequency_reference_population": 0.40073213,
"hom_count_reference_population": 140579,
"allele_count_reference_population": 646094,
"gnomad_exomes_af": 0.389311,
"gnomad_genomes_af": 0.511112,
"gnomad_exomes_ac": 568821,
"gnomad_genomes_ac": 77273,
"gnomad_exomes_homalt": 118287,
"gnomad_genomes_homalt": 22292,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.000002219642055933946,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.127,
"revel_prediction": "Benign",
"alphamissense_score": 0.0583,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.567,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.07,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_032709.3",
"gene_symbol": "PYROXD2",
"hgnc_id": 23517,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1382T>C",
"hgvs_p": "p.Met461Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}