← 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: 9-133696313-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133696313&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133696313,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_007101.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "NM_001134707.2",
"protein_id": "NP_001128179.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 3215,
"mane_select": "ENST00000439388.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001134707.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000439388.6",
"protein_id": "ENSP00000403084.1",
"transcript_support_level": 2,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 3215,
"mane_select": "NM_001134707.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439388.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000371872.8",
"protein_id": "ENSP00000360938.4",
"transcript_support_level": 1,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1975,
"cdna_end": null,
"cdna_length": 3344,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371872.8"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000371868.5",
"protein_id": "ENSP00000360934.1",
"transcript_support_level": 2,
"aa_start": 1,
"aa_end": null,
"aa_length": 368,
"cds_start": 1,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 835,
"cdna_end": null,
"cdna_length": 2266,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371868.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859366.1",
"protein_id": "ENSP00000529425.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 978,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2937,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 3541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859366.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1804A>G",
"hgvs_p": "p.Met602Val",
"transcript": "ENST00000859363.1",
"protein_id": "ENSP00000529422.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 947,
"cds_start": 1804,
"cds_end": null,
"cds_length": 2844,
"cdna_start": 2102,
"cdna_end": null,
"cdna_length": 3467,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859363.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1804A>G",
"hgvs_p": "p.Met602Val",
"transcript": "ENST00000859364.1",
"protein_id": "ENSP00000529423.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 947,
"cds_start": 1804,
"cds_end": null,
"cds_length": 2844,
"cdna_start": 2104,
"cdna_end": null,
"cdna_length": 3482,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859364.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1804A>G",
"hgvs_p": "p.Met602Val",
"transcript": "ENST00000859370.1",
"protein_id": "ENSP00000529429.1",
"transcript_support_level": null,
"aa_start": 602,
"aa_end": null,
"aa_length": 947,
"cds_start": 1804,
"cds_end": null,
"cds_length": 2844,
"cdna_start": 1933,
"cdna_end": null,
"cdna_length": 3306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859370.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1738A>G",
"hgvs_p": "p.Met580Val",
"transcript": "ENST00000859367.1",
"protein_id": "ENSP00000529426.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 925,
"cds_start": 1738,
"cds_end": null,
"cds_length": 2778,
"cdna_start": 2014,
"cdna_end": null,
"cdna_length": 3378,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859367.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "NM_007101.4",
"protein_id": "NP_009032.2",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 2010,
"cdna_end": null,
"cdna_length": 3379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007101.4"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859362.1",
"protein_id": "ENSP00000529421.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 2049,
"cdna_end": null,
"cdna_length": 3450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859362.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859369.1",
"protein_id": "ENSP00000529428.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1887,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859369.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859372.1",
"protein_id": "ENSP00000529431.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1861,
"cdna_end": null,
"cdna_length": 3226,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859372.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859373.1",
"protein_id": "ENSP00000529432.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1826,
"cdna_end": null,
"cdna_length": 3191,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859373.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859374.1",
"protein_id": "ENSP00000529433.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1873,
"cdna_end": null,
"cdna_length": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859374.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000859375.1",
"protein_id": "ENSP00000529434.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1945,
"cdna_end": null,
"cdna_length": 3310,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859375.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1714A>G",
"hgvs_p": "p.Met572Val",
"transcript": "ENST00000859365.1",
"protein_id": "ENSP00000529424.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 917,
"cds_start": 1714,
"cds_end": null,
"cds_length": 2754,
"cdna_start": 2007,
"cdna_end": null,
"cdna_length": 3370,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859365.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1633A>G",
"hgvs_p": "p.Met545Val",
"transcript": "ENST00000859371.1",
"protein_id": "ENSP00000529430.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 890,
"cds_start": 1633,
"cds_end": null,
"cds_length": 2673,
"cdna_start": 1761,
"cdna_end": null,
"cdna_length": 3126,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859371.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1612A>G",
"hgvs_p": "p.Met538Val",
"transcript": "ENST00000859368.1",
"protein_id": "ENSP00000529427.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 883,
"cds_start": 1612,
"cds_end": null,
"cds_length": 2652,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 3217,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859368.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "ENST00000427237.6",
"protein_id": "ENSP00000394210.2",
"transcript_support_level": 2,
"aa_start": 573,
"aa_end": null,
"aa_length": 607,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1825,
"cdna_start": 1849,
"cdna_end": null,
"cdna_length": 1957,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427237.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "XM_047422894.1",
"protein_id": "XP_047278850.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1864,
"cdna_end": null,
"cdna_length": 3233,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422894.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "XM_047422895.1",
"protein_id": "XP_047278851.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 918,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 2028,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422895.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "XM_017014367.2",
"protein_id": "XP_016869856.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 878,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 2010,
"cdna_end": null,
"cdna_length": 7032,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014367.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "XM_047422896.1",
"protein_id": "XP_047278852.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 878,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 1846,
"cdna_end": null,
"cdna_length": 6868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422896.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val",
"transcript": "XM_047422897.1",
"protein_id": "XP_047278853.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 878,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2637,
"cdna_start": 1864,
"cdna_end": null,
"cdna_length": 6886,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422897.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.538A>G",
"hgvs_p": "p.Met180Val",
"transcript": "XM_047422898.1",
"protein_id": "XP_047278854.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 525,
"cds_start": 538,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422898.1"
},
{
"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": 17,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "c.1668+6603A>G",
"hgvs_p": null,
"transcript": "ENST00000928146.1",
"protein_id": "ENSP00000598205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 753,
"cds_start": null,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2742,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928146.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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "n.2010A>G",
"hgvs_p": null,
"transcript": "XR_001746213.2",
"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": 7395,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001746213.2"
},
{
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "n.2010A>G",
"hgvs_p": null,
"transcript": "XR_001746216.2",
"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": 7254,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001746216.2"
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "n.2010A>G",
"hgvs_p": null,
"transcript": "XR_001746217.2",
"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": 6891,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001746217.2"
},
{
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"hgvs_c": "n.2010A>G",
"hgvs_p": null,
"transcript": "XR_007061258.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": 2398,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007061258.1"
}
],
"gene_symbol": "SARDH",
"gene_hgnc_id": 10536,
"dbsnp": "rs773721888",
"frequency_reference_population": 0.000014869575,
"hom_count_reference_population": 0,
"allele_count_reference_population": 24,
"gnomad_exomes_af": 0.00000820877,
"gnomad_genomes_af": 0.000078853,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6789034008979797,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.697,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2594,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.875,
"phylop100way_prediction": "Pathogenic",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_007101.4",
"gene_symbol": "SARDH",
"hgnc_id": 10536,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1717A>G",
"hgvs_p": "p.Met573Val"
}
],
"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
}