← 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: 5-235256-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=235256&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 235256,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004168.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "NM_004168.4",
"protein_id": "NP_004159.2",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 664,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264932.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004168.4"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000264932.11",
"protein_id": "ENSP00000264932.6",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 664,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004168.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264932.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286001",
"gene_hgnc_id": null,
"hgvs_c": "n.1065-1172G>T",
"hgvs_p": null,
"transcript": "ENST00000651543.1",
"protein_id": "ENSP00000499215.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000651543.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874235.1",
"protein_id": "ENSP00000544294.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 726,
"cds_start": 1177,
"cds_end": null,
"cds_length": 2181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874235.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1330G>T",
"hgvs_p": "p.Val444Leu",
"transcript": "ENST00000952715.1",
"protein_id": "ENSP00000622774.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 715,
"cds_start": 1330,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952715.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1231G>T",
"hgvs_p": "p.Val411Leu",
"transcript": "ENST00000874242.1",
"protein_id": "ENSP00000544301.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 682,
"cds_start": 1231,
"cds_end": null,
"cds_length": 2049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874242.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000952713.1",
"protein_id": "ENSP00000622772.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 681,
"cds_start": 1177,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952713.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1204G>T",
"hgvs_p": "p.Val402Leu",
"transcript": "ENST00000952712.1",
"protein_id": "ENSP00000622771.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 673,
"cds_start": 1204,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952712.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874248.1",
"protein_id": "ENSP00000544307.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 672,
"cds_start": 1177,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874248.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000952708.1",
"protein_id": "ENSP00000622767.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 666,
"cds_start": 1177,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952708.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874234.1",
"protein_id": "ENSP00000544293.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 663,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874234.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Val392Leu",
"transcript": "ENST00000952707.1",
"protein_id": "ENSP00000622766.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 663,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952707.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874246.1",
"protein_id": "ENSP00000544305.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 656,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874246.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Val382Leu",
"transcript": "ENST00000874244.1",
"protein_id": "ENSP00000544303.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 653,
"cds_start": 1144,
"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": "ENST00000874244.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Val382Leu",
"transcript": "ENST00000952709.1",
"protein_id": "ENSP00000622768.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 653,
"cds_start": 1144,
"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": "ENST00000952709.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1132G>T",
"hgvs_p": "p.Val378Leu",
"transcript": "ENST00000952716.1",
"protein_id": "ENSP00000622775.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 649,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952716.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1126G>T",
"hgvs_p": "p.Val376Leu",
"transcript": "ENST00000952711.1",
"protein_id": "ENSP00000622770.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 647,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952711.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874236.1",
"protein_id": "ENSP00000544295.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 626,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874236.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1033G>T",
"hgvs_p": "p.Val345Leu",
"transcript": "NM_001294332.2",
"protein_id": "NP_001281261.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 616,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294332.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1033G>T",
"hgvs_p": "p.Val345Leu",
"transcript": "ENST00000510361.5",
"protein_id": "ENSP00000427703.1",
"transcript_support_level": 2,
"aa_start": 345,
"aa_end": null,
"aa_length": 616,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510361.5"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1012G>T",
"hgvs_p": "p.Val338Leu",
"transcript": "ENST00000874233.1",
"protein_id": "ENSP00000544292.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 609,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874233.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1006G>T",
"hgvs_p": "p.Val336Leu",
"transcript": "ENST00000874240.1",
"protein_id": "ENSP00000544299.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 607,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874240.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "NM_001330758.2",
"protein_id": "NP_001317687.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 583,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330758.2"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000504309.5",
"protein_id": "ENSP00000426514.1",
"transcript_support_level": 5,
"aa_start": 393,
"aa_end": null,
"aa_length": 583,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504309.5"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.928G>T",
"hgvs_p": "p.Val310Leu",
"transcript": "ENST00000874239.1",
"protein_id": "ENSP00000544298.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 581,
"cds_start": 928,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874239.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.868G>T",
"hgvs_p": "p.Val290Leu",
"transcript": "ENST00000874245.1",
"protein_id": "ENSP00000544304.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 561,
"cds_start": 868,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874245.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "ENST00000874243.1",
"protein_id": "ENSP00000544302.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 545,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874243.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"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": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1033G>T",
"hgvs_p": "p.Val345Leu",
"transcript": "ENST00000874241.1",
"protein_id": "ENSP00000544300.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 535,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874241.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.784G>T",
"hgvs_p": "p.Val262Leu",
"transcript": "ENST00000874237.1",
"protein_id": "ENSP00000544296.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 533,
"cds_start": 784,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874237.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.706G>T",
"hgvs_p": "p.Val236Leu",
"transcript": "ENST00000952710.1",
"protein_id": "ENSP00000622769.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 507,
"cds_start": 706,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952710.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"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": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.928G>T",
"hgvs_p": "p.Val310Leu",
"transcript": "ENST00000925263.1",
"protein_id": "ENSP00000595322.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 500,
"cds_start": 928,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925263.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.619G>T",
"hgvs_p": "p.Val207Leu",
"transcript": "ENST00000874238.1",
"protein_id": "ENSP00000544297.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 478,
"cds_start": 619,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874238.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "XM_011514072.3",
"protein_id": "XP_011512374.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 680,
"cds_start": 1177,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514072.3"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1033G>T",
"hgvs_p": "p.Val345Leu",
"transcript": "XM_047417467.1",
"protein_id": "XP_047273423.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 632,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417467.1"
},
{
"aa_ref": "V",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu",
"transcript": "XM_011514073.3",
"protein_id": "XP_011512375.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 599,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514073.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.895+4256G>T",
"hgvs_p": null,
"transcript": "ENST00000874247.1",
"protein_id": "ENSP00000544306.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": null,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874247.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.313-1172G>T",
"hgvs_p": null,
"transcript": "ENST00000952714.1",
"protein_id": "ENSP00000622773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 348,
"cds_start": null,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952714.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1162G>T",
"hgvs_p": null,
"transcript": "ENST00000504824.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000504824.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1217G>T",
"hgvs_p": null,
"transcript": "ENST00000505555.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000505555.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.836G>T",
"hgvs_p": null,
"transcript": "ENST00000511810.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000511810.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1132G>T",
"hgvs_p": null,
"transcript": "ENST00000514027.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514027.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1213G>T",
"hgvs_p": null,
"transcript": "XR_007058614.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_007058614.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.721-1046G>T",
"hgvs_p": null,
"transcript": "ENST00000512962.5",
"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": "retained_intron",
"feature": "ENST00000512962.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.721-1046G>T",
"hgvs_p": null,
"transcript": "ENST00000515752.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000515752.5"
}
],
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"dbsnp": "rs372989971",
"frequency_reference_population": 0.00003221965,
"hom_count_reference_population": 1,
"allele_count_reference_population": 52,
"gnomad_exomes_af": 0.0000321525,
"gnomad_genomes_af": 0.0000328645,
"gnomad_exomes_ac": 47,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8022730350494385,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.679,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7683,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.116,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004168.4",
"gene_symbol": "SDHA",
"hgnc_id": 10680,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Val393Leu"
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000651543.1",
"gene_symbol": "ENSG00000286001",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1065-1172G>T",
"hgvs_p": null
}
],
"clinvar_disease": " nuclear type 1,Dilated cardiomyopathy 1GG,Hereditary cancer-predisposing syndrome,Mitochondrial complex II deficiency,Pheochromocytoma/paraganglioma syndrome 5,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:5 LB:1",
"phenotype_combined": "Mitochondrial complex II deficiency, nuclear type 1;Pheochromocytoma/paraganglioma syndrome 5|Mitochondrial complex II deficiency, nuclear type 1|Hereditary cancer-predisposing syndrome|not provided|Dilated cardiomyopathy 1GG",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}